Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ date: 2021-09-03
title: Fixes issue that prevents evacuating different vehicles in a group selection

changes:
- 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.
- 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.

labels:
- bug
- controversial
- design
- gui
- minor
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/165
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1894

authors:
- commy2
- xezon
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165_vehicle_evacuation_button_placement.yaml
4 changes: 3 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/CommandSet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -683,13 +683,15 @@ CommandSet ChinaTankOverlordDefaultCommandSet
14 = Command_Stop
End

; Patch104p @tweak from Command_Evacuate to Command_EmptyCrawler, so that all vehicles use same evacuate command button.
; Patch104p @tweak xezon 30/04/2023 Moves Command_EmptyCrawler from 6 to 9, so that it can be evacuated together with other ground vehicles.
CommandSet ChinaTankOverlordBattleBunkerCommandSet
1 = Command_TransportExit
2 = Command_TransportExit
3 = Command_TransportExit
4 = Command_TransportExit
5 = Command_TransportExit
6 = Command_EmptyCrawler ; Patch104p @tweak from Command_Evacuate, so that all vehicles use same evacuate command button.
9 = Command_EmptyCrawler
11 = Command_AttackMove
13 = Command_Guard
14 = Command_Stop
Expand Down