RimWorld

RimWorld

Not enough ratings
Cloth Production Expanded Patches
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5
File Size
Posted
Updated
941.337 KB
19 Sep, 2024 @ 10:59am
4 Jul @ 4:52am
10 Change Notes ( view )

Subscribe to download
Cloth Production Expanded Patches

In 2 collections by cyanobot
Cyanobot Plays 1.5 - Complex Production
25 items
Patches by Cyanobot
12 items
Description
NOTICE: These patches won't be updating to 1.5 because they are now included in my 1.6 version of CPE

Compatibility patches (and a few other supporting tweaks) to extend the Cloth Production Expanded production chain to fabrics from other mods. For the most complete experience I also recommend Better Wool Production - C# Edition.

Contains patches for the following mods:

Please note the Seeds Please compat is currently not fully working - nothing breaks but it's not possible to extract the seeds from many of the raw plant products. I'm looking into it.

For list of changes by mod, see this discussion post.
Popular Discussions View All (1)
0
16 Jan @ 12:00pm
PINNED: All Patches
cyanobot
16 Comments
lol 9 Jun @ 11:48am 
Got it, thank you. This production chain balance looks fine.
cyanobot  [author] 9 Jun @ 10:12am 
@lol
That code only applies to BWP fleeces. If it's multiplying other wools that's an error and I'd like to know about it.

The reason is the same reason that CPE (and by extension this mod) double harvest yields from fabric-producing plants.

The production chain dramatically reduces the amount of fabric yielded per raw resource. 90 raw resource becomes only 20 usable fabric. To partially compensate for this, raw resource yields are doubled.

The net effect is 20 fabric per 45 that you would have gotten in vanilla. Making fabric harder to come by is part of the balance of CPE and I have stuck with that.

I'm considering taking on the whole mod for the next update, and if I do that I'll look into in adding a way for the player to adjust the overall balance.
lol 9 Jun @ 6:24am 
hey! seems like this multiplies all woolAmount by 2, any reason to do that? maybe an option to disable?


if (compProps_Shearable != null && compProps_Shearable.woolDef == fleeceDef)
{
compProps_Shearable.woolAmount *= 2;
}
cyanobot  [author] 6 Apr @ 11:52am 
Added compat for Lightless Empyrean's ethereal fabric.

Seeds Please compat is still wonky, I'm looking into it.
cyanobot  [author] 16 Jan @ 2:26pm 
@mönchsgeier
My oversight - should be in now.

I've also noticed in the process that wool is currently drastically less labour intensive than other textiles (I think because I was intimidated by the notion of patching the amount of fleece sheared from animals). So expect the numbers to change soon.
mönchsgeier 16 Jan @ 1:33pm 
hey, so i don't see a way to make better wool production fleece into yarn on the industrial loom, only the recipe to make yarn into wool. is that how it's supposed to be or am i missing something?
cyanobot  [author] 16 Jan @ 12:05pm 
Added compatibility for Medieval Overhaul.

I'm not really familiar with MO, so do let me know if there are issues with my implementation.
gunns22 17 Oct, 2024 @ 12:29pm 
@cyanobot
Link to MO: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3219596926&searchtext=Medieval

Basically, MO's cotton production has Cotton plants give MO's version of Raw Cotton, which is taken to a Tailoring Bench and converted straight into Cloth. This overrides the CPE Cotton production chain, since it becomes impossible to obtain CPE's version of Raw Cotton. The Devilstrand production chain from CPE is unaffected, however.
cyanobot  [author] 16 Oct, 2024 @ 3:28am 
@gunns22
Sure, I'll add it to the to do list.

I've never played with MO but I had kind of assumed that nobody would want to be using MO and CPE together because I thought MO already added its own production chain.

Would you mind elaborating a bit on how they fit together, so I can work with that when I get to patching?
gunns22 15 Oct, 2024 @ 4:58pm 
Next update: Could you please add Medieval Overhaul compatibility? If I don't use a workaround with Resource Dictionary, it makes the Cotton plants give MO Raw Cotton, completely blocking off Cloth Production Expanded's Cotton work path.