summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-03-04 14:39:48 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-03-04 14:39:48 +0100
commitbf5d536b3465af4389f27eedbab5af1b4f40d778 (patch)
treeafecf7cf6655070c846fc36e27328698e1199b34 /TemplePushing.c4s
parenta76c4082acbc908adf47760c2877d33eac9594e2 (diff)
downloadtempelschubsen-bf5d536b3465af4389f27eedbab5af1b4f40d778.tar.gz
tempelschubsen-bf5d536b3465af4389f27eedbab5af1b4f40d778.zip
Disable music in scenario script
Diffstat (limited to 'TemplePushing.c4s')
-rw-r--r--TemplePushing.c4s/Script.c3
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c4
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c2
3 files changed, 4 insertions, 5 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index ac18165..81de435 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -54,6 +54,9 @@ func Initialize()
// Set possible spells
SetScrollSpells([ABLA, MBOT, MFRB, MDBT, GVTY, MLGT, CFAL, MSSH, MINV, MARK, MFWV, MGFL, LAVS, MGPL, ICNL, MDFL, AFST, MGCY, MATT]);
+
+ // Disable music altogether
+ SetPlayList(" ");
}
/*func TeamRow(int team) { return 1 + team * 1000; }
diff --git a/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c
index 4e1c3ce..5818969 100644
--- a/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c
@@ -8,8 +8,6 @@ public func SpawnpointLocations() { return [[70, 100], [140, 310], [1105, 310],
protected func Initialize()
{
- Music();
-
if (ambienceEnabled)
{
// Create "Clouds"
@@ -66,4 +64,4 @@ public func SectionAmbienceSounds()
if (mode == MODE_Festive) return [["FestiveAmbience.ogg", 25]];
else if (mode == MODE_Apocalyptic) return [["ExtremeAmbience.ogg", 75]];
else return [["CloudAmbience.ogg", 50]];
-} \ No newline at end of file
+}
diff --git a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
index 590f172..a169b11 100644
--- a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
@@ -8,8 +8,6 @@
protected func Initialize()
{
- Music();
-
if (ambienceEnabled)
{
// Create lava rain