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

Change: Reduce audio range and volume of Remote Demo Charge #1801

Merged
merged 1 commit into from
Apr 16, 2023
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/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