File: GUI.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 (213 lines) | stat: -rw-r--r-- 6,525 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
GUI Settings
############

.. omw-setting::
   :title: scaling factor
   :type: float32
   :range: 0.5 to 8.0
   :default: 1.0
   :location: :bdg-success:`Launcher > Settings > Interface`

   This setting scales GUI windows.
   A value of 1.0 results in normal scale.
   Larger values increase GUI scale for high resolution displays.

.. omw-setting::
   :title: font size
   :type: int
   :range: 12 to 18
   :default: 16
   :location: :bdg-success:`Launcher > Settings > Interface`

   Specifies glyph size for in-game fonts.
   Default bitmap fonts work best at 16px; others may be blurry.
   trueType fonts do not have this issue.

.. omw-setting::
   :title: menu transparency
   :type: float32
   :range: 0.0 (transparent) to 1.0 (opaque)
   :default: 0.84

   Controls transparency of GUI windows.
   Adjustable in game via Menu Transparency slider in the Prefs panel of Options.

.. omw-setting::
   :title: tooltip delay
   :type: float32
   :range: ≥ 0.0
   :default: 0.0

   Seconds delay before tooltip appears when hovering over an item in GUI mode.
   Tooltips show context-sensitive info (weight, value, damage, etc.).
   Adjustable in game with Menu Help Delay slider in Prefs panel.

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

   Enable or disable keyboard navigation (arrow keys, tab focus, spacebar, Use key).

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

   Stretch or shrink main menu, splash screens, intro movies, and cut scenes
   to fill the video resolution, possibly distorting aspect ratio.
   Bethesda assets are 4:3 ratio; others may differ.
   If false, assets are centered with black bars filling remainder.

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

   Menus are now fully navigable with a controller using the DPad, triggers, and
   face buttons. Most button mappings follow the Xbox version, with modern
   additions like R3 to toggle item info. All menus can be opened and closed
   with the controller, though some elements—such as editing settings or viewing
   certain tooltips—still use the controller’s mouse cursor.
   A button hint bar appears at the bottom of each menu, with icons that match
   the connected controller type (Xbox, PlayStation, Switch, or Steam). In the
   inventory menu, L2/R2 switch between sub-menus (Map, Inventory, Magic, Stats),
   while L1/R1 adjust filters in inventory and barter screens. R3 toggles
   tooltips, similar to Oblivion Remastered. Mouse input remains fully supported.
   If false, the controller works as a GUI mouse.

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

   When true, you do not need to press R3 to show tooltips when using
   controller menus.
   If false, controller menu tooltips are hidden until R3 is pressed.

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

   Enable or disable subtitles for NPC dialog and some sound effects.
   Subtitles appear in a tooltip box at screen lower center.
   Toggleable in game with Subtitles button in Prefs panel.

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


   Enables or disables the red flash overlay when the character takes damage.

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


   Enable or disable the werewolf visual effect in first-person mode.

.. omw-setting::
   :title: color background owned
   :type: color
   :range: [0, 1]
   :default: 0.15 0.0 0.0 1.0


   Background color of tooltip and crosshair when hovering over an NPC-owned item.
   Four floating point values: red, green, blue, alpha (alpha ignored).
   No effect if "show owned" in Game Settings is false.

.. omw-setting::
   :title: color crosshair owned
   :type: color
   :range: [0, 1]
   :default: 1.0 0.15 0.15 1.0


   Crosshair color when hovering over an NPC-owned item.
   Four floating point values: red, green, blue, alpha (alpha ignored).
   No effect if crosshair setting in HUD is false or "show owned" in Game Settings is false.

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

   Controls whether dialogue topics in the list are colored by their state.
   See related "color topic specific" and "color topic exhausted".

.. omw-setting::
   :title: color topic specific
   :type: color
   :range: [0, 1]
   :default: 0.45 0.5 0.8 1

   Overrides color of dialogue topics with unique actor responses.
   Four floating point values: red, green, blue, alpha (alpha ignored).
   Unique if Actor filter matches speaking actor and not read yet.

.. omw-setting::
   :title: color topic specific over
   :type: color
   :range: [0, 1]
   :default: 0.6 0.6 0.85 1

   "Over" color for dialogue topics meeting "color topic specific" criteria.
   Four floating point values; alpha ignored.
   Active GUI element via keyboard or mouse events.

.. omw-setting::
   :title: color topic specific pressed
   :type: color
   :range: [0, 1]
   :default: 0.3 0.35 0.75 1

   "Pressed" color for dialogue topics meeting "color topic specific".
   Four floating point values; alpha ignored.
   Active GUI element receiving sustained input.

.. omw-setting::
   :title: color topic exhausted
   :type: color
   :range: [0, 1]
   :default: 0.3 0.3 0.3 1

   Overrides color of dialogue topics exhausted by the player.
   Four floating point values; alpha ignored.
   Exhausted if response has been seen.

.. omw-setting::
   :title: color topic exhausted over
   :type: color
   :range: [0, 1]
   :default: 0.55 0.55 0.55 1

   "Over" color for dialogue topics meeting "color topic exhausted".
   Four floating point values; alpha ignored.
   Active GUI element via keyboard or mouse.

.. omw-setting::
   :title: color topic exhausted pressed
   :type: color
   :range: [0, 1]
   :default: 0.45 0.45 0.45 1

   "Pressed" color for dialogue topics meeting "color topic exhausted".
   Four floating point values; alpha ignored.
   Active GUI element receiving sustained input.