From f1ece16c08d8c01e1d49a25f0314a96c021e73cb Mon Sep 17 00:00:00 2001 From: Jan <> Date: Fri, 10 Jul 2015 18:11:22 +0200 Subject: r0.921 --- .../Environment.c4d/HugeCrystal.c4d/ActMap.txt | 6 ++++++ .../Environment.c4d/HugeCrystal.c4d/DefCore.txt | 16 ++++++++++++++++ .../Environment.c4d/HugeCrystal.c4d/DescDE.txt | 1 + .../Environment.c4d/HugeCrystal.c4d/DescUS.txt | 1 + .../Environment.c4d/HugeCrystal.c4d/Graphics.png | Bin 0 -> 61200 bytes .../Environment.c4d/HugeCrystal.c4d/Names.txt | 2 ++ .../Environment.c4d/HugeCrystal.c4d/Script.c | 13 +++++++++++++ 7 files changed, 39 insertions(+) create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c (limited to 'TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d') diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt new file mode 100644 index 0000000..f670372 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt @@ -0,0 +1,6 @@ +[Action] +Name=Be +Procedure=NONE +Length=10 +Delay=0 +Facet=0,0,64,64 \ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt new file mode 100644 index 0000000..942524a --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt @@ -0,0 +1,16 @@ +[DefCore] +id=BCRY +Name=Huge Crystal +Version=4,9,5 +Category=C4D_StaticBack|C4D_Background +Width=64 +Height=64 +Offset=-32,-32 +Picture=0,0,64,64 +Vertices=1 +VertexY=32 +Rotate=1 +NoStabilize=1 +IncompleteActivity=1 +StretchGrowth=1 +Oversize=1 diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt new file mode 100644 index 0000000..d5c1d05 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt @@ -0,0 +1 @@ +Sieht schön aus. \ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt new file mode 100644 index 0000000..62c5e47 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt @@ -0,0 +1 @@ +Gems? Gems are truly outrageous. They are truly, truly, truly outrageous. \ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png new file mode 100644 index 0000000..d8ace61 Binary files /dev/null and b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png differ diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt new file mode 100644 index 0000000..a1d16fe --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt @@ -0,0 +1,2 @@ +DE:Riesiger Kristall +US:Huge Crystal diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c new file mode 100644 index 0000000..cae886c --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c @@ -0,0 +1,13 @@ +/*-- Riesiger Kristall --*/ + +#strict 2 + +func Set(int phase, int size, int rotation, int dir, int color) +{ + SetAction("Be"); + SetPhase(phase); + SetCon(size); + SetR(rotation); + SetDir(dir); + SetClrModulation(color); +} -- cgit v1.2.3-54-g00ecf