;--------------------------------------------- ; Fire emitter defintion TYPE Fire PARTICLES 50 ASSET Fire9 FRAMES 4,4 DELAY 100,50 DENSITY 3,0 RADIUS 15,100 SPREAD 0 ; particle defintion for fire SIZE 30,40 LIFE 1000,50 VELOCITY 0.6,25 ACCELERATION 0,0,1.8 CONVERGENCE 80 ALPHA 0.0,0 ALPHA 0.1,1 ALPHA 0.5,1 ALPHA 1.0,0 FRAME 0.0,0 FRAME 1.0,16 MODE ADDITIVE BOUNCE 50 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a fire emitter ;--------------------------------------------- ;--------------------------------------------- ; Fire emitter defintion TYPE Fire_02 PARTICLES 50 ASSET Fire9 FRAMES 4,4 DELAY 200,50 DENSITY 3,0 RADIUS 15,100 SPREAD 0 ; particle defintion for fire SIZE 30,40 LIFE 1000,50 VELOCITY 0.6,25 ACCELERATION 0,0,1.8 CONVERGENCE 80 ALPHA 0.0,0 ALPHA 0.1,1 ALPHA 0.5,1 ALPHA 1.0,0 FRAME 0.0,0 FRAME 1.0,16 MODE ADDITIVE BOUNCE 50 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a fire emitter ;--------------------------------------------- ;--------------------------------------------- ; Smoke emitter defintion TYPE Smoke PARTICLES 50 ASSET Smoke FRAMES 4,4 DELAY 500,50 DENSITY 4,50 RADIUS 15,100 SPREAD 30 ; particle defintion for smoke SIZE 200,200 LIFE 6000,15 VELOCITY 0.75,10 ACCELERATION 0,0,0.15 CONVERGENCE 0 ALPHA 0.0,0 ALPHA 0.1,0.75 ALPHA 1.0,0.75 FRAME 0.0,0 FRAME 1.0,16 MODE AVERAGED BOUNCE 50 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a smoke emitter ;--------------------------------------------- ;--------------------------------------------- ; ball emitter defintion TYPE ball PARTICLES 75 ASSET ball FRAMES 1,1 DELAY 50,50 DENSITY 2,50 RADIUS 0,100 SPREAD 30 ; particle defintion for ball SIZE 20,20 LIFE 2000,15 VELOCITY 5,25 ACCELERATION 0,0,-9.8 CONVERGENCE 0 ALPHA 0.0,0 ALPHA 0.1,1.0 ALPHA 0.75,1.0 ALPHA 0.0,0.0 FRAME 0.0,0 FRAME 1.0,0 SIZE 0.0,20,20 SIZE 0.5,40,40 SIZE 1.0,2,2 MODE ADDITIVE BOUNCE 75 CAMERAFACING 1 FIXEDSIZE 0 ; end of defintion for a ball emitter ;--------------------------------------------- ;--------------------------------------------- ; Steam emitter defintion TYPE Steam ; emitter name i.e. "emitter_steam" PARTICLES 30 ; total amount ASSET Smoke ; texture FRAMES 4,4 ; texture frames i.e. 4*4=16 frames DELAY 10,0 ; m/s,variation DENSITY 1,50 ; spawn amount,% variation RADIUS 1,10 ; size of emitter in ; degrees,% variation SPREAD 10 ; degrees ; particle defintion for steam SIZE 130,130 ; particle texture size in pixels LIFE 1000,80 ; in milliseconds,% variation VELOCITY 3,20 ; in m/s,% variation ACCELERATION 0,0,0.2 ; x,y,m/s squared CONVERGENCE -0.5 ; the regrouping of the particles ALPHA 0.0,0 ; on spawn the frame,alpha value ALPHA 0.1,0.75 ; frame,alpha value ALPHA 0.3,1 ALPHA 0.5,0.7 ALPHA 1.0,0.1 ; on death the frame,alpha value FRAME 0.0,0 ; spawn,frame value FRAME 1.0,16 ; death,frame value SIZE 0.0,60,60 SIZE 0.5,130,130 SIZE 1.0,500,500 MODE AVERAGED ; proteus texture type BOUNCE 0 ; off floor only CAMERAFACING 1 ; 1=true FIXEDSIZE 0 ; relevant to SIZE value ; end of defintion for a steam emitter ;--------------------------------------------- ;--------------------------------------------- ; droplet emitter defintion TYPE droplets PARTICLES 20 ASSET droplets FRAMES 1,1 DELAY 250,100 DENSITY 1,0 RADIUS 1,100 SPREAD 180 ; particle defintion for ball SIZE 5,5 LIFE 2000,30 VELOCITY 0.05,100 ACCELERATION 0,0,-5.8 CONVERGENCE -1 ALPHA 0.0,0 ALPHA 0.1,1.0 ALPHA 0.75,1.0 ALPHA 1,0.0 SIZE 0.0,5,50 SIZE 0.2,20,50 SIZE 0.5,50,50 SIZE 0.7,50,50 SIZE 1,50,50 MODE AVERAGED BOUNCE 35,25 BOUNCESPLIT 4,100 BOUNCESPREAD 35 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a ball emitter ;--------------------------------------------- ;--------------------------------------------- ; droplet emitter defintion TYPE puddle PARTICLES 4 ASSET puddle FRAMES 3,3 DELAY 250,0 DENSITY 1,0 RADIUS 20,100 SPREAD 360 ; particle defintion for ball SIZE 100,100 LIFE 1000,60 VELOCITY 0,0 ACCELERATION 0,0,0 CONVERGENCE 0 ALPHA 0.0,1.0 ALPHA 1,1.0 FRAME 0.0,0 FRAME 1.0,9 SIZE 0.0,40,40 SIZE 1,40,40 MODE AVERAGED BOUNCE 0 CAMERAFFACING 1 FIXEDSIZE 1 ; end of defintion for a ball emitter ;--------------------------------------------- ;--------------------------------------------- ; spark emitter defintion TYPE spark PARTICLES 50 ASSET spark_02 FRAMES 1,1 DELAY 1250,30 DENSITY 5,30 RADIUS 1,100 SPREAD 50 ; particle defintion for ball SIZE 10,10 LIFE 1000,30 VELOCITY 5,50 ACCELERATION 0,0,-5.8 CONVERGENCE -1 ALPHA 0.0,0 ALPHA 0.1,1.0 ALPHA 0.75,1.0 ALPHA 1,0.0 SIZE 0.0,5,50 SIZE 0.2,20,50 SIZE 0.5,50,50 SIZE 0.7,50,50 SIZE 1,50,50 MODE ADDITIVE BOUNCE 35,25 BOUNCESPLIT 4,100 BOUNCESPREAD 35 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a ball emitter ;-------------------------------------------- ;--------------------------------------------- ; water emitter defintion TYPE water PARTICLES 20 ASSET droplets FRAMES 1,1 DELAY 500,50 DENSITY 1,100 RADIUS 1,10 SPREAD 1 ; particle defintion for water SIZE 5,5 LIFE 2000,30 VELOCITY 5,20 ACCELERATION 0,0,-5.8 CONVERGENCE 1 ALPHA 1,0.5 SMODE AVERAGED BOUNCE 35,25 BOUNCESPLIT 4,100 BOUNCESPREAD 35 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a ball emitter ;--------------------------------------------- ;--------------------------------------------- ; spark emitter defintion TYPE sparks PARTICLES 50 ASSET spark_02 FRAMES 1,1 DELAY 1250,30 DENSITY 5,30 RADIUS 1,100 SPREAD 50 ; particle defintion for ball SIZE 10,10 LIFE 1000,30 VELOCITY 5,50 ACCELERATION 0,0,-5.8 CONVERGENCE -1 ALPHA 0.0,0 ALPHA 0.1,1.0 ALPHA 0.75,1.0 ALPHA 1,0.0 SIZE 0.0,5,50 SIZE 0.2,20,50 SIZE 0.5,50,50 SIZE 0.7,50,50 SIZE 1,50,50 MODE ADDITIVE BOUNCE 35,25 BOUNCESPLIT 4,100 BOUNCESPREAD 35 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a ball emitter ;-------------------------------------------- ;--------------------------------------------- ; netbuster emitter defintion TYPE netbuster PARTICLES 100 ASSET spark_02 FRAMES 1,1 DELAY 100,50 DENSITY 5,30 RADIUS 250,0 SPREAD 0 ; particle defintion for netbuster SIZE 20,20 LIFE 750,0 VELOCITY 0,0 ACCELERATION 0,0,0 CONVERGENCE 0 ALPHA 0.0,0 ALPHA 0.05,1.0 ALPHA 0.75,1.0 ALPHA 1,0.0 SIZE 0.0,5,50 SIZE 0.2,20,50 SIZE 0.5,50,50 SIZE 0.7,50,50 SIZE 1,50,50 MODE ADDITIVE BOUNCE 35,25 BOUNCESPLIT 0,100 BOUNCESPREAD 35 CAMERAFACING 1 FIXEDSIZE 1 ; end of defintion for a netbuster emitter ;-----------------------------------------