"
Go to your (Directory)\seeds-of-chaos\renpy\common
Find 00Console.RPY and edit with notepad
Press CTRL+F on your keyboard
Keep searching for "False" until you find
# If true, the console is enabled despite config.developer being False.
config.console = False
Chance False to True <<(Make sure its True with a capital T)
Save and exit notepad
Start the game and press Shift+O on your keyboard or Shift+D for the dev menu instead
"
List of commands:
Castle Related
castle.coffers = x
set the COFFERS amount
castle.training_coffers = x
set the TRAINING COFFERS amount
castle.supplies = x
set the SUPPLIES amount (1 soldier consumes 1 supply per week, 1 peasants consumes 0.0001 supplies per week)
castle.peasants = x
set the PEASANTS amount
castle.soldiers = x
set the SOLDIERS amount (seems
castle.morale = x
set the MORALE amount (caps at 100 (Great))
castle.unrest = x
set the UNREST amount (doesn't seem to have a cap, beware. Can go negative, but unsure if this has benefits)
castle.rp = x
set the RESOURCE POINT amount
castle.dp = x
set the DEFENCE POINT amount (not sure how this affects buildings. Each soldier is worht 2 DP)
castle.villages_income = x is gold given by villages
castle.tech = x overflow research points at start of new week, hidden
castle._iron = x
Alexia Related
alexi.[attribute] = x
set any of alexia's attributes, from energy to nymphomania
Alexi's states seem to only be important in the bonus wife trainer mode now.
Player Related (These took FOREVER to find)
The player prefix is "avatar"
Change "x" to whatever number you want
avatar.gold = x
avatar.exp = x
avatar.mp = x
>Set amount of moves on map left:
Avatar.mp = x
>Set week:
week = x
>Finish research:
castle.current_research.cost = 0
>Set mines owned:
castle.mines = x
>Set villages owned
castle.villages = x
>Set Rowan gold
avatar.gold = x
>Set castle gold
castle.treasury = x
>Set Rowan strength
avatar.base_strength = x
>Set Rowan vitality
avatar.base_vitality = x
>Set Rowan reflexes
avatar.base_reflexes = x
>Set Rowan intelligence
avatar.base_intelligence = x
>Set Rowan luck
avatar.base_luck = x
>Add all items to inventory
avatar.inventory.add_items((all_items)) <---- I have no idea about why all items has the double () around it like that. I just copied it from somewhere else, and I don't really use the item cheat anyway.
"
That should help you. Remember to make multiple saves in case you mess something up, and back up any files you edit too of course.