This should greatly improve compatibility with other mods, also might enable you to reactivate the crashing outfit patches again (3596068cd135859dec295d5e5dbdf191ea957fd7?)
I've simplified the StorageSettings_ExposeData & StoreUtility_NoStorageBlockersIndetours to be simple postfix calls instead of complete code replacements. The ITab_Storage_FillTab is still a full replacement though - way too much going on there for me to even try to trim that down.
Added ModSettings
Currently has only one option 'Show parent category'
I've noticed you've removed the RimworldInstall.props - if you don't want to keep that, fine by me. These commit are however all based on that, so the merge might be a bit messy.
Okay, here's No. 3. Should be all for this week 😁
Removed custom detours, switched to Harmony
This should greatly improve compatibility with other mods, also might enable you to reactivate the crashing outfit patches again (3596068cd135859dec295d5e5dbdf191ea957fd7?)
I've simplified the
StorageSettings_ExposeData
&StoreUtility_NoStorageBlockersIn
detours to be simple postfix calls instead of complete code replacements. TheITab_Storage_FillTab
is still a full replacement though - way too much going on there for me to even try to trim that down.Added ModSettings
Currently has only one option 'Show parent category'
I've noticed you've removed the
RimworldInstall.props
- if you don't want to keep that, fine by me. These commit are however all based on that, so the merge might be a bit messy.