home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / bazookaexplosion.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  534 b   |  42 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     server  
  12.     {
  13.         classname Explosion
  14. //        ghost
  15. //        svflags +sendonce
  16.         rendereffects +dontdraw
  17.         notsolid
  18. //        radiusdamage 125
  19. //        radius 300
  20.         radiusdamage 110
  21.         knockback 200
  22.         radius 350
  23.         meansofdeath explosion
  24.         life 0.1
  25.     }
  26. }
  27.  
  28. animations
  29. {
  30.     idle dummy2.skc
  31.     {
  32.         server    
  33.         {
  34.             // make the explosion effect
  35. //            entry explosioneffect bazooka
  36.             first explosioneffect bazooka
  37.  
  38. //            last stopanimating
  39.         }
  40.     }
  41. }
  42.