Clickpocalypse 2 Save Editor __full__ → < Trending >
A well-made editor preserves the save structure (base64 + JSON) and recalculates checksums if the game uses them (though Clickpocalypse 2 is fairly permissive).
: If your character gets stuck off the edge of the map, you can use the c2-savefixer on GitHub to reset their position without losing progress.
, you cannot edit it directly with a standard text editor like Notepad without first decoding it. Quick Method: Web-Based Save Editing
Mastering Your Idle Empire: The Ultimate Clickpocalypse 2 Save Editor Guide clickpocalypse 2 save editor
Save editors for Clickpocalypse 2 generally fall into two categories: and Hex/Base64 Editors .
Save your changes in the text editor. Launch Clickpocalypse 2 and load your modified save game. If you encounter any errors, refer to the troubleshooting section below.
Because the game stores data as a raw string inside a Flash SOL file, you need a way to decode that string. I have created a Javascript-based tool below that you can run in your browser console or save as an HTML file. A well-made editor preserves the save structure (base64
As outlined earlier, navigate to the appropriate save folder for your platform. For the standard downloadable PC version, look for the saves folder within the game directory.
Clickpocalypse 2 is one of the most beloved incremental idle RPGs on the web and mobile platforms. It perfectly captures the essence of classic dungeon crawlers, stripping away the manual grind and replacing it with pure, automated progression. Your party of heroes ventures into endless dungeons, slaughters monsters, loots gold, and levels up without requiring constant clicking.
: Always save your original, unedited export string in a separate text file before you start. If the JSON structure is broken during editing, the game will fail to load the save. Game Integrity Quick Method: Web-Based Save Editing Mastering Your Idle
: In web browsers, it is kept in your Local Storage. On mobile devices, it lives within the application data.
Once edited, re-encode it and paste the new string back into the game's Manual JSON Editing
Clickpocalypse 2 features internal anti-cheat checks or structural limits. If you input a number that exceeds the game's maximum data limit, the engine clears the value to protect the engine. Lower your injected amounts and try again.