How does one bring up the Console?
To open the Console in Ren'py press CTRL+O and select commands could be used to change variables, etc
but it must first be enabled in the ren'py system files that the game uses, as it is off by default
to enable this you need to open the game folder, and you will see a ren'py folder, open this and you will see a 00console.rpy file open this, in notepad if you have nothing else, or ideally Atom so it understands the script
scroll down and you will see:
# If true, the console is enabled despite config.developer statement being False.
config.console = False
change this to True, and save the file, and the console will then be enabled
but an easier method for most people i think would be to use a save file editor like last moments here on f95
"
https://f95zone.to/threads/renpy-save-editor-v1-6-1-last-moment.6456/
you can simply open any existing save and change details, in this case to deactivate minigames, type "mini" into search, and untick search filters, there are 2 minigame variables just change them both to false, from true and apply changes
then reload the save and the minigames are gone
can also be used to change affinity/relation points, and money amounts