RimWorld

RimWorld

FashionRIMsta
How to make clothing sellable to traders:
Like some other players, I noticed that the FashionRimsta apparel wasn't sellable to traders.

Comparing the FashionRIMsta XML to the core XML, there's a change you can make that seems to remedy the issue and allow you to sell Fashionrimsta clothing to Bulk Goods traders; just add tradetags.

There may be a more proper way to do this, but here is what worked for me:

Open the FashionRIMsta mod folder, and open FashionRIMsta_Bases.xml in a text editor.
Scroll down to the start of the second ThingDef entry titled:

<ThingDef Name="FashionrimstaApparelMakeableBase" ParentName="FashionrimstaApparelBase" Abstract="True">

At the bottom of the FashionrimstaApparelMakeableBase ThingDef, where it says:

</recipeMaker> </ThingDef>

insert the following 3 lines, so it looks like this:

</recipeMaker> <tradeTags> <li>Clothing</li> </tradeTags> </ThingDef>

Then save the updated FashionRIMsta_bases.xml.

The next time you load up the game you should see the Fashionrimsta clothing appearing as sellable to Bulk Goods traders.
Last edited by Tsunderecracker; 11 Jun, 2023 @ 12:28am
< >
Showing 1-1 of 1 comments
witchyspoon  [developer] 11 Jun, 2023 @ 1:04pm 
thank you for this! I have updated the mod to include the tradetags in the base now. steam is checking the mod and then it should be live
< >
Showing 1-1 of 1 comments
Per page: 1530 50