summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-03-04 21:27:02 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-03-04 21:27:12 +0100
commit1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2 (patch)
treeb46e2f61f6a223e8c2c54536da324f502a99b948 /TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d
parent2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6 (diff)
downloadtempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.tar.gz
tempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.zip
Move some mode-specific stuff into the modes' scripts
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d')
-rw-r--r--TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c15
-rw-r--r--TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblDE.txt1
-rw-r--r--TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblUS.txt1
3 files changed, 17 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c
index 508577a..e026efa 100644
--- a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c
+++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c
@@ -2,4 +2,19 @@
#strict 2
+static const MODE_Apocalyptic = APCE;
+
protected func Activate(int player) { MessageWindow(GetDesc(), player); }
+
+func Initialize()
+{
+ AddEffect("CreateTeraFlints", 0, 20, 90);
+ AddEffect("ShakeScreen", 0, 20, 50);
+ AddEffect("Bottom", 0, 20, 2);
+ AddEffect("SkyAdjust", 0, 20, 1);
+}
+
+func ModeName() { return "$ModeName$"; }
+func NoSpawnpoints() { return true; }
+func NoCorpses() { return true; }
+func AmbienceSounds() { return [["ExtremeAmbience.ogg", 75]]; }
diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblDE.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblDE.txt
new file mode 100644
index 0000000..ce5069d
--- /dev/null
+++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblDE.txt
@@ -0,0 +1 @@
+ModeName=<c b20000>Apokalyptisch</c>
diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblUS.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblUS.txt
new file mode 100644
index 0000000..78690e2
--- /dev/null
+++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/StringTblUS.txt
@@ -0,0 +1 @@
+ModeName=<c b20000>Apocalyptical</c>