Skip to content

Commit

Permalink
[TEMP] Disable things that are not compatible with the old client
Browse files Browse the repository at this point in the history
Revert this commit when the client is updated
  • Loading branch information
Belonit committed Nov 9, 2023
1 parent 38649c6 commit 4424479
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
78 changes: 39 additions & 39 deletions package/INI/Battle.ini
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
[Battles]
RA2_HD=RA2_HD
RA2_INTRO=RA2_INTRO

VOID_HD1=VOID_HD
RA2_TUTHD=RA2_TUTHD
RA2_TUT01=RA2_TUT01
RA2_TUT02=RA2_TUT02

VOID_HD2=VOID_HD
RA2_ALLHD=RA2_ALLHD
RA2_ALL01=RA2_ALL01
RA2_ALL02=RA2_ALL02
RA2_ALL03=RA2_ALL03
RA2_ALL04=RA2_ALL04
RA2_ALL05=RA2_ALL05
RA2_ALL06=RA2_ALL06
RA2_ALL07=RA2_ALL07
RA2_ALL08=RA2_ALL08
RA2_ALL09=RA2_ALL09
RA2_ALL10=RA2_ALL10
RA2_ALL11=RA2_ALL11
RA2_ALL12=RA2_ALL12

VOID_HD3=VOID_HD
RA2_SOVHD=RA2_SOVHD
RA2_SOV01=RA2_SOV01
RA2_SOV02=RA2_SOV02
RA2_SOV03=RA2_SOV03
RA2_SOV04=RA2_SOV04
RA2_SOV05=RA2_SOV05
RA2_SOV06=RA2_SOV06
RA2_SOV07=RA2_SOV07
RA2_SOV08=RA2_SOV08
RA2_SOV09=RA2_SOV09
RA2_SOV10=RA2_SOV10
RA2_SOV11=RA2_SOV11
RA2_SOV12=RA2_SOV12

VOID_HD4=VOID_HD
; RA2_HD=RA2_HD
; RA2_INTRO=RA2_INTRO

; VOID_HD1=VOID_HD
; RA2_TUTHD=RA2_TUTHD
; RA2_TUT01=RA2_TUT01
; RA2_TUT02=RA2_TUT02

; VOID_HD2=VOID_HD
; RA2_ALLHD=RA2_ALLHD
; RA2_ALL01=RA2_ALL01
; RA2_ALL02=RA2_ALL02
; RA2_ALL03=RA2_ALL03
; RA2_ALL04=RA2_ALL04
; RA2_ALL05=RA2_ALL05
; RA2_ALL06=RA2_ALL06
; RA2_ALL07=RA2_ALL07
; RA2_ALL08=RA2_ALL08
; RA2_ALL09=RA2_ALL09
; RA2_ALL10=RA2_ALL10
; RA2_ALL11=RA2_ALL11
; RA2_ALL12=RA2_ALL12

; VOID_HD3=VOID_HD
; RA2_SOVHD=RA2_SOVHD
; RA2_SOV01=RA2_SOV01
; RA2_SOV02=RA2_SOV02
; RA2_SOV03=RA2_SOV03
; RA2_SOV04=RA2_SOV04
; RA2_SOV05=RA2_SOV05
; RA2_SOV06=RA2_SOV06
; RA2_SOV07=RA2_SOV07
; RA2_SOV08=RA2_SOV08
; RA2_SOV09=RA2_SOV09
; RA2_SOV10=RA2_SOV10
; RA2_SOV11=RA2_SOV11
; RA2_SOV12=RA2_SOV12

; VOID_HD4=VOID_HD
YR_HD=YR_HD
YR_INTRO=YR_INTRO

Expand Down
9 changes: 5 additions & 4 deletions package/Resources/OptionsWindow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ SettingSection=Video
SettingKey=UseDDWrapperForMapEditor

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

[chkBuildingPlacement]
Location=242,54
Expand Down Expand Up @@ -46,7 +46,8 @@ SettingKey=SkipScoreScreen

[UpdaterOptionsPanelExtraControls]
0=lblUpdateChannel:XNALabel
1=ddUpdateChannel:FileSettingDropDown
; 1=ddUpdateChannel:FileSettingDropDown
1=ddUpdateChannel:CustomSettingFileDropDown
2=lblUpdateChannelDescription:XNALabel
5=btnCncnetSupport:XNALinkButton

Expand Down

0 comments on commit 4424479

Please sign in to comment.