diff options
| author | Jan <> | 2015-02-02 17:58:18 +0100 |
|---|---|---|
| committer | Jan <_> | 2015-07-10 17:51:43 +0200 |
| commit | ca61c54b9bd69af897e4cc9d4385137fb56fd11a (patch) | |
| tree | a4363f466cea6de48ca81fadc08273d58698d2ff /TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d | |
| parent | 32a9632fbca3dd7a88bd3154b84a3773af39c276 (diff) | |
| download | tempelschubsen-ca61c54b9bd69af897e4cc9d4385137fb56fd11a.tar.gz tempelschubsen-ca61c54b9bd69af897e4cc9d4385137fb56fd11a.zip | |
TemplePushingBeta.c4s
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d')
6 files changed, 17 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..c40dbad --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Graphics.png 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); } |
