Skip to content

Commit

Permalink
Change: Reduce audio range and volume of Remote Demo Charge (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 16, 2023
1 parent 539be36 commit 8ec0128
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/1801_remote_demo_charge_audio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
date: 2023-04-06

title: Reduces audio range and volume of Remote Demo Charge

changes:
- tweak: Reduces the Remote Demo Charge's maximum audio range from 800 to 250, minimum audio range from 175 to 100. This makes the presence of a demo charge much less obvious as it has its audible area reduced by 90%.
- tweak: Reduces the Remote Demo Charge's maximum volume from 65 to 40, minimum volume from 40 to 20. This makes the bomb beep sound much quieter.

labels:
- buff
- controversial
- design
- gla
- minor
- usa
- v1.0

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

authors:
- xezon
6 changes: 5 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3830,11 +3830,15 @@ AudioEvent BombTickTimed
Type = world shrouded everyone
End

; Patch104p @tweak xezon 06/04/2023 Reduces range and volume to make the presence of the remote charge less obvious.
AudioEvent BombTickRemote
Sounds = icolbeep
Control = interrupt
Limit = 3
Volume = 65
MinRange = 100 ; Patch104p @tweak from 175
MaxRange = 250 ; Patch104p @tweak from 800
Volume = 40 ; Patch104p @tweak from 65
MinVolume = 20 ; Patch104p @tweak from 40
Priority = low
Type = world shrouded everyone
End
Expand Down

0 comments on commit 8ec0128

Please sign in to comment.