
Debug Codes
Re: Debug Codes
Once you've hit enter twice like the instructions say, the way to leave should be more obvious. 

Re: Debug Codes
Um, I have. :/hanako wrote:Once you've hit enter twice like the instructions say, the way to leave should be more obvious.

Re: Debug Codes
That's entering two lines of code. You need to enter one line of code, then hit enter twice. (The enter on a blank line tells the debugger to execute the code you've input so far. Until that point nothing has actually been run.)
Re: Debug Codes
Oh! Thank you. I totally misunderstood. Sorry about that.hanako wrote:That's entering two lines of code. You need to enter one line of code, then hit enter twice. (The enter on a blank line tells the debugger to execute the code you've input so far. Until that point nothing has actually been run.)
- Ariel Schnee
- Posts: 153
- Joined: Wed May 23, 2007 3:51 am
- Location: USA In The Northern Part Of Louisiana
- Contact:
Re: Debug Codes
Trying hitting 'return'.Duszynski wrote:This is probably a dumb question, but I can't figure out how to exit the Debugger Console. There doesn't seem to be an option to exit it and I've tried hitting "escape" but that doesn't work.
- zonohedron
- Posts: 17
- Joined: Wed Apr 16, 2014 11:53 pm
Re:
Is there a command for displaying the current value of the hidden stats (as opposed to just changing them?) I don't want to set cruelty (or any of the others) to something; I just want to know what the current value is.Rhidian wrote:Speaking of Hidden Stats:
commoner_approval
noble_approval
cruelty
lassi
Cruelty normally goes 0-10
- Spiky Caterpillar
- Posts: 403
- Joined: Thu Dec 04, 2008 3:34 am
- Contact:
Re: Debug Codes
Code: Select all
narrator("%(cruelty)d")
narrator("%(lassi)f")
- zonohedron
- Posts: 17
- Joined: Wed Apr 16, 2014 11:53 pm
Re: Debug Codes
That just gives me %(cruelty)d. (And the same for the others.)
- Spiky Caterpillar
- Posts: 403
- Joined: Thu Dec 04, 2008 3:34 am
- Contact:
Re: Debug Codes
Oops, misremembered the code. Try
Code: Select all
narrator(str(cruelty))
Re: Debug Codes
I'm entering in Debug codes correctly and getting the "Execution Successful" message, but after I select "Done" and then load my saved game, I'm not actually seeing any changes in the game I'm playing that correspond with the codes I'm entering.
Re: Debug Codes
If you load a saved game, then immediately all the values will be changed to the values they were when the game was saved.
Re: Debug Codes
So here's something I did a long time ago for my own convenience...
(wanted to post here earlier but got lazy)
Quick cheats
To install: Put cheats.rpy in LongLiveTheQueen/game
Commands:
setSkill("<skillName>", <num>)
setAllSkills(<num>)
- e.g. setSkill("public_speaking", 30)
- Sets both the temporary and permanent skill stats (i.e. takes effect immediately, won't be reset by classes)
unlockAllOutfits()
setMood("<mood>", num)
- Moods are: anger, cheerfulness, willful, crowded
- e.g. setMood("anger", -1) to have 1 Anxious
- Changes current overall mood immediately if applicable
Thanks to hanako and Rhidian for the codes.
(wanted to post here earlier but got lazy)
Quick cheats
To install: Put cheats.rpy in LongLiveTheQueen/game
Commands:
setSkill("<skillName>", <num>)
setAllSkills(<num>)
- e.g. setSkill("public_speaking", 30)
- Sets both the temporary and permanent skill stats (i.e. takes effect immediately, won't be reset by classes)
unlockAllOutfits()
setMood("<mood>", num)
- Moods are: anger, cheerfulness, willful, crowded
- e.g. setMood("anger", -1) to have 1 Anxious
- Changes current overall mood immediately if applicable
Thanks to hanako and Rhidian for the codes.
-
- Posts: 2
- Joined: Sun Oct 30, 2016 5:53 pm
Re: Debug Codes
I recently opened the debug menu for the first time and wanted to try cheating (since I've completed the game multiple times) in the end, I didn't input any but now my game won't load properly.
When I open it with Steam then it appears in a small pop-up window and I can't click anything, it then crashes if I try to fullscreen it. Is there any way for me to fix it?
btw, a few months before a bought the game with steam, I used this website to download a trial version for the first 10 weeks, should I delete that?

When I open it with Steam then it appears in a small pop-up window and I can't click anything, it then crashes if I try to fullscreen it. Is there any way for me to fix it?
btw, a few months before a bought the game with steam, I used this website to download a trial version for the first 10 weeks, should I delete that?






