Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.73 KB

File metadata and controls

58 lines (46 loc) · 2.73 KB

License: MIT Release Version Visual Studio 2026 .NET10

Important

This software is free and open source. If someone asks you to pay for it, it's likely a scam.

♾️ DeathloopSaveDataChecksumFixer - What is it ⁉️

icon

This console application can repair the checksum of Deathloop SaveData files. It can also change the save file owner for the PC version and convert saves between console and PC platforms.

😱 Is it safe?

The short answer is: No.

Caution

If you unreasonably edit your SaveData files, you risk corrupting them lose your progress.

Important

Always back up the files you intend to edit before editing them.

Important

Disable the Steam Cloud before you replace any SaveData files.

You have been warned, and now that you are completely aware of what might happen, you may proceed to the next chapter.

📜 How to use this tool

[CLI] - 🪟 Windows | 🐧 Linux | 🍎 macOS

Usage: .\deathloop-savedata-checksum-fixer-cli.exe -p <input_folder_path> [options]

Options:
  -p <input_folder_path>  Path to folder containing SaveData files
  -u <user_id>            New User ID (optional)
  -s                      Switch platform (convert between console and PC SaveData formats)
  -q                      Don't wait for user input to exit after operation completes (auto-close)
  -h                      Show this help message

Examples

Fix Checksum

.\deathloop-savedata-checksum-fixer-cli.exe -p ".\InputDirectory"

Convert

.\deathloop-savedata-checksum-fixer-cli.exe -p ".\InputDirectory" -s

Convert, Update User ID, and Fix Checksum in one operation

.\deathloop-savedata-checksum-fixer-cli.exe -p ".\InputDirectory" -s -u 76561197960265729

Note

Modified files are being placed in a newly created folder within the "DeathloopSaveDataChecksumFixer/_OUTPUT/" folder.

🔥 Issues

All the problems I've encountered during my tests have been fixed on the go. If you find any other issues (which I hope you won't) feel free to report them there.