RimWorld

RimWorld

Life Lessons
tanyfilina 3. juni 2024 kl. 12:33
Suggestion for mod integration (wool and cloth)
Cloth Production Expanded
Better Wool Production
Recipes may be nicely integrated with "Spinning and weaving" proficiency.
< >
Viser 1-3 af 3 kommentarer
tanyfilina 4. juni 2024 kl. 4:41 
I've made that, seems like it works (I tested only pre-industrial recipes): https://drive.google.com/file/d/12nUMa8KeXHgFSnquXWg-HlGCWHGfRd-e/view?usp=sharing
TheGodDave 5. juli 2024 kl. 0:43 
I'm sorry, i'm new to patching life lessons, where do I put the file?
tanyfilina 5. juli 2024 kl. 5:26 
Hm. I've put it into the Patches folder of my personal mod that is at the bottom of the load order. You probably can put it into the Patches folder of life lessons mod, but maybe it would require to remove the check for life lessons mod. Change

<Operation Class="PatchOperationFindMod"> <mods> <li>Life Lessons</li> <li>Cloth Production Expanded</li> </mods>

to
<Operation Class="PatchOperationFindMod"> <mods> <li>Cloth Production Expanded</li> </mods>

And the same for the next block (for Better Wool Production - C# Edition).
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50