From c1a788194053fb83586bf7a87b05b091d506d65a Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 11 Feb 2018 23:01:57 +0100 Subject: Add the Alter Mann loop. --- README | 1 + maps/p3_dretchpwner.map | 14 ++++++++++++++ sound/analmango/alter_mann.wav | Bin 0 -> 62276 bytes 3 files changed, 15 insertions(+) create mode 100644 sound/analmango/alter_mann.wav diff --git a/README b/README index e768bc0..a4c602c 100644 --- a/README +++ b/README @@ -32,6 +32,7 @@ sound/analmango/gather_your_party.wav is a voice track from Baldur's Gate. sound/analmango/d2k.wav is a sample of Dune 2000's soundtrack. sound/analmango/spiritus_sanctus.wav is a sample of Blind Guardian's The Quest For Tanelorn (from Somewhere Far Beyond, 1992). sound/analmango/panorama.wav is a sample of Laibach's Panorama (from Anthems, 2004). +sound/analmango/alter_mann.wav is a sample of Rammstein's Alter Mann (from Sehnsucht, 1997). I hope they won't mind. Several files are Nobiax's original work (Changed resolution, format,.. for compatibility): diff --git a/maps/p3_dretchpwner.map b/maps/p3_dretchpwner.map index bce9384..b0212b8 100644 --- a/maps/p3_dretchpwner.map +++ b/maps/p3_dretchpwner.map @@ -3019,3 +3019,17 @@ nexus6/brown_hose_s ( -1600 -32 -240 ) ( -1600 -24 -240 ) ( -1600 -32 -224 ) niveus/achtung_clang_128 0 0 0 0.5 0.5 134217728 0 0 } } +// entity 110 +{ +"classname" "target_speaker" +"origin" "-1896.000000 -264.000000 -240.000000" +"spawnflags" "1" +"noise" "sound/analmango/alter_mann.wav" +} +// entity 111 +{ +"classname" "target_speaker" +"origin" "-1896.000000 -64.000000 -240.000000" +"spawnflags" "1" +"noise" "sound/analmango/alter_mann.wav" +} diff --git a/sound/analmango/alter_mann.wav b/sound/analmango/alter_mann.wav new file mode 100644 index 0000000..38f7101 Binary files /dev/null and b/sound/analmango/alter_mann.wav differ -- cgit