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 1/2] 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 From 42ab567bbca4d7e9936ea5863a4bc146a0d84c03 Mon Sep 17 00:00:00 2001 From: DESTROYGIRL <170364626+DESTROYGIRL@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:31:58 +0100 Subject: [PATCH 2/2] rain comments --- game/neo/scripts/soundscapes_ntre_apparatus_dm.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt b/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt index cbd9bf59a..9bc7a4dc0 100644 --- a/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt +++ b/game/neo/scripts/soundscapes_ntre_apparatus_dm.txt @@ -6,7 +6,7 @@ { "volume" "0.8" "pitch" "100" - "wave" "ocean_rain_lp.wav" + "wave" "apparatus/ocean_rain_lp.wav" } } @@ -18,7 +18,7 @@ { "volume" "0.8" "pitch" "100" - "wave" "ocean_rain_inside_lp.wav" + "wave" "apparatus/ocean_rain_inside_lp.wav" } "playlooping" @@ -37,7 +37,7 @@ { "volume" "0.3" "pitch" "100" - "wave" "ocean_rain_inside_lp.wav" + "wave" "apparatus/ocean_rain_inside_lp.wav" } "playlooping" @@ -56,7 +56,7 @@ { "volume" "0.3" "pitch" "100" - "wave" "ocean_rain_inside_lp.wav" + "wave" "apparatus/ocean_rain_inside_lp.wav" } "playlooping"