Problems with adding clothes.

lmaurice

New Member
May 5, 2018
6
0
Hi. I'm adding clothes to my retro (arcturus morningstar).

Anyway, they're working but they all show up in the hair section..
Does someone have a guess whats wrong?

Here is one of them.

Figuremap:
<lib id="shirt_F_witchrobes" revision="65107">
<part id="3495" type="ch"/>
<part id="3495" type="ls"/>
<part id="3495" type="rs"/>
<part id="3496" type="ch"/>
<part id="3497" type="ch"/> </lib>

Figuredata:
<set id="3849" gender="F" club="0" colorable="1" selectable="1" preselectable="0" sellable="0">
<part id="3495" type="ch" colorable="1" index="0" colorindex="1"/>
<part id="3495" type="ls" colorable="1" index="0" colorindex="1"/>
<part id="3495" type="rs" colorable="1" index="0" colorindex="1"/>
<part id="3496" type="ch" colorable="1" index="1" colorindex="2"/>
<part id="3496" type="ls" colorable="1" index="1" colorindex="2"/>
<part id="3496" type="rs" colorable="1" index="1" colorindex="2"/>
<part id="3497" type="ch" colorable="0" index="2" colorindex="0"/>
<part id="3497" type="ls" colorable="0" index="2" colorindex="0"/>
<part id="3497" type="rs" colorable="0" index="2" colorindex="0"/> </set>
 

Higoka

Active Member
Dec 16, 2018
174
74
most likely you put the figuredata in the wrong <settype>

you need to look at the type attribute.
<settype type="hr"> ... </settype> all hairs
<settype type="ch"> ... </settype> all chests
<settype type="lg"> ... </settype> all legs
and so on.

so for your shirt, you probably want to put it inside the chest which is <settype type="ch"> ... </settype>
 

Users who are viewing this thread

Top