diff options
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d')
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DefCore.txt | 7 | ||||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescDE.txt | 1 | ||||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescUS.txt | 1 | ||||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Graphics.png | bin | 0 -> 135649 bytes | |||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Names.txt | 2 | ||||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Overlay.png | bin | 0 -> 106911 bytes | |||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c | 12 | ||||
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Title.png | bin | 0 -> 5684 bytes |
8 files changed, 23 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DefCore.txt b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DefCore.txt new file mode 100644 index 0000000..e259ed1 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DefCore.txt @@ -0,0 +1,7 @@ +[DefCore] +id=FSVC +Name=Anoraks +Version=4,9,5 +Category=C4D_Living +Picture=6,0,64,64 +ColorByOwner=1 diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescDE.txt b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescDE.txt new file mode 100644 index 0000000..d89a848 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescDE.txt @@ -0,0 +1 @@ +Clonks tragen warme Anoraks, wenn der festliche Modus aktiviert ist. diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescUS.txt b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescUS.txt new file mode 100644 index 0000000..9c4124f --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/DescUS.txt @@ -0,0 +1 @@ +Makes clonks wear anoraks if the festive mode is enabled. diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Graphics.png b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Graphics.png Binary files differnew file mode 100644 index 0000000..0a39a1c --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Graphics.png diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Names.txt b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Names.txt new file mode 100644 index 0000000..4741171 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Names.txt @@ -0,0 +1,2 @@ +DE:Festliche Clonks +US:Festive Clonks diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Overlay.png b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Overlay.png Binary files differnew file mode 100644 index 0000000..978f3b9 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Overlay.png diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c new file mode 100644 index 0000000..656a32b --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c @@ -0,0 +1,12 @@ +/*-- Festliche Clonks --*/ + +#strict 2 +#appendto CLNK + +func Construction () { + if (mode == MODE_Festive) + { + if(GetID() == CLNK) SetGraphics(0, this, FSVC); + return (_inherited (...)); + } +} diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Title.png b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Title.png Binary files differnew file mode 100644 index 0000000..46ddf08 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Title.png |
