Skin Families Help?

DomokunXDomokunX Join Date: 2004-02-25 Member: 26900Members
<div class="IPBDescription">damn hands...</div> im converting a model that has a black armskin aswell. How do i make it so the black arm skin shows up when skin 2 is selected?

Comments

  • ObstObst Join Date: 2003-03-12 Member: 14436Members, Constellation
    edited October 2004
    After the $body section, paste in this:
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    $texturegroup skinfamilies
    {
    { "hands.bmp" }
    { "hands_black.bmp" }
    }
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
    If there are more than 1 bitmap for one "set" of skin do it this way (but remember to put in the correct bmp names):
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    $texturegroup skinfamilies
    {
    { "nshands.bmp" "map1.bmp" "map2.bmp" "map3.bmp" }
    { "nshands_black.bmp" "map1_2.bmp" "map2_2.bmp" "map3_2.bmp" }
    }
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Sign In or Register to comment.