hanako
Debug Codes
#1 by hanako - Oct 17 2012
Now that the game has been out for a while and the new graphics update is out, the codes can be posted publicly.However, I will reiterate that it is REALLY not a good idea to use these until you have managed to reach coronation at least once on your own, because you'll end up missing most of the game that way.
Long Live The Queen cheat codes
Be warned - it is possible to use cheat codes to put the game in an
impossible state. It's possible you might have to go back to an
un-cheated save to continue playing.
To input cheat codes, find the debug console button (Depending on the game version, it is either on the main options menu or in the Video Settings screen). Enter codes as described below, then hit enter twice after you finish so that the code will take effect.
If you want to temporarily change your skill, set
(the skill name in lower-case, with all spaces changed to underscores) to
a new number, like this:
To set Court Manners to 85:
court_manners = 85
To set Flattery to 0:
flattery = 0
This will give you a temporary bonus that goes away when you next take
a class (rather like the bonuses caused by clothes.)
To change your base skill (so it WON'T reset when you take classes,
use the variable name followed by an underscore. For example:
composure_ = 50
public_speaking_ = 65
Most skill checks use the temporary values, NOT the permanent values.
Note that changing the permanent value will not affect the temporary
value until after you next take a class.
Special note: Voice is controlled using the voice_skill and voice_skill_
variables, because the name 'voice' is reserved by the engine.
If you want to change the amount of money you have:
lassi=9001
To change your outfit, set the current_outfit variable. For example,
current_outfit='royal_demeanour' # Note the British spelling.
will put on the Royal Demeanor bonus outfit.
If you want to add an outfit to your wardrobe:
unlocked_outfits.add('Conversation')
will add the bonus outfit for the Conversation skill group. unlocked_outfits
expects the name to be exactly as it's displayed in the class list.
The full list of outfits is:
royal_demeanour, conversation, art, agility, weapons, athletics, animals,
history, intrigue, medicine, economics, military, faith, lumen


