File: map.rst

package info (click to toggle)
openmw 0.50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,076 kB
  • sloc: cpp: 380,958; xml: 2,192; sh: 1,449; python: 911; makefile: 26; javascript: 5
file content (67 lines) | stat: -rw-r--r-- 1,703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Map Settings
############

.. omw-setting::
   :title: global
   :type: boolean
   :range: true, false
   :default: false

   If true, the map window displays the world map; otherwise, it displays the local map.
   Updates automatically when switching map views in-game.

.. omw-setting::
   :title: global map cell size
   :type: int
   :range: 1 to 50
   :default: 18

   Sets the width in pixels of each cell on the world map.
   Larger values show more detail, smaller values less.
   Recommended values: 12 to 36.
   Changing this affects saved games due to scaling of explored area overlays.

.. omw-setting::
   :title: local map hud fog of war
   :type: boolean
   :range: true, false
   :default: false

   Enables fog of war rendering on the HUD map.
   Default off since map size limits fog impact.

.. omw-setting::
   :title: local map resolution
   :type: int
   :range: ≥ 1
   :default: 256

   Controls resolution of the GUI local map window.
   Larger values increase detail but may cause load time and VRAM issues.

.. omw-setting::
   :title: local map widget size
   :type: int
   :range: ≥ 1
   :default: 512

   Sets the canvas size of the GUI local map window.
   Larger sizes increase on-screen map size and panning.

.. omw-setting::
   :title: allow zooming
   :type: boolean
   :range: true, false
   :default: false
   :location: :bdg-success:`Launcher > Settings > Interface`

   Enables zooming on local and global maps via mouse wheel.

.. omw-setting::
   :title: max local viewing distance
   :type: int
   :range: > 0
   :default: 10

   Controls viewing distance on the local map when 'distant terrain' is enabled.
   Increasing this may increase cell load times.