RimWorld

RimWorld

[KV] Save Storage, Outfit, Crafting, Drug, & Operation Settings
SineSwiper 12 May, 2020 @ 3:37pm
Incompatibility with Everybody Gets One?
I've noticed in my game that this mod can't save bills that contain the extra repeat modes from Everybody Gets One. It doesn't have a problem saving the files, but it can't load the same file into a different bench/stove.

Digging into the source code for both, it looks like your code is trying to support EGO already, but perhaps there were some v1.1 changes that messed it up. TryGetRepeatModeDef seems sound. If I were to guess, it would probably be a problem with the mod detection code in EverybodyGetsOneUtil.Exists.
< >
Showing 1-3 of 3 comments
SineSwiper 12 May, 2020 @ 4:03pm 
Some warnings from the mod I noticed:

Try get TD_ColonistCount
Unknown repeatMode of [TD_ColonistCount] for bill Make_VAE_Apparel_PeltCoat
Try get TD_XPerColonist
Unknown repeatMode of [TD_XPerColonist] for bill Make_Bedroll

So, it's hitting the TryGetRepeatModeDef function and returning null, for some reason.
SineSwiper 17 May, 2020 @ 10:07am 
Spend a few hours and debugged the issue. Submitted a PR here: https://github.com/KiameV/rimworld-SaveStorageSettings/pull/14
codedragon 31 Mar, 2021 @ 10:12am 
Did you happen to compile a version with this patch? I would love to load it on my copy. This is driving me nutz
< >
Showing 1-3 of 3 comments
Per page: 1530 50