Notifications
General

Corrupted Kingdoms: Cheat Guide — All Console Commands

Corrupted Kingdoms: Cheat Guide

Looking to take full control of your playthrough in Corrupted Kingdoms? The game includes a built-in Ren'Py developer console that lets you modify resources, stats, battle parameters, and progression variables. This guide covers all console commands and explains exactly how to enable and use them.

How to Enable the Console in Corrupted Kingdoms

Before you can enter any commands, you need to activate the developer console by editing a single game file. This is a one-time setup.

Step-by-Step Instructions

  1. Navigate to your Corrupted Kingdoms installation folder.
  2. Open the subfolder path: renpy > common.
  3. Locate the file named 00console.rpy and open it with any text editor (Notepad, Notepad++, or VS Code).
  4. Press Ctrl + F and search for: config.console = False
  5. Change the value to: config.console = True
  6. Save the file and close the editor.
  7. Launch the game and press Shift + O to open the console at any time.

Warning: Using console commands may break progression if values are set incorrectly. Always save your game before entering commands, and check the current variable value before modifying it.

All Console Commands for Resources

Use these commands to max out your in-game currency and consumables. Replace XXX with any number you prefer.

Console Command Resource Recommended Value
bag_cash = XXX Human Currency 99999
bag_gems = XXX Fey Gems 99999
bag_potions = XXX Eldritch Potions 99999
gold = XXX Gold Reserve 99999

Player Stats Commands

Modify your main character's core attributes. Replace XXX with your desired value.

Console Command Stat
stats_charisma = XXX Charisma
stats_insight = XXX Insight
stats_magical = XXX Magical Power
stats_martial = XXX Martial Skills
stats_physical = XXX Physical Strength

Battle & Character Commands

These commands modify combat stats for the main character or any party member. Replace mc with the character's identifier (for example: chloe, chelsea, hazel, jess, noelle, tammi, terri, ophelia, rachel, chastity).

Console Command Effect
p_mc.EXP = XXX Experience Points
p_mc.ATK = XXX Attack Power
p_mc.DEF = XXX Defense
p_mc.HP = XXX Current Health
p_mc.BASEHP = XXX Base Health
p_mc.WP = XXX Willpower
p_mc.RES = XXX Resistance
p_mc.LEVEL = XXX Character Level
p_mc.PHY = XXX Physical Damage
p_mc.ARC = XXX Arcane Damage
p_mc.PHYB = XXX Physical Bonus
p_mc.ARCB = XXX Arcane Bonus
p_mc.COR = XXX Corruption
wp_mc = XXX Willpower (alt)
hp_mc = XXX Health (alt)

Progression & Time Control

Manipulate the game clock, story progress, and unlock key events instantly.

Console Command Effect Notes
day = XXX Change current day Set to any number
timevar = X Set time of day 1 = Morning, 2 = Afternoon, 3 = Evening
week_day = X Set weekday 0 = Monday through 6 = Sunday
luna_tunnels_complete = 1 Complete Luna Tunnels instantly Set to 1 to finish
character_cards = 1 Show all character cards Set to 1 to unlock
story_fey = XXX Set story progression Adjust to skip chapters
lyx_met = 1 Fix witch meeting flag Use if event bugs out
relic_took = 0/1 Toggle relic status 0 or 1

Business & Income Commands

Control earnings from various properties and ventures.

Console Command Income Source
bar_income = XXX Bar Earnings
church_income = XXX Church Donations
college_income = XXX College Funds
company_income = XXX Company Profits
farm_income = XXX Farm Revenue
field_income = XXX Field Production
manor_income = XXX Manor Earnings
marina_income = XXX Marina Income
weekly_income = XXX Weekly Total

Other Useful Commands

Console Command Effect
education = XXX Set education level
troops_current = XXX Modify troop count
name_rehab = XXX Set rehabilitation progress (replace name with character)
goon_rehab = XXX Set goon rehabilitation
class_fey_taught = XXX Set Fey class progress

Nexus Key Codes

At the Nexus, select Use Key and type the following phrases to unlock special areas and abilities:

Key Phrase Effect
think about gramps Unlocks access to Gramps' Dojo from the Nexus
whistle Unlocks Power Endless Air and access to Water World
think backwards Access to the empty void
key Special message
help Pixie explains how the Nexus functions
clap Unlocks the wasteland area

Quick Reference Cheat Sheet

Goal Command
Infinite money bag_cash = 99999
Max gems bag_gems = 99999
Max potions bag_potions = 99999
Max all stats stats_charisma = 8, stats_physical = 8, etc.
Complete Luna Tunnels luna_tunnels_complete = 1
Show all cards character_cards = 1
Change time timevar = 2 (Afternoon)
Change day day = 50

Frequently Asked Questions (FAQ)

Why is the console not opening when I press Shift+O?

Make sure you edited the correct file (renpy/common/00console.rpy) and changed config.console = False to True. Also verify that you saved the file after editing. Some keyboard layouts may require pressing Shift + O specifically.

Can I break my save file with these commands?

Yes, if you set values incorrectly or modify progression flags out of order. Always save your game before entering commands. Check the current value of a variable before changing it, and use += to add or -= to subtract rather than overwriting blindly.

Do I need to enable the console on every launch?

No. Once you edit 00console.rpy and set config.console = True, the console remains accessible every time you launch the game.

Are these cheats safe to use?

These are built-in Ren'Py developer commands. They do not require third-party software, trainers, or mods. However, improper use can softlock your progression. Always keep a backup save.

What is the maximum stat value?

In most versions of the game, the maximum visible stat cap is 8. Setting values higher may cause display issues or break progression checks. We recommend staying at or below 8 for core stats.

Can I change my character's name?

Yes. Use mc = 'Name' for the first name and mcln = 'Name' for the last name. Use single quotes around the name.

Will using console commands disable achievements?

Since Corrupted Kingdoms is a single-player offline experience, there are no online penalties. However, some internal progression trackers may not fire correctly if you skip content with cheats.

Final Tips

Using the Corrupted Kingdoms console gives you full control over your playthrough. Keep these recommendations in mind:

  • Save before cheating — create a separate backup save before modifying any variables.
  • Check values first — type the variable name alone to see its current value before changing it.
  • Use += and -= when possible to adjust values incrementally rather than hard-setting them.
  • Set bag_cash = 99999 early to remove financial restrictions.
  • Use luna_tunnels_complete = 1 to skip the dungeon crawl if you are stuck.
  • Keep stat values at 8 or below to avoid breaking progression checks.
Post a Comment