Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Laser General Humvee Has Duplicated Infantry Enter And Exit Sound Effect #172

Merged
merged 1 commit into from
Sep 3, 2021
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
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 @@ -4514,11 +4514,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