[mwip] Player Model
enf0rcer
intrigued... Join Date: 2003-03-16 Member: 14584Members
<div class="IPBDescription">need some help.</div> I didn't like the original marine head too much to i took a DOD head and hat and make a headset to go with it. I've managed to get it to compile so it's ready for use except i don't know how to add a different face like the original had a white and black skin. I want to know how to get them to alternate in game. If someone could help me out that'd be great.
Pic:
<img src='http://enforcer.onestop.net/neck.gif' border='0' alt='user posted image'>
For the mean time you can get it <a href='http://enforcer.onestop.net/soldier.mdl' target='_blank'>here</a>
All it needs is alternating faces. Help!
Pic:
<img src='http://enforcer.onestop.net/neck.gif' border='0' alt='user posted image'>
For the mean time you can get it <a href='http://enforcer.onestop.net/soldier.mdl' target='_blank'>here</a>
All it needs is alternating faces. Help!
Comments
Credit goes to the dod team for the head. I'll have a proper readme when i release it with both skins <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
$texturegroup skin
{
{"whiteface.bmp}
{“blackface.bmp”}
}
Save the .qc, then make two .bmps, a white colored face and a black colored face, the white one called whiteface.bmp and the black one called blackface.bmp (obviously), then compile like normal. Open your marine in HL Model Viewer, click on the Body tab, then go down to where it says Skin 1. Click on that, and a drop down thing should come down, there should be Skin 1 and Skin 2, alternate between the two and make sure the face alternates between white and black and your good.
$texturegroup skin
{
{"whiteface.bmp}
{“blackface.bmp”}
}
Save the .qc, then make two .bmps, a white colored face and a black colored face, the white one called whiteface.bmp and the black one called blackface.bmp (obviously), then compile like normal. Open your marine in HL Model Viewer, click on the Body tab, then go down to where it says Skin 1. Click on that, and a drop down thing should come down, there should be Skin 1 and Skin 2, alternate between the two and make sure the face alternates between white and black and your good. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
thanks <!--emo&:D--><img src='http://www.natural-selection.org/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->