I'm trying to get this skin to work. Do you see anything wrong with this script?
TIKI
setup
{
scale 0.52
path models/human/allied_ranger_soldier // Set path to set skelmodel from
skelmodel assaultvest.skd // Set body model
surface ranger_pants shader tank_radioman_pants
surface ranger_top shader tank_radioman_coat
surface ranger_top_c shader tank_radioman_coat_c
path models/human/heads
skelmodel head6.skd
surface head shader tank_radioman_beret
path models/human/hands
skelmodel hand.skd
surface hand shader handsnew
path models/gear/us
skelmodel 45holster.skd
surface 45holster shader 45holster_black
path models/equipment/USGear
skelmodel radio_backpack.skd
surface backpack shader radiobackpack
surface phone shader reciever
path models/gear/us
skelmodel rangertommybelt.skd
surface tommybelt shader tommybelt
}
//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout
init
{
client
{
// Cache sounds here
}
server
{
voicetype airborne // 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
It's my first one ... please understand
The shader should be right
Thank you for taking the time
Respectfully


