[Plus EMU] Wrong Section Clothing?

deathly

shit happens
May 3, 2015
36
6
So I've follow most of the tutorials and been attempting to add some new clothing.
My problem is the two new hats I started with, are in the wrong section.

Image of Problem:
0HzxWq9.png

As you can see thats the chest/shirt icons for the avatars, not the hat section.


Addition Information
Obviously, it doesn't seem like its the SWFs in this case but those are uploaded in this directory:
/gordon/PRODUCTION-201602082203-712976078/
/gordon/PRODUCTION-201602082203-712976078/figuremap.xml
Code:
  <lib id="hat_U_hero2" revision="62050">
    <part id="2922" type="ha"/>
  </lib>
  <lib id="hat_U_sloth" revision="62000">
    <part id="2920" type="ha"/>
  </lib>

/gordon/PRODUCTION-201602082203-712976078/figuredata.xml
Code:
<set id="3533" gender="U" club="0" colorable="1" selectable="1" preselectable="0"><part id="2920" type="ha" colorable="0" index="0" colorindex="0"/></set>
<set id="3535" gender="U" club="0" colorable="0" selectable="1" preselectable="0" sellable="0">
<part id="2922" type="ha" colorable="0" index="0" colorindex="0" />
<hiddenlayers>
<layer parttype="hrb" />
<layer parttype="hr" />
</hiddenlayers>
</set>

Note : I don't wish to make the clothing purchasable.
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
433
646
make sure to search for other clothing with the same type as "ha" and add them underneath them. The figuredata is ordered in sections, so they need to be added into the right place.
 

deathly

shit happens
May 3, 2015
36
6
make sure to search for other clothing with the same type as "ha" and add them underneath them. The figuredata is ordered in sections, so they need to be added into the right place.
Didn't know this. Thank you. Works good, I appreciate the help. @Damien Shows in editor like this:
x7AbTGn.png

then when I click save:
BNOelTe.png


Any Solution?
 
Last edited:

Users who are viewing this thread

Top