Accessing console commands in Corruption of Champions II (CoC2) allows you to modify your character, manage resources, and unlock gallery content. Because the game is built using web technologies (JavaScript), the "console" is actually your web browser's developer console. How to Access the Console
To use these commands, you must be playing the browser version or an environment where you can access developer tools.
Keyboard Shortcut: Press F12 or Ctrl + Shift + I (Windows) or Cmd + Option + I (Mac) while the game is open.
Navigation: Select the "Console" tab in the window that appears. Common Console Commands
These commands are JavaScript-based. Ensure you type them exactly as shown, including capitalization. Resources pc.credits += 5000 Adds 5,000 Credits to your character. Items pc.safeAddItem(ITEMS.ItemName) Adds a specific item to your inventory. Powers pc.addPower(POWERS.PowerName) Teaches your character a specific power. Perks pc.createPerk(PERKS.PerkName) Grants your character a specific perk. Unlocks See Script Below Unlocks all CGs or Busts in the gallery. Advanced Unlock Scripts corruption of champions 2 console commands
Copy and paste these directly into the console to unlock gallery content:
Unlock All CGs:Options.systemOptions.cgs = cgs.map(str => str = str.replace(/.*?CG\//, ''); str = str.replace(/\.png/, ''); return str; );
Unlock All Busts:Options.systemOptions.busts = charImages.filter(x => x.includes('fulls/')).map(str => str = str.replace(/.*?fulls\//, ''); str = str.replace(/\..*/, ''); return str; ); Usage Tips
Find Item/Power Names: To see a list of valid names, you can often type ITEMS or POWERS into the console and press Enter to expand the list of available IDs. Accessing console commands in Corruption of Champions II
Risk of Corruption: Incorrectly typed commands can break your save file. It is highly recommended to export a backup save before experimenting with the console.
Alternative: If the console feels too technical, many players use the Corruption of Champions 2 Save Editor for a more user-friendly interface.
Here’s a helpful, organized guide to using console commands in Corruption of Champions 2 (CoC2).
The corruption of champions 2 console commands are your gateway to a sandbox experience. Whether you want to finally beat the Frost Marauder, test a pure-mage build without grinding levels, or explore sex scenes you missed due to a bad dice roll, the console is there for you. Conclusion: With Great Power
To recap the activation sequence:
-debug to shortcut target.` in-game.heal to test.Now go forth, Champion of Mareth. Just remember that even with godmode on, Kasyrra’s dialogue is still unskippable.
Need the latest command list? The game updates monthly. Always check the changelog.txt in your game folder or the #modding channel on the official Fenoxo Discord.
Since you are looking for a "good paper" on Corruption of Champions II (CoC2) console commands, I have compiled a technical guide below. This guide covers the engine architecture, how to access the console, and a reference list of the most useful commands for debugging, testing, and exploration.
| Command | Effect |
| :--- | :--- |
| help | Lists all available console commands. |
| clear | Clears the console screen. |
| exit or close | Closes the console (Esc also works). |
| save [name] | Quick-saves with a custom name (e.g., save godmode). |
| load [name] | Loads a quick-save. |
.js files (if you have the source) or search online for “CoC2 item list”.flags.listFlags() in console, or check the game’s GitHub repository (public for CoC2).