From 50d33237c19056d9a43b4fe112953ca7fa39b820 Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 7 Mar 2016 00:49:26 +0100 Subject: Increase the maximum number of "Feather" particles --- .../Misc.c4d/Particles.c4d/Feather.c4d/Graphics.png | Bin 0 -> 523 bytes .../Misc.c4d/Particles.c4d/Feather.c4d/Particle.txt | 13 +++++++++++++ TemplePushing.c4s/System.c4g/Blackout.c | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Graphics.png create mode 100644 TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Particle.txt diff --git a/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Graphics.png b/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Graphics.png new file mode 100644 index 0000000..c6c27ed Binary files /dev/null and b/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Graphics.png differ diff --git a/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Particle.txt b/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Particle.txt new file mode 100644 index 0000000..31b7d75 --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/Particles.c4d/Feather.c4d/Particle.txt @@ -0,0 +1,13 @@ +[Particle] +Name=Feather +MaxCount=400 +InitFn=StdInit +ExecFn=StdExec +DrawFn=Std +Face=0,0,16,16,-8,-8 +GravityAcc=5 +RByV=1 +AlphaFade=2 +Delay=0 +Additive=1 +Repeats=1 \ No newline at end of file diff --git a/TemplePushing.c4s/System.c4g/Blackout.c b/TemplePushing.c4s/System.c4g/Blackout.c index 5920651..a901930 100644 --- a/TemplePushing.c4s/System.c4g/Blackout.c +++ b/TemplePushing.c4s/System.c4g/Blackout.c @@ -1,4 +1,4 @@ -/*-- Blackout kill tracking --*/ +/*-- Blackout kill tracking and colour modulation by tea, --*/ #appendto MBOT #strict 2 -- cgit v1.2.3-54-g00ecf