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

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