Skip to content

Commit

Permalink
Fix: GLA Salvage Crate can no longer be removed by scaffolds
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 11, 2023
1 parent e2fb0b5 commit efe24af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/1676_salvage_crate_exploit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2023-02-11

title: Fixes GLA Salvage Crate being deleted by scaffolds

changes:
- fix: The GLA Salvage Crate is no longer deleted when a scaffold is placed on top of it. It remains intact under the scaffold until it is picked up or times out.

labels:
- bug
- controversial
- gla
- major
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1676

authors:
- xezon
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Crate.ini
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ Object SalvageCrate
; *** ENGINEERING Parameters ***
; Patch104p @fix xezon 11/02/2023 Adds missing crate flag.
; Patch104p @fix xezon 11/02/2023 Removes selectable flag to avoid crate eventually being selectable over terrain with non GLA faction.
KindOf = PARACHUTABLE CRATE
; Patch104p @bugfix xezon 11/02/2023 Adds inert flag to avoid removal by scaffolds.
KindOf = PARACHUTABLE CRATE INERT

Behavior = SalvageCrateCollide ModuleTag_02
ForbiddenKindOf = PROJECTILE
Expand Down

0 comments on commit efe24af

Please sign in to comment.