mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-05-30 16:30:40 +00:00
Add JumpPad.Build and JumpPad.Explode soundscript definitions
* Allows these sounds to be separated from detpack build/expode for customization purposes
This commit is contained in:
parent
0d62d97970
commit
dff33ea0fd
1 changed files with 14 additions and 1 deletions
|
@ -283,7 +283,6 @@
|
|||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" ")buildable/jumppad/jumppad_fire.wav"
|
||||
}
|
||||
|
||||
"JumpPad.Heal"
|
||||
{
|
||||
"channel" "CHAN_STATIC"
|
||||
|
@ -291,3 +290,17 @@
|
|||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" ")buildable/jumppad/jumppad_heal.wav"
|
||||
}
|
||||
"JumpPad.Build"
|
||||
{
|
||||
"channel" "CHAN_STATIC"
|
||||
"volume" "1.0"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "buildable/jumppad/jumppad_build.wav"
|
||||
}
|
||||
"JumpPad.Explode"
|
||||
{
|
||||
"channel" "CHAN_STATIC"
|
||||
"volume" "1.0"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "buildable/jumppad/jumppad_explode.wav"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue