UnlimitedHugs / RimworldHugsLib

A lightweight shared library for Rimworld modding.
Other
244 stars 59 forks source link

Fix for Dialog_Options null pointer exception #97

Closed 0x00002a closed 2 months ago

0x00002a commented 1 year ago

fixes #90 #93

related #94 but that one seems to be missing a commit or something as it doesn't actually change SettingsModProxy which is the issue that causes the exception. This takes a slightly different approach and matches the mod content packs up with the settings packs on-the-fly when it does the injection. I'm not sure what performance implications this has, I haven't benchmarked it

I have tested it with my current modlist (168 strong) and it appears to work with no issues

UnlimitedHugs commented 2 months ago

Seems to have been resolved as part of the 1.5 update. Thank you for investigating.