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

  1. TIKI
  2. setup
  3. {
  4.     scale 1.19
  5.     radius 5
  6.     path models/gnome_airshipfixed
  7.     skelmodel airship_baseframe.skb
  8.     surface all shader skin01.tga
  9. }
  10.     
  11.     $define airshipdir sound/character/airship
  12.     
  13.  
  14. init
  15. {
  16.     client
  17.     {
  18.         cache $airshipdir$/bellowout.wav
  19.         cache $airshipdir$/bellowin.wav
  20.     }
  21. }
  22.  
  23. animations
  24. {
  25.     fly    fly.ska
  26.     {
  27.         client
  28.         {
  29.             0 sound $airshipdir$/airshiploop.wav 0 .8 384
  30.             entry loopsound $airshipdir$/propellerloop.wav .6 384
  31.         }
  32.     }    
  33.             
  34.     hover    hover.ska
  35. }