home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / fs_light_dust.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  612 b   |  43 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 bhole_dirt.spr // cache the bullet hole shader
  18.  
  19.         sfx originspawn
  20.         (
  21.             model dustdrop.spr
  22.             angles 0 0 crandom 180
  23.             avelocity 0 0 crandom 180
  24.             count 4
  25.             scalemin 0.1
  26.             scalemax 0.2
  27.             cone 4 3
  28.             radialvelocity 16 8 0
  29.             friction .4
  30.             accel 0 0 -200
  31. //            color .4 .375 .3125
  32.             color .7 .7 .7
  33.             fade
  34.             life 1
  35.         )
  36.     }
  37. }
  38.  
  39. // This section is just needed to be a valid tiki file
  40. animations
  41. {
  42.     idle dummy2.skc 
  43. }