Coc2 Save Editing 📥
The most common way to edit your save is using a community-built web tool. : Use the CoC2 Save Editor hosted on GitHub Pages .
Once your edits are finished, select the entire modified text block.
"lust" and "fatigue" : Current physical states. Setting these to 0 helps before tough boss battles. Modifying Inventory & Items
: Once finished, click Save in the editor to download the updated file. Coc2 Save Editing
Below is a table of common elements found within a CoC2 save file. This guide is essential for manual editing.
C:\Users\YOUR_USERNAME\AppData\LocalLow\Fenoxo\CoC2\ or within the Saved Games folder.
Upload your exported .txt save file directly to the website. The most common way to edit your save
For players looking to deeply customize their experience, you can alter more than just basic numbers. Editing Inventory and Items
Follow these exact steps to modify your character variables manually without breaking your game state. Step 1: Create a Secure Backup
Modifying game files carries inherent risks. A single misplaced character can corrupt your file and cause the game to crash. "lust" and "fatigue" : Current physical states
If your exported save looks like encrypted gibberish, online tools like Base64Decode.org can translate the string into editable text and encode it back when you are finished.
Because the exported text is Base64 encoded, you must convert it into raw text (usually formatted as a JSON string) to make edits. Copy the text from your save file.
Items in CoC2 are tracked by specific ID strings within your inventory arrays. If you know the exact internal ID of a rare weapon, armor piece, or transformative reagent, you can swap out a basic item slot in your save file for the endgame item ID. Ensure you update the quantity counter variable attached to that slot as well. Modifying Status Flags and Codex Entries
If you prefer offline editing, use programs like (Windows) or VS Code (Multi-platform). Standard Windows Notepad is not recommended, as it struggles to format large, single-line JSON strings correctly, making the data hard to read. Step-by-Step Guide to Editing Your Save