RimWorld

RimWorld

Not enough ratings
Isla's Patch Pile
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5
File Size
Posted
Updated
682.492 KB
23 Nov, 2024 @ 2:59am
30 Nov, 2024 @ 7:15am
3 Change Notes ( view )

Subscribe to download
Isla's Patch Pile

Description
A place to dump simple patches for mods in my load order. I may or may not add more to this later.

Currently, it contains:

Dubs Bad Hygiene & Big and Small - Genes and More: Not so much a 'patch' as a 'workaround' - this addresses a bug in Bad Hygiene where pawns with their Mood need disabled throw an error while trying to shower or bathe, getting stuck in a loop of trying and failing to wash themselves. Like pawns from Big and Small with the 'soulless husk' hediff. For nerds: As far as I can tell, the problem is that during the initAction for showering and bathing, Bad Hygiene calls a method to remove the 'soaking wet' memory from the pawn - which is sensible, since people wouldn't generally be upset about being wet while washing themselves. But it calls this method without checking if the pawn has a Mood need - also sensible, but it creates edge cases where it's trying to remove memories from pawns that don't have any to remove. This patch just sidesteps the issue by virtually stopping hygiene decay on soulless pawns.

Why not disable hygiene entirely for these pawns? That was my first thought, but Bad Hygiene ignores <disablesNeeds> tags, and the Needs filter in the mod itself only works for body types - filters for races and hediffs appear to have been broken for some time.

Save Our Ship 2 & Elite Bionics Framework: Adds EBF modifiers for bionic part HP to Archotech parts added by SOS2. Also includes modifiers for vanilla Archotech parts!

Vanilla Expanded Framework & Expanded Prosthetics and Organ Engineering - Forked: Applies the carry capacity modifier on the Advanced Bionic Spine to VEF's MassCarryCapacity stat, as well.

Vanilla Expanded Framework & Expanded Prosthetics and Organ Engineering - Forked & Save Our Ship 2: Adds an improved version of EPOE's carry capacity buff to SOS2's Archotech Spine, with support for VEF's MassCarryCapacity stat.
1 Comments
turkler 23 Nov, 2024 @ 11:11am 
epic