forked from teamnwah/openmw-tes3coop
Prioritize warning about user settings. Make recommendations for
screen number more generic. Remove resolution recommendation.
This commit is contained in:
parent
89100088f3
commit
e0752ccdd0
1 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# WARNING: Editing this file might have no effect, as these settings
|
||||||
|
# are overwritten by your user settings file.
|
||||||
|
#
|
||||||
# This file provides minimal documentation for each setting, and
|
# This file provides minimal documentation for each setting, and
|
||||||
# ranges of recommended values. For detailed explanations of the
|
# ranges of recommended values. For detailed explanations of the
|
||||||
# significance of each setting, interaction with other settings, hard
|
# significance of each setting, interaction with other settings, hard
|
||||||
|
@ -6,9 +9,6 @@
|
||||||
#
|
#
|
||||||
# https://wiki.openmw.org/index.php?title=Settings
|
# https://wiki.openmw.org/index.php?title=Settings
|
||||||
#
|
#
|
||||||
# The version of this file that actually controls the behavior of
|
|
||||||
# OpenMW is user specific, and it's location can be found in the
|
|
||||||
# documentation above. This file is probably NOT that file...
|
|
||||||
|
|
||||||
[Camera]
|
[Camera]
|
||||||
|
|
||||||
|
@ -167,14 +167,14 @@ voice volume = 0.8
|
||||||
|
|
||||||
[Video]
|
[Video]
|
||||||
|
|
||||||
# Resolution of the Open window or screen. (600 to 2560).
|
# Resolution of the Open window or screen.
|
||||||
resolution x = 800
|
resolution x = 800
|
||||||
resolution y = 600
|
resolution y = 600
|
||||||
|
|
||||||
# OpenMW takes complete control of the screen.
|
# OpenMW takes complete control of the screen.
|
||||||
fullscreen = false
|
fullscreen = false
|
||||||
|
|
||||||
# Determines which screen OpenMW is on. (0 or 1).
|
# Determines which screen OpenMW is on. (>=0).
|
||||||
screen = 0
|
screen = 0
|
||||||
|
|
||||||
# Minimize OpenMW if it loses cursor or keyboard focus.
|
# Minimize OpenMW if it loses cursor or keyboard focus.
|
||||||
|
|
Loading…
Reference in a new issue