Important
This software is free and open source. If someone asks you to pay for it, it's likely a scam.
This application can decrypt and encrypt SaveData files from various games running on RE Engine. It can also re-sign these SaveData files with your own SteamID to use anyone’s SaveData on your Steam Account.
| Game Title | App ID | Platform |
|---|---|---|
| Dead Rising Deluxe Remaster | 2527390 | Steam |
| Dragon's Dogma 2 | 2054970 | Steam |
| Kunitsu-Gami Path of the Goddess | 2510710 | Steam |
| Monster Hunter Wilds | 2246340 | Steam |
| Resident Evil 9 Requiem | 3764200 | Steam |
I wanted to share a SaveData file with a friend, but it isn't possible by default.
The short answer is: No.
Caution
If you unreasonably edit your SaveData files, you risk corrupting them or getting banned from playing online. In both cases, you will lose your progress.
Important
Always create a backup of any files before editing them.
Important
Disable the Steam Cloud before you replace any SaveData files.
You’ve been warned. Now that you fully understand the possible consequences, you may proceed to the next chapter.
Important
If you’re working on Linux or macOS, skip this chapter and move on to the next one.
On Windows, you can use either the CLI or the GUI version, but in this chapter I’ll describe the latter.
Game Profile is a configuration file that stores the settings for a specific game. In plain terms, it tells my application how it should behave for that particular game. I include a package with ready‑to‑use Game Profile files (profiles.zip) in the release section. The "_profiles" folder inside that package, containing the Game Profile files, should be placed in the same directory as the program’s executable. Button (2) opens the local "_profiles" folder.
You can set the input folder in whichever way feels most convenient:
- Drag & drop: Drop SaveData file - or the folder containing it - onto the TextBox (3).
- Pick a folder manually: Click the button (4) to open a folder‑picker window and browse to the directory where SaveData file is.
- Type it in: If you already know the path, simply enter it directly into the TextBox (3).
In the case of Steam, your User ID is 64-bit SteamID.
One way to find it is by using the SteamDB calculator at steamdb.info.
If you want to re‑sign your SaveData file/s so it 8000 works on another Steam account, select the Game Profile (1) corresponding to the game from which the save file comes. Once you have it selected, type the User ID of the account that originally created that SaveData file/s into the TextBox (5). Then enter the User ID of the account that should be allowed to use that SaveData file/s into the TextBox (7). Finally, press the "Re-sign All" button (11).
Note
The re‑signed files will be placed in a newly created folder within the "MandarinJuice/_OUTPUT/" folder.
Modified files are being placed in a newly created folder within the "MandarinJuice/_OUTPUT/" folder. You may open this directory in a new File Explorer window by pressing the button (12).
Note
After you locate the modified files, you can copy them into your save‑game folder.
Warning
This mode is for advanced users only.
If you really need it, you can enable SuperUser mode by triple-clicking the version number label (13).
Important
This button is visible only when the SuperUser Mode is Enabled.
If you want to decrypt SaveData file\s to read its content, select the Game Profile (1) corresponding to the game from which the SaveData file comes, type the User ID of the account that originally created that SaveData file/s into the TextBox (5), and press the "Decrypt All" button (8).
Important
This button is visible only when the SuperUser Mode is Enabled.
If you want to encrypt the decrypted SaveData file\s, select the Game Profile (1) corresponding to the game from which the SaveData file comes, enter the User ID of the account that should be allowed to use that SaveData file/s into the TextBox (7), and press the "Encrypt All" button (9).
Button (6) swaps the values in the "User ID (INPUT)" and "User ID (OUTPUT)" TextBoxes. Button (10) cancels the currently running operation.
Usage: .\mandarin-juice-cli.exe -m <mode> [options]
Modes:
-m d Decrypt SaveData files
-m e Encrypt SaveData files
-m r Re-sign SaveData files
Options:
-g <game_profile_path> Path to the Game Profile file
-p <path> Path to folder containing SaveData files
-u <user_id> User ID (used in decrypt/encrypt modes)
-uI <old_id> Original User ID (used in re-sign mode)
-uO <new_id> New User ID (used in re-sign mode)
-v Verbose output
-h Show this help message
.\mandarin-juice-cli.exe -m d -g ".\game_profile.bin" -p ".\InputDirectory" -u 76561197960265729.\mandarin-juice-cli.exe -m e -g ".\game_profile.bin" -p ".\InputDirectory" -u 76561197960265730.\mandarin-juice-cli.exe -m r -g ".\game_profile.bin" -p ".\InputDirectory" -uI 76561197960265729 -uO 76561197960265730Note
Modified files are being placed in a newly created folder within the "MandarinJuice/_OUTPUT/" folder.
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.
Tip
This application creates a log file that may be helpful in troubleshooting. It can be found in the same directory as the executable file. Application stores up to two log files from the most recent sessions.