home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 #8 / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / FireShot1.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  1.5 KB  |  54 lines

  1. particlesystem "FireJet" 1.00 {
  2.   position = XYZ(0,50,-50)
  3.  
  4.   eventsequence "Smoke" {
  5.     sourceblendmode = BLEND_INVSHADOW
  6.     numparticles = 20
  7.     gravity = XYZ(0,-10,0)
  8.     emitrate = 30
  9.     loops = 100
  10.     lifetime = Random(0.01,0.5)
  11.     texture = "effect\\particle\\MonParticle01.bmp"
  12.     initial color = rgba(255,255,255,255)
  13.     initial size = 10
  14.     initial velocity = XYZ(random(-20,20),random(10,50),random(-20,20))
  15.     fade so final color = rgba(0,0,0,0)
  16.     fade so final size = 1
  17.     }
  18.  
  19.   eventsequence "UpFire" {
  20.     sourceblendmode = BLEND_LAMP
  21.     numparticles = 50
  22.     gravity = XYZ(0,-10,0)
  23.     emitrate = 100
  24.     loops = 100
  25.     lifetime = Random(0.01,0.5)
  26.     texture = "effect\\particle\\fire-1.bmp"
  27.     initial color = rgba(255,255,255,255)
  28.     initial size = 30
  29.     initial velocity = XYZ(random(-15,15),random(15,25),random(-15,15))
  30.     emitradius = xyz(random(-1,1),0,random(-1,1))
  31.     fade so final color = rgba(0,0,0,0)
  32.     fade so final size = 10
  33.     }
  34.  
  35.     eventsequence "DownFire" {
  36.     sourceblendmode = BLEND_LAMP
  37.     numparticles = 20
  38.     gravity = XYZ(0,-10,0)
  39.     emitrate = 100
  40.     loops = 100
  41.     lifetime = Random(0.01,0.2)
  42.     texture = "effect\\particle\\fire-1.bmp"
  43.     initial color = rgba(255,255,255,255)
  44.     initial size = 20
  45.     initial velocity = XYZ(random(-2,2),random(-50,-30),random(-2,2))
  46.     emitradius = xyz(random(-1,1),0,random(-1,1))
  47.     fade so final color = rgba(0,0,0,0)
  48.     fade so final size = 10
  49.     }
  50. }
  51.  
  52.  
  53.  
  54.