Skip to content

Commit

Permalink
Change: Reduce audio range of Timed Demo Charge (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 16, 2023
1 parent 8ec0128 commit 3e94496
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/1802_timed_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 of Timed Demo Charge

changes:
- tweak: Reduces the Timed Demo Charge's maximum audio range from 800 to 500. This makes the presence of a demo charge and its instigator much less obvious as it has its audible area reduced by 61%.

labels:
- audio
- china
- controversial
- design
- gla
- minor
- usa
- v1.0

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

authors:
- xezon
3 changes: 3 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3820,10 +3820,13 @@ AudioEvent HackerCashPing
Type = world shrouded everyone
End

; Patch104p @tweak xezon 06/04/2023 Reduces range to make the presence of the timed charge less obvious.
AudioEvent BombTickTimed
Sounds = icoltima icoltimb icoltimc
Control = random
Limit = 3
MinRange = 175
MaxRange = 500 ; Patch104p @tweak from 800
VolumeShift = -10
Volume = 65
Priority = low
Expand Down

0 comments on commit 3e94496

Please sign in to comment.