From be746d32138f6df755ffad05835d0b4e679acb32 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Fri, 18 Oct 2013 23:01:51 +0000 Subject: Added wip dagon engine particles. Updated all relevent models to use them. Modified other engine particles. --- base/particles/engine_exhaust_tsukhan.ini | 71 +++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 14 deletions(-) (limited to 'base/particles/engine_exhaust_tsukhan.ini') diff --git a/base/particles/engine_exhaust_tsukhan.ini b/base/particles/engine_exhaust_tsukhan.ini index a019bbe..28f6ded 100644 --- a/base/particles/engine_exhaust_tsukhan.ini +++ b/base/particles/engine_exhaust_tsukhan.ini @@ -5,21 +5,64 @@ [particles] -; [flame] -; texture=fx/flame_tsukhan -; timeout=1.0 -; interval=50 -; radius=32 -; alpha=0.5 - + [sprites] + texture=fx/flare01 + lifespan=5000 + interval=10 + radius=2 32 1 + ;64 256 16 + spawnradius=1.5 + alpha=1 0.5 0 + offset=0 + speed=32 + cone=0 + color=0.0f 0.0f 0.0f + thrust=true + impulse=true + attached=true + engine=true + colorsecond=0.3f 0.0f 0.4f + + ; impulse fire effect + [sprites] + texture=fx/flare03 + lifespan=3000 + interval=50 + radius=64 148 2 + ;64 256 16 + spawnradius=1.5 + alpha=.25 0.5 0 + offset=0 + speed=18 + cone=16 + color=1.0f 1.0f 0.9f + ; only eject particles when impulse is active + thrust=false + impulse=true + attached=true + + engine=true + colorsecond=1.0 1.0 1.0 + [trail] - ; particle texture + ; texture texture=fx/engine_trail_tsukhan - ; particle lifespan, in milliseconds + ; lifespan of a particle, in milliseconds lifespan=4000 - ; ejector interval, in milliseconds + ; ejection interval, in milliseconds interval=150 - ; particle radius - radius=4 - ; particle alpha [start] [end] - alpha=1.0 0.0 + ; radius begin middle end + radius= 2 8 2 + ; alpha begin middle end + alpha=0.0 0.5 0.0 + ; middle point offset [0-1}, default 0.5 + offset=0.1 + ; particle color + color=255 255 255 + ; particle speed + speed=32 + ; ejection cone size, in degrees + cone=0 + ; only eject particles when thruster is active + thrust=true + impulse=true -- cgit v1.2.3