home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / models / fx_wfall_face.tik < prev    next >
Text File  |  2000-11-20  |  1KB  |  57 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale 1.5
  5.     radius 2
  6.     path models/fx/waterfall_face
  7.     surface material1 shader skin01.tga
  8.     surface material2 shader BW_rogue_fall
  9.     }
  10.  
  11. init
  12.    {
  13.    server
  14.       {
  15.          stationary
  16.          inanimate
  17.          noshadow
  18.          notsolid
  19.       }
  20.    client
  21.       {
  22.       tagemitter tag_base basespray
  23.          (
  24.          spawnrate 15
  25.          model roguespray.spr
  26.          velocity 45
  27.          randvel crandom 10 crandom 10 crandom 10
  28.          offsetalongaxis crandom 5 5 crandom 40
  29.          accel 0 0 -75
  30.          life 1.5
  31.          scalemin 0.3
  32.          scalemax 0.8
  33.          scalerate 0.4
  34.          fade
  35.          )
  36.  
  37.       tagemitter tag_top topwater
  38.          (
  39.          spawnrate 45
  40.          model waterdrop1.spr
  41.          velocity 75
  42.          randvel crandom 4 crandom 4 crandom 4
  43.          offsetalongaxis crandom .5 crandom 15 crandom .5
  44.          accel 0 0 -120
  45.          life 1.0
  46.          scalemin 0.05
  47.          scalemax 0.25
  48.          scalerate 0.2
  49.          fade
  50.          )
  51.       }
  52.    }
  53.  
  54. animations
  55.     {
  56.     idle notmoving.tan
  57.     }