HomeGamesUpdatesPricingMethodology
Steam News26 April 20262mo ago

Alpha v0.57.19 Hotfix

Usurper Reborn v0.57.19 - Save File Repair (Hotfix) Hotfix for v0.57.18. Some players whose entire backup chain (primary save, backup, autosaves, and emergency dumps) was already too bloated to load found themselves una

In this update4

Full notes

Full Usurper Reborn update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

1 fix5 additions1 change0 removals
  • Gameplay
  • Events
fixedUsurper Reborn v0.57.19 - Save File Repair (Hotfix)Hotfix for v0.57.18. Some players whose entire backup chain (primary save, backup, autosaves, and emergency dumps) was already too bloated to load found themselves unable to recover their character. The size caps in v0.57.18 prevent saves from growing further but only kick in on the next save - and you can't trigger a save if you can't load the file first. v0.57.19 adds an automatic repair pass that breaks the chicken-and-egg problem.
addedIf your save still won't load after v0.57.18Launch v0.57.19, go to Load Game, click your character. When the load fails, the recovery menu now shows a new option:
addedIf your save still won't load after v0.57.18Your character, level, gold, inventory, equipment, quests, achievements, companions, and party state are all preserved. Some NPC history (old memories of past events, court members from previous reigns, encounter logs) gets discarded since that's where the bloat lives. Your character is back, and from this point forward the new size caps keep the file from growing out of control again.
changedSafetyRepaired files are written via the same atomic temp-and-rename pattern as normal saves. If the repair gets interrupted partway through (Ctrl+C, power loss, etc.), your original file is untouched and you can try again.
addedSafetyThe repair walks every recovery candidate in order. If your primary save can't be repaired for some non-bloat reason, it tries your backup. If that fails too, it tries each of your autosaves. Whichever one repairs and loads successfully becomes your new primary.
addedSafetyIf every candidate fails, the game tells you so explicitly with instructions for reporting the issue. No silent fallback to "create a new character."

Usurper Reborn changes

fixedHotfix for v0.57.18. Some players whose entire backup chain (primary save, backup, autosaves, and emergency dumps) was already too bloated to load found themselves unable to recover their character. The size caps in v0.57.18 prevent saves from growing further but only kick in on the next save - and you can't trigger a save if you can't load the file first. v0.57.19 adds an automatic repair pass that breaks the chicken-and-egg problem.
addedLaunch v0.57.19, go to Load Game, click your character. When the load fails, the recovery menu now shows a new option:
addedYour character, level, gold, inventory, equipment, quests, achievements, companions, and party state are all preserved. Some NPC history (old memories of past events, court members from previous reigns, encounter logs) gets discarded since that's where the bloat lives. Your character is back, and from this point forward the new size caps keep the file from growing out of control again.
changedRepaired files are written via the same atomic temp-and-rename pattern as normal saves. If the repair gets interrupted partway through (Ctrl+C, power loss, etc.), your original file is untouched and you can try again.
addedThe repair walks every recovery candidate in order. If your primary save can't be repaired for some non-bloat reason, it tries your backup. If that fails too, it tries each of your autosaves. Whichever one repairs and loads successfully becomes your new primary.

Usurper Reborn v0.57.19 - Save File Repair (Hotfix)

Hotfix for v0.57.18. Some players whose entire backup chain (primary save, backup, autosaves, and emergency dumps) was already too bloated to load found themselves unable to recover their character. The size caps in v0.57.18 prevent saves from growing further but only kick in on the next save - and you can't trigger a save if you can't load the file first. v0.57.19 adds an automatic repair pass that breaks the chicken-and-egg problem.

If your save still won't load after v0.57.18

Launch v0.57.19, go to Load Game, click your character. When the load fails, the recovery menu now shows a new option:

[R] Auto-repair the bloated save file (recommended)

Press R and the game will:

  1. Read your save file using a low-memory parser that can handle even very large files

  2. Trim any oversized lists down to safe sizes (NPC memories, royal court records, encounter history, etc.)

  3. Write a repaired version back to disk using the same atomic write pattern as normal saves

  4. If the primary save can't be repaired, walk through your backup, autosaves, and emergency saves automatically

  5. Load the first one that comes back clean

Your character, level, gold, inventory, equipment, quests, achievements, companions, and party state are all preserved. Some NPC history (old memories of past events, court members from previous reigns, encounter logs) gets discarded since that's where the bloat lives. Your character is back, and from this point forward the new size caps keep the file from growing out of control again.

How the repair works

The technical reason your save couldn't load: a 71 MB JSON file expands to roughly 700 MB to 1 GB in working memory once the game tries to build C# objects from it. That hit a hard memory limit and the load died.

The repair uses a different parser (JsonDocument) that holds the file in a more compact form (around 200 MB for a 71 MB file). It walks through the file and clips the oversized arrays directly in JSON, then writes a smaller file back. Once the file is under the limit, the normal load process works again.

Safety

  • The repair only runs when you press R. Nothing happens automatically.

  • Repaired files are written via the same atomic temp-and-rename pattern as normal saves. If the repair gets interrupted partway through (Ctrl+C, power loss, etc.), your original file is untouched and you can try again.

  • The repair walks every recovery candidate in order. If your primary save can't be repaired for some non-bloat reason, it tries your backup. If that fails too, it tries each of your autosaves. Whichever one repairs and loads successfully becomes your new primary.

  • If every candidate fails, the game tells you so explicitly with instructions for reporting the issue. No silent fallback to "create a new character."

Tested

12 new automated tests cover the repair logic across every type of bloated field (NPC memories, royal court collections, romance encounters, conversation states, dialogue tracking, affairs, dictionary fields, deeply-nested per-NPC lists). All 653 tests in the project pass on this build.

As always, please report any issues with these changes via the in-game [!] Bug Report option or in our Discord. If your save still won't repair, attach your save folder (C:\Users\ \AppData\Roaming\UsurperReloaded\saves\ on Windows) so we can investigate.

Source

Steam News / 26 April 2026

Open original post

Changelog.gg summarizes and formats this update. How we read updates.