From 0b2b3a308ea9680ab7245e79412e3703a8064ebb Mon Sep 17 00:00:00 2001 From: Mike Parker Date: Tue, 28 Jun 2016 21:07:35 +0100 Subject: [PATCH] Add jetpack loop sound script --- scripts/game_sounds_ff_player.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/game_sounds_ff_player.txt b/scripts/game_sounds_ff_player.txt index 82c45e7..396982c 100644 --- a/scripts/game_sounds_ff_player.txt +++ b/scripts/game_sounds_ff_player.txt @@ -228,3 +228,12 @@ "pitch" "72" "wave" "@player/suitchargeok1.wav" } + + "Player.JetpackLoop" + { + "channel" "CHAN_AUTO" + "volume" "0.3" + "CompatibilityAttenuation" "0.7" + "pitch" "95,105" + "wave" "player/jetpack_loop.wav" + }