This utility allows you to decrypt, edit, and re-encrypt save files for CloverPit Demo. Modify your game progress, unlock features, or backup your saves with this simple tool.
- Decrypt CloverPit's GameDataDemo.json files
- Edit save data in plain JSON format
- Re-encrypt modified saves for game compatibility
- No installation required
- Steam installation of CloverPit Demo
- .NET Framework 4.7.2 (usually included with Windows 10/11)
- Navigate to CloverPit's save directory:
...\Program Files (x86)\Steam\steamapps\common\CloverPit Demo\SaveData\GameData- Copy
GameDataDemo.jsonto the directory where you haveDecryptSaveCloverPit.exe
- Run
DecryptSaveCloverPit.exe(this will automatically decrypt the file) - Edit the decrypted
GameDataDemo.jsonusing any text editor:
{
"myGameDataIndex": 0,
"dataOpenedTimes": 23,
"lastGameVersionThatSavedMe": "0.3.6",
"gameplayDataHasSession": true,
"gameplayData": {
}
}- Run
DecryptSaveCloverPit.exeagain to re-encrypt the file - Copy the re-encrypted
GameDataDemo.jsonback to the game directory - Launch the game to see your changes applied
- Clone repository:
git clone https://github.com/Mikhaelo/DecryptSave-CloverPit.git- Open
DecryptSaveCloverPit.slnin Visual Studio 2022 - Build solution (Output:
bin/Release/DecryptSaveCloverPit.exe)
- Encryption Method: XOR-based custom algorithm
- Game Data Key:
uoiyiuh_+=-5216gh;lj??!/345 - Achievements Key:
afhjttiojd?s0989sdfl12(not implemented) - File Handling: In-place encryption/decryption
- Always back up original save files
- Close the game before modifying saves
- Invalid edits may corrupt save data
- Use integer values where appropriate
- File not found: Ensure .json is in same directory as .exe
- Corrupted save: Restore from backup and re-edit
- No changes applied: Verify re-encryption step completed
- Game crashes: Validate game files through Steam
Distributed under the MIT License. See LICENSE for more information.
Disclaimer: This tool is not affiliated with or endorsed by the CloverPit developers. Use at your own risk. Modifying save files may violate the game's EULA.