Save File Fixer¶
Automatically detect and repair common save corruption issues that cause infinite loading screens.
Overview¶
The Save File Fixer scans your save file for known corruption patterns and provides one-click fixes. It's the most essential feature when dealing with infinite loading screens or corrupted saves.
When to Use:
- Game stuck on infinite loading screen
- Save file won't load
- Character appears corrupted
- After modding gone wrong
- After save transfer between PCs
Supported Fixes¶
1. Torrent Bug¶
Symptom: Infinite loading screen, often after dying on horseback
Cause: Torrent HP = 0 while state = ACTIVE
Fix Applied:
- Sets Torrent HP to maximum
- Sets Torrent state to INACTIVE
- Clears invalid horse state flags
2. SteamID Mismatch¶
Symptom: Save won't load, shows as corrupted
Cause: Character SteamID doesn't match save file header
Fix Applied:
- Reads SteamID from USER_DATA_10
- Copies to each character slot
- Recalculates checksums
3. Weather Sync¶
Symptom: Corruption error
Cause: AreaID doesn't match current map location
Fix Applied:
- Reads current MapId
- Updates AreaID from MapId[3]
- Syncs weather data
4. Time Sync¶
Symptom: Corruption Error
Cause: Time desynchronized from actual playtime
Fix Applied:
- Reads seconds_played from profile
- Calculates hours:minutes:seconds
- Updates in-game time fields
5. Ranni Softlock¶
Symptom: Cannot progress Ranni's quest, tower remains locked
Cause: Event flag corruption in quest progression
Fix Applied:
- Identifies quest stage
- Resets flag 1034500738
- Corrects 31 progression flags
- Restores proper quest state
6. Warp Sickness¶
Symptom: Stuck at boss warp location
Variants:
- Radahn (Festival active/inactive)
- Morgott
- Radagon
- Sealing Tree
Fix Applied:
- Detects warp type from flags
- Clears specific warp flags
- Removes stuck warp state
- Teleports if needed
7. DLC Coordinate Stuck¶
Symptom: Infinite loading after attempting DLC access without ownership
Cause: Character at DLC coordinates without DLC flag
Fix Applied:
- Detects DLC map coordinates
- Teleports to Roundtable Hold
- Clears partial DLC data
- Preserves other progress
8. DLC Flag¶
Symptom: Cannot load character after DLC area visit
Cause: DLC entry flag set without DLC ownership
Fix Applied:
- Clears Shadow of the Erdtree entry flag
- Preserves other DLC data
- Maintains non-DLC progress
9. Invalid DLC Data¶
Symptom: Save won't load due to garbage data
Cause: Corrupted data in unused DLC slots [3-49]
Fix Applied:
- Zeroes out slots 3-49
- Preserves valid DLC data
- Maintains slot 0-2 data
10. Teleport Fallback¶
Symptom: Any other invalid coordinates causing infinite loading
Cause: Unknown location issues
Fix Applied:
- Emergency teleport to Roundtable Hold
- Safe coordinates guaranteed
- Last resort when other fixes don't work
Usage¶
Automatic Scan¶
- Load your save file
- Navigate to Save Fixer tab
- Select your character in the list
- Click View All Issues
- Review detected problems in list
Fix All at Once¶
- After scanning, click Fix All
- Confirm action
- All detected issues fixed automatically
- Automatic backup created before fixing
Interface¶
Scan Results¶
List shows:
- Issue name and type
- Severity (Critical/Warning/Info)
- Affected character slot
- Brief description
- Recommended action
Examples¶
Example 1: Infinite Loading After Death¶
Scenario: Character stuck loading after dying on Torrent
Steps:
- Load save file
- Scan for issues
- Detected: "Torrent Bug - HP=0, State=ACTIVE"
- Click Fix All
- Save file
Result: Torrent HP restored, character loads normally
Example 2: Save Won't Load After PC Transfer¶
Scenario: Copied save to new PC, won't load
Steps:
- Load save file
- Scan for issues
- Detected: "SteamID Mismatch in slots 1, 2, 4"
- Go to SteamID Patcher tab first
- Patch SteamID to new account
- Return to Fixer, rescan
- Fix any remaining issues
Result: Save loads on new PC with correct Steam account
Example 3: Multiple Issues¶
Scenario: Modded save with several corruptions
Steps:
- Load save file
- Scan for issues
- Detected:
- Torrent bug
- Weather sync issue
- Time sync issue
- Click Fix All
- Enable "Teleport to Roundtable"
- Save file
Result: All issues resolved, character at safe location
Safety Features¶
Automatic Backup¶
Every fix operation creates backup:
- Timestamp included
- Original file preserved
- Metadata tracked
- Easy restore if needed
Backup location: {save_name}.backups/
Validation¶
Before applying fixes:
- Verifies save integrity
- Checks for additional issues
- Validates fix compatibility
- Confirms changes are safe
After applying fixes:
- Recalculates checksums
- Validates new data
- Checks for new corruption
- Confirms save loads
Rollback¶
If fix causes issues:
- Go to Backup Manager tab
- Select backup before fix
- Click Restore
- Original state restored
Troubleshooting¶
"No issues detected" but still won't load¶
Possible causes:
- Issue not yet detected by tool
- Corruption in unscanned area
- Hardware/game file issue
Solutions:
- Try Teleport Fallback fix manually
- Export characters to new save
- Verify game files in Steam
- Check Troubleshooting Tab
Fix applied but issue persists¶
Possible causes:
- Character is corrupted beyond the tools functionality to fix it
- Fix didn't fully apply
Solutions If the tool does not help at all, feel free to contact me on Discord, Username: hapfel
Related Features¶
- Backup Manager - Manage backups created by fixer
- SteamID Patcher - Fix SteamID issues
- Troubleshooting Tab - Additional diagnostics
- Event Flags - Manual flag manipulation
FAQ¶
Q: Will fixes work on modded saves?
A: Yes, but mod-specific issues may not be detected.
Q: Can I undo a fix?
A: Yes, restore from automatic backup.
Q: What if my issue isn't detected?
A: Try Teleport Fallback or report new issue type.
Q: Are fixes safe for PvP?
A: Fixes restore valid game state. No cheats involved.