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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   
  4.     eventsequence "Start" {
  5.     sourceblendmode = BLEND_LAMP
  6.     particletype = TYPE_THREE
  7.     loops = 1
  8.     numparticles = 40
  9.     gravity = XYZ(0,0,0)
  10.     emitrate = 90
  11.     emitradius = xyz(0,0,0)
  12.     lifetime = 0.5
  13.     texture = "effect\\particle\\flare.tga"
  14.     initial size = random(3,5)
  15.     initial sizeExt = random(70,90)
  16.     initial partAngle = XYZ(random(-360,360), random(-360,360), random(0,120))
  17.     initial color = rgba(255,200,50,200)
  18.     initial velocity = XYZ(0,0,0)
  19.     fade so final color = rgba(0,0,0,0)
  20.     fade so final sizeExt = 200
  21.     } 
  22.     
  23.     eventsequence "Start" {
  24.     sourceblendmode = BLEND_LAMP
  25.     numparticles = 3
  26.     loops = 1
  27.     gravity = XYZ(0,0,0)
  28.     emitrate = 80
  29.     emitradius = xyz(random(-1,1),random(-1,1),random(-1,1))
  30.     lifetime = 0.8
  31.     texture = "effect\\particle\\water2.tga"
  32.     initial size = 10
  33.     initial color = rgba(255,255,255,255)
  34.     initial velocity = XYZ(random(-5,5),random(-5,5),random(-5,5))
  35.     fade so final color = rgba(0,0,0,0)
  36.     fade so final size = 50
  37.     }
  38.  
  39.    eventsequence "faeries" {
  40.     sourceblendmode = BLEND_LAMP
  41.     loops = 100
  42.     numparticles = 20
  43.     gravity = XYZ(0,0,0)
  44.     emitrate = 20
  45.     emitradius = xyz(random(-4,4),random(-4,4),random(-4,4))
  46.     lifetime = 1
  47.     texture = "effect\\particle\\star05Y_01.bmp"
  48.     initial size = random(10,20)
  49.     initial color = rgba(255,200,50,200)
  50.     initial velocity = XYZ(0,0,0)
  51.     //initial partAngle = xyz(random(0,360), random(0,360), random(0,360))
  52.     fade so final color = rgba(0,0,0,0)
  53.     fade so final sizeExt = 200
  54.     }
  55. }