View Single Post
Old
  (#5)
T.Hunter is Offline
Senior Member
 
Posts: 665
Join Date: Oct 2002
Location: 05/09/04 ja!!!
 Send a message via ICQ to T.Hunter Send a message via AIM to T.Hunter  
Default 04-06-2003, 05:43 PM

[code:7fdbf]TIKI
setup
{
path models/human/german_wehrmact_soldier
skelmodel heerprivate.skd

surface wehrmact_pants shader spring_pants
surface wehrmact_tunic shader spring_tunic
surface wehrmact_tunic_c shader spring_tunic_c

path models/human/heads
skelmodel head6.skd
surface head shader spring_face

path models/human/hands
skelmodel hand.skd
surface hand shader handsnew

path models/gear/g_headgear
skelmodel coveredhelmet.skd
surface outside shader spring_helmet
surface inside shader german-helmet_inside

path models/gear/heer
skelmodel loadout.skd
surface loadout shader spring_gear

path models/gear/ss
skelmodel ssmp44clips.skd
surface ssmp44clips shader mp44ammopouch
}

//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout


init
{
client
{
// Cache sounds here
}
server
{
voicetype axis4 // set the voicetype to use for multiplayer instant messaging
}
}


//
// include the base player model definition
//
$include models/player/base/include.txt

// need to indicate the end of the tiki file because we have a tiki command at the end
//end
[/code:7fdbf]
  
Reply With Quote