What's wrong with this?
Posted: Tue Apr 29, 2003 11:15 pm
when i use this the skin appears to be invisible. i think its because of the tik but im not sure.
here it is
setup
{
path models/human/manon // Set path to set skelmodel from
skelmodel manon.skd // Set body model
surface coat shader russian_DBP_rifler_coat
surface cull_coat shader russian_DBP_rifler_coat
surface pants shader russian_DBP_rifler_pants
surface inside shader russian_DBP_rifler_coat
surface hand shader russian_DBP_rifler_hands
path models/human/heads // Set new path for head model
skelmodel manon_head.skd // Set head model
surface manon shader russian_DBP_rifler_head
}
//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout
init
{
client
{
// Cache sounds here
}
server
{
voicetype manon // 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
here it is
setup
{
path models/human/manon // Set path to set skelmodel from
skelmodel manon.skd // Set body model
surface coat shader russian_DBP_rifler_coat
surface cull_coat shader russian_DBP_rifler_coat
surface pants shader russian_DBP_rifler_pants
surface inside shader russian_DBP_rifler_coat
surface hand shader russian_DBP_rifler_hands
path models/human/heads // Set new path for head model
skelmodel manon_head.skd // Set head model
surface manon shader russian_DBP_rifler_head
}
//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout
init
{
client
{
// Cache sounds here
}
server
{
voicetype manon // 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