Skip to main content

Save Editing — Coc2

: Once you’ve made your changes, click the Save button in the editor to download the modified file. Go back into CoC2 and use the Load from File option to apply the changes. Manual Editing (Advanced)

One player noted that "trying to manually input a level value the game isn't programmed to account for or otherwise mess with flags and such can fuck things up beautifully". Conversely, "just giving yourself a bunch of EXP and EC and letting the game process it normally should be perfectly safe".

To use the editor, you must manually export your game data to a file.

Open the online editor and upload your file using the Load button at the top. Coc2 Save Editing

Last updated for CoC2 version 1.7.x – save structure may change with future updates.

This usually means a syntax error occurred during editing (like a missing comma , or quotation mark " in the JSON structure). Re-encode your original backup file and try again more carefully.

CoC2 recalculates stats based on level and perks. If you set STR to 200 but your level suggests 15, the game will override you on the next level-up or combat. Fix: Also edit your level ( "level" ) and experience ( "xp" ) to match your desired stats. Or, use a “soft lock” by editing equipment bonuses instead of base stats. : Once you’ve made your changes, click the

Use an online tool like to translate the text into readable JSON/text format.

Below is a table of common elements found within a CoC2 save file. This guide is essential for manual editing.

Look for the perks array. You can manually paste in known perk IDs to grant your character endgame abilities early. Conversely, "just giving yourself a bunch of EXP

If you want to edit your game files directly without using the import/export buttons, you can find the raw save files hidden in your operating system directories. Windows (Standalone / Adobe AIR Builds)

C:\Users\[Your Username]\AppData\Roaming\coc2electron

This method allows for values that the game does not explicitly write to the file or values protected by checksums (though CoC2 is lenient with checksums).

Modifying basic currency is simple, but altering your character's physical biology or status effects requires a bit more precision. Editing Body Transformations