A while ago, I found a file on this forum called 00dirtycheater.rpy.
All it contains is this code:
Code:
init +1:
python hide:
config.developer = True
You can create this in notepad as a text file, rename it with .rpy file extension and put it in /game/common directory.
Restart your game. Save your progress, that way if you mess something up you can restart with your last save and forget the changes you made.
Once you get into your game a bit, press Shift+D to open the file and see what variables you can play with.
This file opens a menu that allows access to all the choices/options you can currently change in whatever ren'py game you are playing, among other things. Variable viewer shows you what the switches are, etc. Find the variable you want to look at/change, then open console from there and make your change.
Press Shift+R to reload your game with the changes.
First one I usually change is the money variable, because it allows you to buy things. Energy or health, also.
I recommend saving a copy of this file in your main game directory and pasting it into every ren'py game you play.