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

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8. init
  9. {    
  10.     client
  11.     {
  12.         cache models/fx/bp_debris3g.tik
  13.         cache models/fx/bp_debris2g.tik
  14.     }
  15. }
  16.  
  17. animations
  18. {
  19.     aaaa dummy2.skc // hack to allow the idle anim's entry commands to run
  20.     idle dummy2.skc
  21.     {
  22.         client
  23.         {
  24.             enter originspawn
  25.             (
  26.                 model models/fx/bp_debris3g.tik
  27.                 count 4
  28.                 color 1.00 1.00 1.00
  29.                 scale 0.50
  30.                 life 1.00
  31.                 velocity 550.00
  32.                 accel 0.00 0.00 -375.00
  33.                 friction 0.40
  34.                 scalemin 0.30
  35.                 scalemax 0.70
  36.                 fade
  37.                 sphere
  38.                 randomroll
  39.             )
  40.  
  41.             enter originspawn
  42.             (
  43.                 model models/fx/bp_debris2g.tik
  44.                 count 3
  45.                 color 1.00 1.00 1.00
  46.                 collision
  47.                 bouncefactor 0.30
  48.                 scale 0.70
  49.                 life 1.50
  50.                 velocity 700.00
  51.                 accel 0.00 0.00 -400.00
  52.                 angles crandom 50 crandom 30 crandom 40
  53.                 avelocity crandom -120 crandom -40 range 120 -220
  54.                 fade
  55.                 sphere
  56.             )
  57.         }
  58.     }
  59. }
  60.