RimWorld

RimWorld

Loading Progress
Showing 1-10 of 22 entries
< 1  2  3 >
Update: Aug 22 @ 2:50pm

Fixed

  • The mod should work fine with startup impact profiling enabled again now, as the cause of the problem has been addressed. For the sake of avoiding causing issues for people, I'm going to leave the setting disabled for now still.

Update: Aug 22 @ 12:36pm

Changed

  • Set startup impact profiling to disabled by default until we figure out why it's causing problems for people.

Update: Aug 22 @ 9:57am

Fixed

  • Mods have apparently decided to call DeepProfiler.Start with null. We didn't expect this. Now we're handling it.

Update: Aug 22 @ 9:35am

Added

  • Startup impact profiling for mod loading and base game processes. This feature provides insights into the performance impact of individual mods and core game loading steps during startup.

Update: Aug 20 @ 6:42am

Added

  • Additional progress window for Faster Game Loading's early mod content loading process. Only shown when the mod is active and can be disabled in the settings.

Changed

  • Attempt to improve mod compatibility by letting other mods' patches run on a specific method that we've taken over. Also, "take over" for Faster Game Loading once the content loading part of it merges with ours, so it's not constantly staying one mod ahead of us, ruining the progress tracking.

Update: Aug 9 @ 11:42pm

Fixed

  • Improve active language loading logic so it only tries to load translations once.

Update: Aug 9 @ 3:57am

Fixed

  • Potential source for race condition null reference exception in a certain loading step.

Update: Aug 6 @ 8:28pm

Fixed

  • Remove accidentally introduced flickering bug during gameplay.

Update: Aug 6 @ 10:15am

Changed
  • Enhanced "reload content" handling so it's more responsive.
  • Made it so the big progress bar also progresses though "one step" while the smaller one does its full range for smoother progress tracking.
  • Greatly improve loading progress fidelity in many steps so there are fewer moments of "nothing is happening" during load.
Fixed
  • Remove accidentally left in debug logging.
Added
  • Countdown mode for showing expected loading time, disabled by default, can be enabled in the settings.

Update: Aug 5 @ 3:20am

Added

  • Mod is now fully translatable. Since we're loading very early on, we can't use the game's translation system, so I had to write my own. If you make a translation, and it doesn't work, please let me know so I can investigate.
  • Loading time display in the bottom-right corner of the main menu.

Changed

  • Loading time and mod list changes are always tracked now.