home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / allied_SAS_fps.tik < prev    next >
Encoding:
Text File  |  2001-12-04  |  721 b   |  42 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/player/US_Army    // Set path to set skelmodel from
  5.     skelmodel USarmyplyr.skd        // Set base model
  6.  
  7.      
  8.     
  9.     surface viewsleeves shader viewsleeves_oss
  10.  
  11.     // right hand
  12.     surface triggerhand shader handview 
  13.     
  14.     // different left hands
  15.     surface lefthand shader handview
  16.     surface garandhand shader handview
  17. }
  18.  
  19.  
  20. //
  21. // define what folder to get specific sound from for the player model
  22. //
  23. $define pulloutdir sound/weapons/pullout
  24.  
  25.  
  26. init
  27. {
  28.     client
  29.     {
  30.         // Cache sounds here
  31.     }
  32. }
  33.  
  34.  
  35. //
  36. // include the base player model definition
  37. //
  38. $include models/player/base/include_fps.txt
  39.  
  40. // need to indicate the end of the tiki file because we have a tiki command at the end
  41. //end
  42.