边缘世界 RimWorld

边缘世界 RimWorld

Life Lessons
tanyfilina 2024 年 6 月 3 日 下午 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.
< >
正在显示第 1 - 3 条,共 3 条留言
tanyfilina 2024 年 6 月 4 日 上午 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 2024 年 7 月 5 日 上午 12:43 
I'm sorry, i'm new to patching life lessons, where do I put the file?
tanyfilina 2024 年 7 月 5 日 上午 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).
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50