mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 07:11:42 +00:00
Add hookgun weapon sound script definitions from the old beta
This commit is contained in:
parent
d196ca073e
commit
4ec5f8e98f
1 changed files with 19 additions and 0 deletions
|
@ -260,6 +260,25 @@
|
|||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "weapons/flamethrower/flamethrower_deploy.wav"
|
||||
}
|
||||
|
||||
//----------------
|
||||
//Grappling hook
|
||||
//----------------
|
||||
"hookgun.rope_snap"
|
||||
{
|
||||
"channel" "CHAN_WEAPON"
|
||||
"volume" "0.4"
|
||||
"CompatibilityAttenuation" "0.7"
|
||||
"pitch" "95,105"
|
||||
"wave" "weapons/hookgun/snap_mono.wav"
|
||||
}
|
||||
"hookgun.winch"
|
||||
{
|
||||
"channel" "CHAN_WEAPON"
|
||||
"volume" "1.0"
|
||||
"CompatibilityAttenuation" "1.0"
|
||||
"wave" "weapons/assaultcannon/assaultcannon_rotate.wav"
|
||||
}
|
||||
//----------------
|
||||
//Knife, don't turn your back on me...
|
||||
//----------------
|
||||
|
|
Loading…
Reference in a new issue