home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / bh_dirt_lite.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  894 b   |  57 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.     }
  14.     client
  15.     {
  16.         //cache some stuff used in this effect
  17.         cache models/fx/bh_wood_puff_simple.tik
  18.         cache bh_dirt_piece.spr
  19.  
  20.         sfx originspawn
  21.         (
  22.             model models/fx/bh_wood_puff_simple.tik
  23.             alpha 1
  24.             count 1
  25.             life 0.25
  26.             scale 20
  27.             scalerate 16
  28.             fade
  29.         )
  30.  
  31.         // chunky chunks of chunky stuff
  32.         sfx originspawn
  33.         (
  34.             model bh_dirt_piece.spr
  35.             spawnrange 1536
  36.             spritegridlighting
  37.             alpha 1
  38.             angles 0 0 random 360
  39.             offsetalongaxis random 4 crandom 3 crandom 3
  40.             count 6
  41.             velocity 50
  42.             randvelaxis random 150 crandom 32 crandom 32
  43.             accel 0 0 -800
  44.             life 0.6 0.7
  45.             scalemin 0.2
  46.             scalemax 0.3
  47.             fadedelay 0.5
  48.             color .37 .37 .37
  49.         )
  50.     }
  51. }
  52.  
  53. // This section is just needed to be a valid tiki file
  54. animations
  55. {
  56.     idle dummy2.skc 
  57. }