1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 09:09:40 +00:00

[Settings] Set values

This commit is contained in:
Cédric Mocquillon 2021-07-24 17:42:04 +02:00
parent 99cd4b6742
commit 3373afcc83
2 changed files with 14 additions and 0 deletions

View file

@ -103,3 +103,14 @@ and typically require more panning to see all available portions of the map.
This larger size also enables an overall greater level of detail if the local map resolution setting is also increased.
This setting can not be configured except by editing the settings configuration file.
allow zooming
-------------
:Type: boolean
:Range: True/False
:Default: False
If this setting is true the user can zoom in/out on local and global map with the mouse wheel.
This setting can be controlled in Advanced tab of the launcher.

View file

@ -199,6 +199,9 @@ local map widget size = 512
# If true, map in world mode, otherwise in local mode
global = false
# If true, allow zoom on local and global maps
allow zooming = false
[GUI]
# Scales GUI window and widget size. (<1.0 is smaller, >1.0 is larger).