From ca61c54b9bd69af897e4cc9d4385137fb56fd11a Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 17:58:18 +0100 Subject: TemplePushingBeta.c4s --- .../Modes.c4d/ApocalypticPushing.c4d/DefCore.txt | 8 ++++++++ .../Modes.c4d/ApocalypticPushing.c4d/DescDE.txt | 1 + .../Modes.c4d/ApocalypticPushing.c4d/DescUS.txt | 1 + .../Modes.c4d/ApocalypticPushing.c4d/Graphics.png | Bin 0 -> 10354 bytes .../Modes.c4d/ApocalypticPushing.c4d/Names.txt | 2 ++ .../Modes.c4d/ApocalypticPushing.c4d/Script.c | 5 +++++ 6 files changed, 17 insertions(+) create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DefCore.txt create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescDE.txt create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescUS.txt create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Graphics.png create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Names.txt create mode 100644 TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c (limited to 'TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d') diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DefCore.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DefCore.txt new file mode 100644 index 0000000..dc029af --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DefCore.txt @@ -0,0 +1,8 @@ +[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/Modes.c4d/ApocalypticPushing.c4d/DescDE.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescDE.txt new file mode 100644 index 0000000..907f5df --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescDE.txt @@ -0,0 +1 @@ +Feuerregen und keine Spawnpoints. Dafür unendlich Teraflints. \ No newline at end of file diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescUS.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescUS.txt new file mode 100644 index 0000000..e803d8b --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/DescUS.txt @@ -0,0 +1 @@ +Fire rain and unlimited teraflints instead of spawnpoints. \ No newline at end of file diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Graphics.png b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Graphics.png new file mode 100644 index 0000000..c40dbad Binary files /dev/null and b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Graphics.png differ diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Names.txt b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Names.txt new file mode 100644 index 0000000..d5f8556 --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Names.txt @@ -0,0 +1,2 @@ +DE:Apokalypse +US:Apocalypse \ No newline at end of file diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c new file mode 100644 index 0000000..508577a --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c @@ -0,0 +1,5 @@ +/*-- Apocalyptic --*/ + +#strict 2 + +protected func Activate(int player) { MessageWindow(GetDesc(), player); } -- cgit v1.2.3-54-g00ecf