- Jul 6, 2017
- 74
- 61
For the money command it worked for me when I didn't enter the quotation marks, so P_Cash = 1000.
I think depending on the version or something the code is slightly different, cause I think I was having the same issue but then I punched in P_Cash+=1000 and then I got results. Try that next time man.For the money command it worked for me when I didn't enter the quotation marks, so P_Cash = 1000.
i entered some varible but nothing happenAll Rogue variables start with R_
All Kitty variables start with K_
And all your variables start with P_
I thought it was P_money but you can always verify with executing dir() and getting the variable list.
It hasn't been implemented yet.So no idea if it is a bug or if it isn't implemented that both girls can sleep in a single room.
Why would you even use the quotation marks? Isn't it natural to not use them?For the money command it worked for me when I didn't enter the quotation marks, so P_Cash = 1000.
What do you mean with some variable?i entered some varible but nothing happen(( do you know why ???
sr for my english
This might help?What do you mean with some variable?
You can only manipulate existing variables to have an influence in game
ex:
> R_Obed += 100
> K_Obed += 100
These 2 commands make Rogue and Kitty more obedient.
NameError: name 'K_Gag' is not defin
Why do I get this error?
Can you help me fix it?
I don't know anything about Ren Py in particular, but I do know a little about interpretive text programming languages. What I suspect happened here is that K_Gag (gagging counter for Kitty?) is a variable new to the latest version. The error occurs because while a new game will define all variables, loading an object out of a save file only defines the old variables. Like if a GOTY edition of a game comes out, your old standard edition doesn't suddenly have all the new content.I had the same error with an old save. It did not happen to me anymore when I started a new game.
Interesting that P_Male is a variable. Looks like Oni plans on making a female MC available eventually. Seems unlikely that it'll happen at the rate he codes, though; that seems like it would change a lot of the sex options and dialog.Just updated the OP with new photos - looked like it needed some love:heartcoveredeyes:
This might help?
Rogue-Like Console Variables:
You don't have permission to view the spoiler content. Log in or register now.
Added to the OP also.
Tell us which console lines you entered and we'll tell you.i entered some varible but nothing happen(( do you know why ???
sr for my english
IIRC there's an easier way to do so. Just go into the game files renpy/common, click 00console.rpy, and search for (without quotes) "config.console = False" then just set "False" to "True".Just use this tool:You must be registered to see the links
Drop it in your game folder - run it then select - 3
View attachment 45456
Press Shift+O for the console.
Good luck and CheersYou must be registered to see the links
IIRC there's an easier way to do so. Just go into the game files renpy/common, click 00console.rpy, and search for (without quotes) "config.console = False" then just set "False" to "True".