home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 November / maximum-cd-1999-11.iso / Battlezone II / Disk1 / data1.cab / Program_Executable_Files / data.pak / effects_explosions_treefire.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.0 KB  |  46 lines

  1. // ===================
  2. // MEDIUM DAMAGE STATE
  3. // ===================
  4.  
  5. [treefire]
  6. renderBase = "draw_multi"
  7. renderCount = 2
  8. renderName1 = "treefire.smokeemitter"
  9. renderName2 = "treefire.flameemitter"
  10.  
  11.  
  12. [SmokeEmitter]
  13. renderBase = "draw_twirl_trail"
  14. emitDelay = 0.05
  15. emitDelayVar = 0.03
  16. emitVelocity = "0.0 10.0 0.0"
  17. emitVariance = "2.0 2.0 2.0"
  18. emitInherit = "0.2 0.2 0.2"
  19. emitLife = 2.0
  20. textureName = "smoke.tga"
  21. textureBlend = "srcalpha invsrcalpha modulatealpha"
  22. startColor = "0 0 0 64"
  23. finishColor = "0 0 0 0"
  24. startRadius = 5
  25. finishRadius = 10.0
  26. animateTime = 2.0
  27. rotationRate = 2.0
  28.  
  29. [FlameEmitter]
  30. renderBase = "draw_twirl_trail"
  31. emitDelay = 0.03
  32. emitDelayVar = 0.02
  33. emitVelocity = "0.0 10.0 0.0"
  34. emitVariance = "4.0 5.0 3.0"
  35. emitInherit = "0.5 0.5 0.5"
  36. emitLife = 0.7
  37. renderBase = "draw_twirl"
  38. textureName = "fire.tga"
  39. textureBlend = "one one modulate"
  40. startColor = "255 255 200 128"
  41. finishColor = "255 0 0 0"
  42. startRadius = 3
  43. finishRadius = .5
  44. animateTime = 0.7
  45. rotationRate = 10.0
  46.