Skip to content

Commit a3e6a6e

Browse files
committed
Change: Move China Overlord evacuation button to common position
1 parent 6ac7b85 commit a3e6a6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Patch104pZH/Design/Changes/v1.0/165_vehicle_evacuation_button_placement.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ date: 2021-09-03
44
title: Fixes issue that prevents evacuating different vehicles in a group selection
55

66
changes:
7-
- fix: The evacuate buttons of the USA Humvee, Ambulance, China Troopcrawler, Outpost, GLA Technical and Battle Bus are now at the same position. This allows the player to evacuate all vehicles at once when a group of different vehicles is selected.
7+
- fix: The evacuate buttons of the USA Humvee, Ambulance, China Troopcrawler, Outpost, Bunker Overlord, GLA Technical and Battle Bus are now at the same position. This allows the player to evacuate all vehicles at once when a group of different vehicles is selected.
88

99
labels:
1010
- bug
11+
- controversial
1112
- design
1213
- gui
1314
- minor
1415
- v1.0
1516

1617
links:
1718
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/165
19+
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1894
1820

1921
authors:
2022
- commy2
23+
- xezon
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
165_vehicle_evacuation_button_placement.yaml

Patch104pZH/GameFilesEdited/Data/INI/CommandSet.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,13 +683,15 @@ CommandSet ChinaTankOverlordDefaultCommandSet
683683
14 = Command_Stop
684684
End
685685

686+
; Patch104p @tweak from Command_Evacuate to Command_EmptyCrawler, so that all vehicles use same evacuate command button.
687+
; Patch104p @tweak xezon 30/04/2023 Moves Command_EmptyCrawler from 6 to 9, so that it can be evacuated together with other ground vehicles.
686688
CommandSet ChinaTankOverlordBattleBunkerCommandSet
687689
1 = Command_TransportExit
688690
2 = Command_TransportExit
689691
3 = Command_TransportExit
690692
4 = Command_TransportExit
691693
5 = Command_TransportExit
692-
6 = Command_EmptyCrawler ; Patch104p @tweak from Command_Evacuate, so that all vehicles use same evacuate command button.
694+
9 = Command_EmptyCrawler
693695
11 = Command_AttackMove
694696
13 = Command_Guard
695697
14 = Command_Stop

0 commit comments

Comments
 (0)