ok i want to change my allied ranger helmet to one like the german officer
this is my .tik when i load up mohaa its a really big model! i can only see his legs and feet why? if u want the file put u emails down then i will send
TIKI
setup
{
path models/human/allied_army_soldier // Set path to set skelmodel from
skelmodel usarmy.skd // Set body model
surface ranger_pants shader sgt_pants
surface us_top shader sgt_jacket
surface armband shader sgt_rank
surface us_top_c shader sgt_jacket_c
path models/human/heads
skelmodel head4.skd
surface head shader sgt_face
path models/human/hands
skelmodel hand.skd
surface hand shader l_gloves
path models/equipment/USGear/helmet
skelmodel us_helmet.skd
surface us_helmet shader us-helmet_ltnt
path models/equipment/germangear
skelmodel tankofficerhat.skd
surface hat shader wacpilot_hat
skelmodel garandbelt.skd
surface garandbelt shader sgt_pouch
skelmodel haversack.skd
surface haversack shader sgt_gear
}
//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout
init
{
client
{
// Cache sounds here
}
server
{
voicetype ranger // 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
