mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 07:11:42 +00:00
Tweak railgun charge sounds - reduce volume, make full charge the same sound as half charge but pitched up. Sounds much cleaner.
This commit is contained in:
parent
995d95ef3d
commit
f61387f6ff
1 changed files with 4 additions and 4 deletions
|
@ -458,7 +458,7 @@
|
|||
"railgun.halfcharge"
|
||||
{
|
||||
"channel" "CHAN_WEAPON"
|
||||
"volume" "VOL_NORM"
|
||||
"volume" "0.3"
|
||||
"pitch" "PITCH_NORM"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "ambient/energy/zap8.wav"
|
||||
|
@ -466,10 +466,10 @@
|
|||
"railgun.fullcharge"
|
||||
{
|
||||
"channel" "CHAN_WEAPON"
|
||||
"volume" "VOL_NORM"
|
||||
"pitch" "PITCH_NORM"
|
||||
"volume" "0.35"
|
||||
"pitch" "110"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "ambient/energy/zap9.wav"
|
||||
"wave" "ambient/energy/zap8.wav"
|
||||
}
|
||||
"railgun.overcharge"
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue