RimWorld

RimWorld

Enhanced Carrying Capacity
32 Comments
Capisci Jul 23 @ 10:02am 
Thx for update. And yes, this mod works with 1.6 CE dev from Steam
scott6491 Jul 21 @ 6:10am 
Thanks for updating this :)
Designer225  [author] Jul 20 @ 6:58pm 
Recompiled for RimWorld 1.6. As Combat Extended has not been updated yet, I have not verified compatibility with the mod.
不善言辞钟表头 Jul 18 @ 10:37am 
1.6plz
Designer225  [author] Jul 16 @ 10:16pm 
I'll get to it over the weekend.
Yame Jul 16 @ 10:27am 
1.6 please
Victor Jul 14 @ 3:01pm 
Seems to work on 1.6, but if an equipment has a negative carry capacity factor, the mass Offset can flip it to be positive, and the multiplier can make it worse... this is mostly a problem with
No Armor Slowdown
polat.cal Jul 13 @ 3:45am 
Please update good sir!
tuordiel Jun 28 @ 12:18pm 
@Designer225 hey, will you update mod for 1.6?
secretgaz May 11 @ 5:15am 
awesome mod, i've been looking for something like this for a long time :KCDIIHorn:
Designer225  [author] Apr 30 @ 8:21pm 
Well, it's a "feature," but the carrying capacities might differ from values from previous save load. That might be due to swapping carry capacity mods and not updating settings.
Ganja | Ham Mafia | Apr 30 @ 11:11am 
and what issues would be caused by carrying capacities being changed?
Designer225  [author] Apr 29 @ 6:17pm 
It shouldn't cause any issue aside from any caused by carrying capacities being changed.
Ganja | Ham Mafia | Apr 29 @ 11:24am 
if i added this mid save would that cause any issues?
Scytheangel Mar 29 @ 10:03am 
can we have an option to make the capacities based on pawn manipulation stat?
matsgudmunds Mar 29 @ 8:02am 
can i add this mid save
Capisci Aug 7, 2024 @ 11:12am 
just make sure to press "rearm" button
Capisci Aug 7, 2024 @ 11:11am 
I disagree with the commenter below. The mod works with CE loadout when changing bulk and weight parameters
Xerkus Apr 20, 2024 @ 2:52pm 
There is a problem with this mod: the mass/bulk increase does not seem to be accounted for when pawn is equipping CE loadout. Ammo and gear is only auto picked up up to the original limits.

Sure, stuff can be picked up manually afterwards but it is mostly an exercise in frustration. CE outfit logic needs to be patched, if it can be patched.
Deinsensai Apr 14, 2024 @ 1:57am 
Seems to be working for 1.5
Designer225  [author] Apr 13, 2024 @ 1:27am 
While I think it will work, I will take a look to double check. Just in case.
thorman123456789 Apr 12, 2024 @ 6:41pm 
1.5?
Zombot223 Mar 1, 2024 @ 2:15pm 
Thank you i figured it out
Designer225  [author] Feb 29, 2024 @ 7:53pm 
Enable it and it should just work. You can tweak things at the settings.
Zombot223 Feb 29, 2024 @ 3:32pm 
how do i use this i have it downloaded
Xoni_I Aug 8, 2023 @ 5:51am 
Спасибо (Thank you)
Designer225  [author] Aug 7, 2023 @ 7:25pm 
2x for both mass multiplier and (if CE is installed) bulk multiplier. Mass and bulk offset are 0 for both.
Xoni_I Aug 7, 2023 @ 5:27am 
Can you tell me what scores you set for yourself in this mod?
Designer225  [author] May 7, 2023 @ 9:41pm 
DCC and BC also don't quite work with Combat Extended as the latter has a postfix to the underlined method that sets caravan mass using a pawn's weight as basis, which basically overwrites whatever those mod did. This mod checks if CE is enabled. If so, it will insert the StatParts into CE's weight and bulk capacities and avoid patching the underlined method to let CE do its thing.

(2/2)
Designer225  [author] May 7, 2023 @ 9:40pm 
All three mods have caravans make use of pawns' carrying capacities as basis for caravan mass capacity. The other two mods do it by prefixing MassUtility.Capacity() with their own calculations (which in case of Bulk Carrier also makes use of its own settings).

This mod postfixes the same method and just sets the result to the higher of the original result and a pawn's carrying capacity. That's because the mod instead adjusts carrying capacity through classes derived from StatPart that are inserted into the inventory capacities (carrying capacity with vanilla, mass and bulk with CE) via patch operations. Those StatParts also make use of this mod's settings. By using StatParts, the mod can adjust carrying capacity directly and only patch the underlined method to use the adjusted capacity numbers.

(1/2)
Imagine12 May 7, 2023 @ 6:25pm 
Wait I'm stupid, what's the difference between this and Dynamic Carrying Capacity or Bulk Carrier .
Designer225  [author] May 7, 2023 @ 12:43am 
In my haste to upload the mod, I forgot to check if carrying capacity affects caravan mass capacity. It did not. I had to bring down the mod and work on a patch for it. Sorry about that.