Porting Suit from SRIV to SRTT - need little help

Hello everyone.

I've been trying to port the Bathtowel for the female character by following this post https://www.saintsrowmods.com/forum/threads/porting-from-sriv-to-srtt.17481/#post-109356. I thought it was a success, until i saw the body is missing and i can't pick colors. I've uploaded two screenshots so you can see for yourself. I don't know what i've done wrong or if i'm missing something else.

Two things are working for sure:

- The Physics
- The Morphing


Any help is appreciated.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    1.5 MB · Views: 75
  • Screenshot_2.png
    Screenshot_2.png
    1.5 MB · Views: 234
You need to edit the item entry in customization_items.xtbl and remove VIDs that are responsible for hidding certain body parts
If you want to change colors you need to add Default_Colors_Grid to your item entry like
<Default_Colors_Grid>
<Default_Color>
<Clothing_Color>violet6</Clothing_Color>
</Default_Color>
<Default_Color>
<Clothing_Color>violet6</Clothing_Color>
</Default_Color>
</Default_Colors_Grid>
 
Back
Top