RimWorld
Rimsenal - Core
Bug Fixes for 3 Rimsenal mods - "Duplicate ThingCategories Apparel" error in XML and missing costList
Hey, I found errors in 3 of your Rimsenal mods (Rimsenal - Season of the Hunters, Federation and Ferals) and I have a tested fix for them. Huglibs kept flagging them and it slowed loadtimes a lot as it searched for the issues. Specifically, all three mods need their thingdef apparel files corrected. The biggest error is "ApparelBase" needs to be changed to "ApparelMakeableBase" (I think Tynan changed the Core def names in 1.0... again). The second is a missing costList in Federation. I'll include the mod, file directory, line number and the code fix for your reference below. It should only take a couple of minutes to fix. I can also send you the offline files I changed myself during bug-fixing.

1 error in Rimsenal (Season of the Hunters)
Defs\ThingDefs\Apparel_RS.xml
Line 4: ParentName="ApparelBase"
Change to: ParentName="ApparelMakeableBase"
This will fix:
Apparel_Laconian
Apparel_Dropsuit
Apparel_Nervesuit
Apparel_Bjorn
Apparel_FSArmor
Apparel_Nemesis
Apparel_HazardCarapace

4 errors in Federation
Defs\ThingDefs\Apparel_AD.xml
Line 5, Line 25 and Line 411: ParentName="ApparelBase"
Change to: ParentName="ApparelMakeableBase"
This will fix:
Fedsuit
Apparel_Judicator
Apparel_MarksmanGear
Also, Apparel UGCloak is missing "recipeMaker" and "costList"
Adding this code to the block will fix it (I just made up acost for the UGcloak - so it might not be balanced):
<recipeMaker>
<unfinishedThingDef>UnfinishedTechArmor</unfinishedThingDef>
<researchPrerequisite>CrucibleTech</researchPrerequisite>
<skillRequirements>
<Crafting>5</Crafting>
</skillRequirements>
</recipeMaker>
<costList>
<Foerum>15</Foerum>
<DevilstrandCloth>15</DevilstrandCloth>
</costList>


1 error in Ferals
Defs\ThingDefs\Apparel_Feral.xml
Line 4: ParentName="ApparelBase"
Change to: ParentName="ApparelMakeableBase"
This will fix:
Apparel_PatchedShirt

---

I hope this helps! It took an hour to find the problematic code, but I really love this mod from so many Alphas - and I appreciate your great work Rooki. I just hope it will help others enjoy it bug free 1.0 onwards! Keep it up and thanks!
< >
Đang hiển thị 1-2 trong 2 bình luận
삼치구이/CeroForGrill  [nhà phát triển] 4 Thg03, 2019 @ 6:16pm 
Got it. I'll fix it soon. Thank you.
LORDzEMPEROR 20 Thg03, 2019 @ 12:41am 
Thanks!
< >
Đang hiển thị 1-2 trong 2 bình luận
Mỗi trang: 1530 50