Does anyone else know how to open the console?
Now I reprint it once and hope to help you:
Go to gamename/Renpy/Common/00console.rpy
Press Ctrl+F and enter config.console (Finding this term)
Set it’s variable to True
so it should look like,
config.console = True
Save the file.
Now the Shift+O should work.
###Player Status Manipulation
Player.Money = ### (0-???)
Player.Energy.Value = 100 (0-100)
###Alcohol
FLawyerApart.DrinksStored = ### (0-???)
###Date & Time Manipulation
GData.Time = ### (0-23) #hour
GData.Date = ### (1-7) #day
###Relation Manipulation (0-100)
- Player to NPC Relation
Relations["XShopOwner"].allure.Value=###
Relations["YoungSis"].conflict.Value=###
Relations["FLawyer"].opinion.Value=###
- NPC to NPC Relation
Relations["###", "###"].allure.Value=###
Relations["###", "###"].conflict.Value=###
Relations["###", "###"].opinion.Value=###
change ### to
BankManager
Father
FatCop
FLawSecretary
FLawyer
HotCop
LitTeacher
LitTeachFiance
Mom
MotelManager
OldSis
OSfriend
Player
Father
PETeacher
PGrapher
Principal
SluttyMaid
SMom
StepOS
StepYS
XShopOwner
YoungSis