home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / allied_pilot.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  875 b   |  48 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/allied_pilot
  5.     skelmodel allied_pilot.skd
  6.  
  7.     surface pants shader pilot_pants
  8.     surface coat shader pilot_top
  9.     surface cullpants shader cull_pilot_pants
  10.  
  11. //    $include models/human/heads/us_old_heads.tik
  12.     path models/human/heads
  13.     skelmodel head1.skd
  14.     surface head shader us_j
  15.  
  16.     path models/human/hands
  17.     skelmodel hand.skd
  18.     surface hand shader handsnew
  19. }
  20.  
  21.  
  22. //
  23. // define what folder to get specific sound from for the player model
  24. //
  25. $define pulloutdir sound/weapons/pullout
  26.  
  27.  
  28. init
  29. {
  30.     client
  31.     {
  32.         // Cache sounds here
  33.     }
  34.     server
  35.     {
  36.         voicetype pilot // set the voicetype to use for multiplayer instant messaging
  37.     }
  38. }
  39.  
  40.  
  41. //
  42. // include the base player model definition
  43. //
  44. $include models/player/base/include.txt
  45.  
  46. // need to indicate the end of the tiki file because we have a tiki command at the end
  47. //end
  48.