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

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52
  5.  
  6.     path models/human/german_wehrmact_officer    // Set path to set skelmodel from
  7.     skelmodel german_officer.skd            // Set body model
  8.  
  9.     surface tunic shader colonel_tunic
  10.     surface pants shader colonel_pants
  11.     surface tunic_c shader colonel_tunic_c
  12.  
  13.     path models/human/heads            // Set new path for head model
  14.     skelmodel head2.skd            // Set head model
  15.     surface head shader hopper
  16.  
  17.     // HANDS
  18.     // =======================================================
  19.     path models/human/hands
  20.     skelmodel hand.skd
  21.     surface hand shader handsnew
  22.  
  23.     // GEAR
  24.     // =======================================================
  25.  
  26.     // HELMET
  27.     // =======================================================
  28.     path models/gear/g_headgear
  29.  
  30.     skelmodel officercap.skd
  31.     surface officercap shader colonel_hat
  32. }
  33.  
  34. init
  35. {
  36.     server
  37.     {
  38.         voicetype german // set the voicetype to use for multiplayer instant messaging
  39.     }
  40. }
  41.  
  42. $include models/player/base/include.txt
  43.  
  44.