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

  1. TIKI
  2. setup
  3. {
  4.     scale .7
  5.     path models/lantern
  6.     lod_bias -0.5
  7.     surface material1 shader models/lantern/toppoint
  8.     surface material2 shader models/lantern/toppoint
  9.     surface material3 shader models/lantern/toppoint
  10.     surface material4 shader models/lantern/toppoint
  11.     surface material5 shader models/lantern/botpoint
  12.     surface material6 shader models/lantern/botpoint
  13.     surface material7 shader models/lantern/botpoint
  14.     surface material8 shader models/lantern/botpoint
  15.     surface material9 shader models/lantern/sides
  16.     surface material10 shader models/lantern/sides
  17.     surface material11 shader models/lantern/sides
  18.     surface material12 shader models/lantern/sides
  19.     surface material13 shader models/lantern/strut
  20.     surface material14 shader models/lantern/strut
  21.     surface material15 shader models/lantern/strut
  22.     surface material16 shader models/lantern/strut
  23.     surface material17 shader models/lantern/glass
  24.     surface material18 shader bark2.tga
  25. }
  26.  
  27. init
  28. {
  29.     server
  30.     {
  31.         classname object
  32.     }
  33.     client
  34.     {
  35.         tagemitter tag_flame pixie
  36.         (
  37.             spawnrate 0.1
  38.             life 10
  39.             scale 0.2
  40.             constrain 3.5 3.5 3.5
  41.             model sparkparticle.spr
  42.             offset 0 0 10
  43.             minvel 5 5 5
  44.             randvel crandom 2 crandom 2 crandom 2
  45.         )
  46.     }
  47. }
  48.  
  49. animations
  50. {
  51.     lantern lantern.tan
  52. }
  53.  
  54. /*QUAKED ambient_lantern (1 0.5 0) (-16 -16 -16) (16 16 16)
  55. Lantern 
  56. */