UnlimitedHugs / RimworldHugsLib

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

Quick load does not call MemoryUtility.ClearAllMapsAndWorld() #80

Closed pardeike closed 2 years ago

pardeike commented 2 years ago

Which means it does not follow vanilla 1.3 standard. The original code is in `MainMenuDrawer.DoMainMenuControls.cs for the button "SaveAndQuitToMainMenu" and also GameDataSaveLoader.LoadGame.

Because of that I have to patch HugsLib in Achtung which isn't great.

UnlimitedHugs commented 2 years ago

Fixed in 9.0.1. I hope my fix will play nicely with your own patch.