From e0008a5c65864097c57c19874d7ec1f6415daf58 Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:22:40 +0100 Subject: [PATCH] initial --- .../scripts/soundscapes_ntre_apparatus_dm.txt | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 game/neo/scripts/soundscapes_ntre_apparatus_dm.txt diff --git a/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt b/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt new file mode 100644 index 000000000..cbd9bf59a --- /dev/null +++ b/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt @@ -0,0 +1,68 @@ +"apparatus.outside" + +{ + "dsp" "1" + "playlooping" + { + "volume" "0.8" + "pitch" "100" + "wave" "ocean_rain_lp.wav" + } +} + +"apparatus.inside" + +{ + "dsp" "1" + "playlooping" + { + "volume" "0.8" + "pitch" "100" + "wave" "ocean_rain_inside_lp.wav" + } + + "playlooping" + { + "volume" "0.2" + "pitch" "100" + "wave" "pissalley/Parking_Garage_wind.wav" + } +} + +"apparatus.chamber" + +{ + "dsp" "1" + "playlooping" + { + "volume" "0.3" + "pitch" "100" + "wave" "ocean_rain_inside_lp.wav" + } + + "playlooping" + { + "volume" "0.2" + "pitch" "100" + "wave" "servers01.wav" + } +} + +"apparatus.deepinside" + +{ + "dsp" "1" + "playlooping" + { + "volume" "0.3" + "pitch" "100" + "wave" "ocean_rain_inside_lp.wav" + } + + "playlooping" + { + "volume" "0.6" + "pitch" "100" + "wave" "ambient/atmosphere/underground_hall_loop1.wav" + } +} \ No newline at end of file