Abstract:
Corruption of Champions II utilizes a serialized save format (typically JSON or minified JSON) derived from the Haxe programming language. Unlike its predecessor (CoC1), which relied heavily on SOL (Flash Shared Objects), CoC2 saves are distinct files (.coc2) that can be deconstructed, edited, and reconstructed to alter character statistics, items, and flags.
Our recommendation: For simple stat/gem edits, use an automated tool. For narrative flags or adding rare items, manual JSON editing is safer and more reliable.
CoC2, developed by Fenoxo and Savin, is a text-based RPG with deep character customization, transformations, and branching storylines. Save editing means manually modifying the game’s save file (outside of normal gameplay) to alter character stats, items, flags, quest progress, appearance, or perks. Coc2 Save Editing
Unlike some RPGs that encrypt saves, CoC2 saves are stored in plaintext JSON format, making them relatively easy to edit with a basic text editor or specialized tools.
This is where save editing becomes a storytelling tool. Flags control what events have occurred, who is alive, and which romances are active. Abstract: Corruption of Champions II utilizes a serialized
Look for a massive object called "flags". Inside, you’ll see keys like:
Warning: Changing flags can break quest progression. Only edit flags if you know exactly what they do. Consult the CoC2 wiki’s “Variables List” before touching narrative flags. CoC2, developed by Fenoxo and Savin, is a
This is the most stable function. Editing currency (gems), experience points, and basic attributes (Strength, Agility, etc.) works flawlessly 99% of the time. It is a "safe" way to bypass the grind of farming enemies for gold to buy gear.
Cause: If you edit JSON in Notepad (not Notepad++), you might introduce invisible Unicode characters or incorrect quotation marks (smart quotes vs. straight quotes).
Fix: Always use a plain text editor. Replace any fancy quotes “ ” with standard " ".
Editors allow users to add items directly into inventory slots.
Most popular CoC2 save editors (often hosted on GitGud or similar repositories) are web-based or standalone HTML files.