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_xtechit.odf < prev    next >
Encoding:
Text File  |  1999-08-25  |  1.7 KB  |  81 lines

  1. // ===============
  2. // TECHNO BALL HIT
  3. // ===============
  4.  
  5. [ExplosionClass]
  6. classLabel = "explosion"
  7.  
  8. particleTypes = 4
  9. particleClass1 = "xtechit.core"
  10. particleCount1 = 1
  11. particleVeloc1 = "0.0 0.0 0.0"
  12. particleClass2 = "xtechit.puff"
  13. particleCount2 = 5
  14. particleVeloc2 = "10.0 10.0 10.0"
  15. particleClass3 = "xtechit.light"
  16. particleCount3 = 1
  17. particleVeloc3 = "0.0 0.0 0.0"
  18. particleClass4 = "xtechit.shock"
  19. particleCount4 = 1
  20. particleVeloc4 = "0.0 0.0 0.0"
  21.  
  22. explSound = "xfire1.wav"
  23. damageRadius = 0.0
  24. damageValue(N) = 0
  25. damageValue(L) = 0
  26. damageValue(H) = 0
  27. damageValue(S) = 0
  28. damageValue(D) = 0
  29. damageValue(A) = 0
  30.  
  31. [Core]
  32. simulateBase = "sim_null"
  33. lifeTime = 1.0
  34. renderBase = "draw_twirl"
  35. textureName = "flame.tga"
  36. textureBlend = "one one modulate"
  37. startColor = "255 63 55 255"
  38. finishColor = "255 63 55 255"
  39. startRadius = 2.0
  40. finishRadius = 0.5
  41. animateTime = 1.0
  42.  
  43. [Puff]
  44. simulateBase = "sim_smoke"
  45. lifeTime = 1.0
  46. renderBase = "draw_twirl"
  47. textureName = "flame.tga"
  48. textureBlend = "one one modulate"
  49. startColor = "255 63 55 255"
  50. finishColor = "255 0 0 0"
  51. startRadius = 2.0
  52. finishRadius = 0.5
  53. animateTime = 1.0
  54.  
  55. [Light]
  56. simulateBase = "sim_null"
  57. lifeTime = 1.0
  58. renderBase = "draw_light"
  59. startColor = "255 63 255 255"
  60. finishColor = "0 0 255 0"
  61. startRadius = 0.4
  62. finishRadius = 0.1
  63. animateTime = 1.0
  64. attenuateConstant = 0.0
  65. attenuateLinear = 1.0
  66. attenuateQuadratic = 0.0
  67.  
  68. [Shock]
  69. simulateBase = "sim_null"
  70. lifeTime = 0.5
  71. renderBase = "draw_sphere"
  72. textureName = "vsmoke.tga"
  73. textureBlend = "one one modulate"
  74. startColor = "255 63 55 155"
  75. finishColor = "255 63 255 0"
  76. startRadius = 0.5
  77. finishRadius = 1.5
  78. animateTime = 0.5
  79. latitudeBands = 8
  80. longitudeSegments = 16
  81.