边缘世界 RimWorld

边缘世界 RimWorld

FashionRIMsta
Tsunderecracker 2023 年 6 月 11 日 上午 12:25
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.
最后由 Tsunderecracker 编辑于; 2023 年 6 月 11 日 上午 12:28
< >
正在显示第 1 - 1 条,共 1 条留言
witchyspoon  [开发者] 2023 年 6 月 11 日 下午 1:04 
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
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50