Skip to content

Commit

Permalink
Fix: Laser General Humvee Has Duplicated Infantry Enter And Exit Soun…
Browse files Browse the repository at this point in the history
…d Effect (#172)
  • Loading branch information
commy2 authored Sep 3, 2021
1 parent c42f153 commit f961589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ https://github.com/commy2/zerohour/issues/69 [IMPROVEMENT] Damaged An
https://github.com/commy2/zerohour/issues/68 [IMPROVEMENT] Spy Drone Seleced By Q-Shortcut
https://github.com/commy2/zerohour/issues/67 [DONE] Super Weapon And Laser General Vehicle Drone Upgrade Incompatibility
https://github.com/commy2/zerohour/issues/66 [DONE] Evacuate Buttons Are Not Aligned
https://github.com/commy2/zerohour/issues/65 [IMPROVEMENT] Laser General Humvee Has Duplicated Infantry Enter And Exit Sound Effect
https://github.com/commy2/zerohour/issues/65 [DONE] Laser General Humvee Has Duplicated Infantry Enter And Exit Sound Effect
https://github.com/commy2/zerohour/issues/64 [MAYBE] Battle Drone Gains Double The Intended Bonus From Drone Armor
https://github.com/commy2/zerohour/issues/63 [MAYBE] Paladins And Microwaves Gain Slightly Less Than Intended From Composite Armor
https://github.com/commy2/zerohour/issues/62 [MAYBE] Crusader And Laser Tanks Receive Composite Armor Health Bonus Twice
Expand Down
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4518,11 +4518,13 @@ Object Lazr_AmericaVehicleHumvee
Mass = 50.0
End

; Patch104p @bugfix commy2 03/09/2021 Remove module enter and exit sound effects to prevent overlaying with audio parameter effects roughly 50 lines above.

Behavior = TransportContain ModuleTag_05
PassengersAllowedToFire = Yes
Slots = 5
EnterSound = GarrisonEnter
ExitSound = GarrisonExit
; EnterSound = GarrisonEnter
; ExitSound = GarrisonExit
DamagePercentToUnits = 100% ;10%
AllowInsideKindOf = INFANTRY
ExitDelay = 250
Expand Down

0 comments on commit f961589

Please sign in to comment.