Killface1980 / StorageSearch

Rimworld - Storage Search - Simple UI mod
Other
11 stars 7 forks source link

Switched detours to Harmony - also ModSettings #3

Closed DoctorVanGogh closed 7 years ago

DoctorVanGogh commented 7 years ago

Okay, here's No. 3. Should be all for this week 😁

Removed custom detours, switched to Harmony

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_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.