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

  1. TIKI
  2. setup
  3. {
  4.     $path models/human/allied_army_soldier    // Set path to set skelmodel from
  5.     skelmodel usarmy.skd            // Set body model
  6.  
  7.     surface ranger_pants shader ranger_pants
  8.     surface us_top shader us_top
  9.     surface armband shader army_blank
  10.     surface us_top_c shader us_top_c
  11.  
  12.     $path models/human/heads            // Set new path for head model
  13.     skelmodel head1.skd        // Set head model
  14.     surface head shader slick_dirty
  15.  
  16.     $path models/human/hands            
  17.     skelmodel hand.skd        
  18.     surface hand shader handsnew
  19.  
  20.     path models/equipment/USGear/helmets
  21.     skelmodel us_helmet.skd
  22.     surface us_helmet shader us-helmet_private
  23. }
  24.  
  25.  
  26. //
  27. // define what folder to get specific sound from for the player model
  28. //
  29. $define pulloutdir sound/weapons/pullout
  30.  
  31.  
  32. init
  33. {
  34.     client
  35.     {
  36.         // Cache sounds here
  37.     }
  38.     server
  39.     {
  40.         voicetype army // set the voicetype to use for multiplayer instant messaging
  41.     }
  42. }
  43.  
  44.  
  45. //
  46. // include the base player model definition
  47. //
  48. $include models/player/base/include.txt
  49.  
  50. // need to indicate the end of the tiki file because we have a tiki command at the end
  51. //end
  52.