Skip to content
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
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