summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Rules.c4d/Apocalypse.c4d')
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt8
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt1
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt1
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.pngbin10354 -> 0 bytes
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt2
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c5
6 files changed, 0 insertions, 17 deletions
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt
deleted file mode 100644
index dc029af..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-[DefCore]
-id=APCE
-Name=Apocalypse
-Version=4,9,5
-Category=C4D_StaticBack|C4D_Rule
-Width=1
-Height=1
-Picture=0,0,64,64 \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt
deleted file mode 100644
index 907f5df..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt
+++ /dev/null
@@ -1 +0,0 @@
-Feuerregen und keine Spawnpoints. Dafür unendlich Teraflints. \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt
deleted file mode 100644
index e803d8b..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt
+++ /dev/null
@@ -1 +0,0 @@
-Fire rain and unlimited teraflints instead of spawnpoints. \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png
deleted file mode 100644
index c40dbad..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png
+++ /dev/null
Binary files differ
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt
deleted file mode 100644
index d5f8556..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-DE:Apokalypse
-US:Apocalypse \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c
deleted file mode 100644
index 2eee807..0000000
--- a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/*-- Apocalypse --*/
-
-#strict 2
-
-protected func Activate(int player) { MessageWindow(GetDesc(), player); }