Skip to content

Commit 9b0a8af

Browse files
committed
Update OptionsWindow.ini
1 parent 5404347 commit 9b0a8af

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

package/Resources/OptionsWindow.ini

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22
DrawMode=Stretched
33
BackgroundTexture=ModalBG.png
44

5+
[DisplayOptionsPanelExtraControls]
6+
0=chkMEDDraw:FileSettingCheckBox
7+
8+
[chkMEDDraw]
9+
Location=285,147
10+
Text=Enable DDWrapper for map editor
11+
ToolTip=Enables DirectDraw wrapper & emulation for map editor.@Turning this option on can help if you are encountering problems with editor viewport not displaying or being laggy.
12+
EnabledFile0=Resources/Compatibility/DLL/ddwrapper.dll,Map Editor/ddraw32.dll,OverwriteOnMismatch
13+
EnabledFile1=Resources/Compatibility/Configs/aqrit.cfg,Map Editor/aqrit.cfg,KeepChanges
14+
DefaultValue=false
15+
SettingSection=Video
16+
SettingKey=UseDDWrapperForMapEditor
17+
18+
[GameOptionsPanelExtraControls]
19+
0=chkBuildingPlacement:SettingCheckBox
20+
1=chkQuickExit:SettingCheckBox
21+
2=chkSkipScoreScreen:SettingCheckBox
22+
23+
[chkBuildingPlacement]
24+
Location=242,54
25+
Text=Show Building Placement Preview
26+
ToolTip=If enabled, shows a preview image of the building when placing it
27+
DefaultValue=true
28+
SettingSection=Phobos
29+
SettingKey=ShowPlacementPreview
30+
31+
[chkQuickExit]
32+
Location=242,78
33+
Text=Quick Exit
34+
ToolTip=If enabled, you can exit the game by pressing Alt+F4
35+
DefaultValue=false
36+
SettingSection=Options
37+
SettingKey=QuickExit
38+
39+
[chkSkipScoreScreen]
40+
Location=242,102
41+
Text=Skip Score Screen
42+
ToolTip=
43+
DefaultValue=false
44+
SettingSection=Options
45+
SettingKey=SkipScoreScreen
46+
547
[UpdaterOptionsPanelExtraControls]
648
0=lblUpdateChannel:XNALabel
749
1=ddUpdateChannel:FileSettingDropDown

0 commit comments

Comments
 (0)