Jump to content
  • 0

Rendering issue up/down.


Garlic

Question

Trying to have it so that the hair shows below the hat, but above the costume. 

 

3f65dd255332cc3c67549a4c37518f12.png

 

 

 

Even when I try to move Hair to the very bottom it doesn't seem to render above the Armor (Armor being the Skeleton costume pictured.) I'm unsure of what's causing this. The hair is an entirely separate item so it should be appearing as it does on the Orc, just... above the costume.

Spoiler


    <Up>
      <!--Paperdoll is rendered in the following order when facing up. If you want to change when each piece of equipment gets rendered simply swap the equipment names.-->
      <Slot0>Pants</Slot0>
      <Slot1>Boots</Slot1>
      <Slot2>Gloves</Slot2>
      <Slot3>Armor</Slot3>
      <Slot4>Hair</Slot4>
      <Slot5>Helmet</Slot5>
      <Slot6>Weapon</Slot6>
      <Slot7>Shield</Slot7>
    </Up>
    <Down>
      <!--Paperdoll is rendered in the following order when facing down. If you want to change when each piece of equipment gets rendered simply swap the equipment names.-->
      <Slot0>Pants</Slot0>
      <Slot1>Boots</Slot1>
      <Slot2>Gloves</Slot2>
      <Slot3>Armor</Slot3>
      <Slot4>Hair</Slot4>
      <Slot5>Helmet</Slot5>
      <Slot6>Weapon</Slot6>
      <Slot7>Shield</Slot7>
    </Down>
 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

×
×
  • Create New...