i need someone to debug my player skin for me -
01-12-2003, 09:05 PM
i cant get the thing to work. can i send someone the file so they can take a crack at it?
Models_
|
Player_
|
Army_Varsity_Jacket.tik
TIKI
setup
{
$path models/human/allied_army_soldier // Set path to set skelmodel from
skelmodel usarmy.skd // Set body model
surface ranger_pants shader ranger_pants
surface us_top shader Varsity
surface armband shader army_blank
surface us_top_c shader Varsity
$path models/human/heads // Set new path for head model
skelmodel head1.skd // Set head model
surface head shader slick_dirty
$path models/human/hands
skelmodel hand.skd
surface hand shader handsnew
path models/equipment/USGear/helmets
skelmodel us_helmet.skd
surface us_helmet shader us-helmet_private
}
//
// define what folder to get specific sound from for the player model
//
$define pulloutdir sound/weapons/pullout
init
{
client
{
// Cache sounds here
}
server
{
voicetype army // 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
Scripts_
|
Army_Varsity_Jacket.shader
Varsity
{
qer_editorimage textures/models/human/usmaps/ranger/Army_Varsity_Jacket.tga
{
map textures/models/human/usmaps/ranger/Army_Varsity_Jacket.tga
rgbGen vertex
}
}
Textures_
|
Models_
|
Human_
|
usmaps_
|
Ranger_
|
Army_Varsity_Jacket.tga
((((i modded the dd_Army_Jacket file))))
|