8000
Skip to content

BlackRosePetals/MandarinJuice

 
 

Repository files navigation

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.

🍊 MandarinJuice - What is it ⁉️

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.

Supported game titles

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

🤯 Why was it created ⁉️

I wanted to share a SaveData file with a friend, but it isn't possible by default.

😱 Is it safe?

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.

📜 How to use this tool

[GUI] - 🪟 Windows

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.

MainWindow-v1

1. Selecting the Game Profile

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.

2. Setting the Input Directory

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).

3. Entering the User ID

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.

4. Re-signing SaveData files

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.

5. Accessing modified files

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.

ADVANCED OPERATIONS

Enabling SuperUser Mode

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).

Decrypting SaveData files

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).

Encrypting SaveData files

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).

OTHER BUTTONS

Button (6) swaps the values in the "User ID (INPUT)" and "User ID (OUTPUT)" TextBoxes. Button (10) cancels the currently running operation.

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

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

Examples

Decrypt

.\mandarin-juice-cli.exe -m d -g ".\game_profile.bin" -p ".\InputDirectory" -u 76561197960265729

Encrypt

.\mandarin-juice-cli.exe -m e -g ".\game_profile.bin" -p ".\InputDirectory" -u 76561197960265730

Re-sign

.\mandarin-juice-cli.exe -m r -g ".\game_profile.bin" -p ".\InputDirectory" -uI 76561197960265729 -uO 76561197960265730

Note

Modified files are being placed in a newly created folder within the "MandarinJuice/_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.

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.

About

Decrypt, Encrypt & Re-sign files encrypted with the "Mandarin" encryption.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%
0