mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-25 14:00:56 +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"
|
"railgun.halfcharge"
|
||||||
{
|
{
|
||||||
"channel" "CHAN_WEAPON"
|
"channel" "CHAN_WEAPON"
|
||||||
"volume" "VOL_NORM"
|
"volume" "0.3"
|
||||||
"pitch" "PITCH_NORM"
|
"pitch" "PITCH_NORM"
|
||||||
"CompatibilityAttenuation" "1.0"
|
"CompatibilityAttenuation" "1.0"
|
||||||
"wave" "ambient/energy/zap8.wav"
|
"wave" "ambient/energy/zap8.wav"
|
||||||
|
@ -466,10 +466,10 @@
|
||||||
"railgun.fullcharge"
|
"railgun.fullcharge"
|
||||||
{
|
{
|
||||||
"channel" "CHAN_WEAPON"
|
"channel" "CHAN_WEAPON"
|
||||||
"volume" "VOL_NORM"
|
"volume" "0.35"
|
||||||
"pitch" "PITCH_NORM"
|
"pitch" "110"
|
||||||
"CompatibilityAttenuation" "1.0"
|
"CompatibilityAttenuation" "1.0"
|
||||||
"wave" "ambient/energy/zap9.wav"
|
"wave" "ambient/energy/zap8.wav"
|
||||||
}
|
}
|
||||||
"railgun.overcharge"
|
"railgun.overcharge"
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue