Skip to content

Commit

Permalink
Update OptionsWindow.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Aug 15, 2023
1 parent 5404347 commit d8d6588
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions package/Resources/OptionsWindow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@
DrawMode=Stretched
BackgroundTexture=ModalBG.png

[DisplayOptionsPanelExtraControls]
0=chkMEDDraw:FileSettingCheckBox

[chkMEDDraw]
Location=285,147
Text=Enable DDWrapper for map editor
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.
EnabledFile0=Resources/Compatibility/DLL/ddwrapper.dll,Map Editor/ddraw32.dll,OverwriteOnMismatch
EnabledFile1=Resources/Compatibility/Configs/aqrit.cfg,Map Editor/aqrit.cfg,KeepChanges
DefaultValue=false
SettingSection=Video
SettingKey=UseDDWrapperForMapEditor

[GameOptionsPanelExtraControls]
0=chkBuildingPlacement:SettingCheckBox
1=chkQuickExit:SettingCheckBox
2=chkSkipScoreScreen:SettingCheckBox

[chkBuildingPlacement]
Location=242,54
Text=Show Building Placement Preview
ToolTip=If enabled, shows a preview image of the building when placing it.
DefaultValue=true
SettingSection=Phobos
SettingKey=ShowPlacementPreview

[chkQuickExit]
Location=242,78
Text=QuickExit
ToolTip=QuickExit
DefaultValue=false
SettingSection=Options
SettingKey=QuickExit

[chkSkipScoreScreen]
Location=242,102
Text=SkipScoreScreen
ToolTip=SkipScoreScreen
DefaultValue=false
SettingSection=Options
SettingKey=SkipScoreScreen

[UpdaterOptionsPanelExtraControls]
0=lblUpdateChannel:XNALabel
1=ddUpdateChannel:FileSettingDropDown
Expand Down

0 comments on commit d8d6588

Please sign in to comment.