SamboyCoding / RimworldBetterLoading

Mod for the game RimWorld to add a fancier loading screen.
https://steamcommunity.com/sharedfiles/filedetails/?id=1999454301
21 stars 10 forks source link

Implement using vanilla UIMenuBackgroundManager #21

Closed siiftun1857 closed 1 month ago

siiftun1857 commented 1 month ago

This change made the mod respect the vanilla "Menu background" setting instead of always using Core background.

By reading the vanilla menu background, the change ensures that the background is the same when transitioning from the vanilla loading screen to the mod loading screen.

During a startup, if the chosen background option is not "random", the background loads as soon as all defs are resolved (after stage 7); otherwise, it loads after RimWorld.MainMenuDrawer.Init is called for the first time (after stage 8). screenshot