RimWorld
Loading Progress
24개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 8월 26일 오전 2시 48분
작성자: ilyvion

Fixed

  • Missed a finalizer case. Luckily, it's the least likely one to be used.

업데이트: 2025년 8월 25일 오후 10시 34분
작성자: ilyvion

Fixed

  • Found and fixed edge case in mod constructor Harmony patching that caused certain mods to stop working as expected.

업데이트: 2025년 8월 22일 오후 2시 50분
작성자: ilyvion

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.

업데이트: 2025년 8월 22일 오후 12시 36분
작성자: ilyvion

Changed

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

업데이트: 2025년 8월 22일 오전 9시 57분
작성자: ilyvion

Fixed

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

업데이트: 2025년 8월 22일 오전 9시 35분
작성자: ilyvion

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.

업데이트: 2025년 8월 20일 오전 6시 42분
작성자: ilyvion

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.

업데이트: 2025년 8월 9일 오후 11시 42분
작성자: ilyvion

Fixed

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

업데이트: 2025년 8월 9일 오전 3시 57분
작성자: ilyvion

Fixed

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

업데이트: 2025년 8월 6일 오후 8시 28분
작성자: ilyvion

Fixed

  • Remove accidentally introduced flickering bug during gameplay.