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

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.

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

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.

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

Added

  • Loading time tracking and display features, all of which can be disabled in the settings.

Fixed

  • Don't allocate extra space for "mods have changed" label when it's not needed.

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

Fixed

  • Accidentally made 'top' the default loading window position; now it's 'middle' as it should be.
  • Forgot to include translations for new setting.

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

Added

  • Loading window placement setting.

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

Fixed

  • Make sure we're not the mod RimWorld uses for language metadata even if we're loaded first.

업데이트: 2025년 7월 29일 오전 7시 20분
작성자: ilyvion

Fixed

  • Bug in string lookup code.

업데이트: 2025년 7월 29일 오전 3시 18분
작성자: ilyvion

Changed

  • Don't rely on RimWorld for translations as it's unreliable this early in the start-up process.

업데이트: 2025년 7월 28일 오후 11시 10분
작성자: ilyvion

Added

  • Patch for Humanoid Alien Races so it doesn't run its 'load graphics' hook too early since we 'un-hang' the game during the initialization stage, which it relies on for correct timing.

Fixed

  • Add missing stage GenerateImpliedDefs.

업데이트: 2025년 7월 28일 오전 9시 59분
작성자: ilyvion

Fixed

  • Don't hook into delayed execution after the game has already loaded. (Stops constant loading screen flickering.)