home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / american_ranger.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.1 KB  |  53 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 hbtpants
  8.     surface us_top shader hbt_jacket
  9.     surface armband shader hbt_pfc
  10.     surface us_top_c shader hbt_jacket_c
  11.  
  12. //    $include models/human/heads/us_young_heads.tik
  13.     path models/human/heads
  14.     skelmodel head4.skd
  15.     surface head shader bignose
  16.  
  17.     path models/human/hands            
  18.     skelmodel hand.skd        
  19.     surface hand shader handsnew
  20.  
  21.     path models/equipment/USGear/helmets
  22.     skelmodel us_helmet.skd
  23.     surface us_helmet shader us-helmet_private
  24. }
  25.  
  26.  
  27. //
  28. // define what folder to get specific sound from for the player model
  29. //
  30. $define pulloutdir sound/weapons/pullout
  31.  
  32.  
  33. init
  34. {
  35.     client
  36.     {
  37.         // Cache sounds here
  38.     }
  39.     server
  40.     {
  41.         voicetype ranger // set the voicetype to use for multiplayer instant messaging
  42.     }
  43. }
  44.  
  45.  
  46. //
  47. // include the base player model definition
  48. //
  49. $include models/player/base/include.txt
  50.  
  51. // need to indicate the end of the tiki file because we have a tiki command at the end
  52. //end
  53.