Darkone123
Newbie
- Oct 26, 2018
- 75
- 46
- 36
Cheats I found online:
> Close the Game if it’s open
> Go to the game folder
> Renpy
> Common
> Open “00console.rpy” [Open it with Notepad++]
> Search for this line “config.console = False” [Most of the times is at the line 98 but in other games its around 108]
> Change “False” for “True”
> Save it
> Open the Game
> Press This keys “Shift + o”
> And the console will open
Some Values You can Change on the Console Panel
#Player Stats
Playername = “Zero”
P_Male = 1
R_Petname = “sugar” #What Rogue calls the player
R_Petnames = [“sugar”]
R_Pet = “Rogue” #What you call Rogue
R_Pets = [“Rogue”]
K_Petname = “sweetie” #What Rogue calls the player
K_Petnames = [“sweetie”]
K_Pet = “Kitty” #What you call Rogue
K_Pets = [“Kitty”]
P_Semen = 2
P_Semen_Max = 3
P_Focus = 0
P_FocusX = 0
P_XP = 0
P_StatPoints = 0
P_XPgoal = 100
P_Lvl = 1
P_Traits = []
P_RecentActions = []
P_DailyActions = []
# Player Inventory Variables
P_Income = 12 #How much you make each day
P_Cash = 20 #Modify the Cash
#Rogue Stats[R] / For #Kitty Stats [Just Change The “R” for “K”]
R_Love = 500 #[Remenber Lowest=0 & Full=1000]
R_Inbt = 0 #[Remenber Lowest=0 & Full=1000]
R_Obed = 0 #[Remenber Lowest=0 & Full=1000]
R_Lust = 10 #[Remenber Lowest=0 & Full=1000]
R_LikeKitty = 600
R_Addict = 0 #How addicted she is
R_Addictionrate = 0 #How faster her addiciton rises
R_AddictStore = 0 #stores her base addiction level
R_Resistance = 0 #how fast her rate falls
R_OCount = 0 #Orgasm counter
R_Loose = 0
R_XP = 0
R_Cheated = 0 #number of times you’ve cheated on her
R_Break = [0,0] #minimum time between break-ups/number of total break-ups
R_StatPoints = 0
R_XPgoal = 100
R_Lvl = 0
R_Rep = 80
R_Shame = 0 #The amount of shame Rogue generates with her current clothing/action
R_Taboo = 0 #The taboo level of the location Rogue is at when not with you
# Sexual Encounters
R_Action = 3
R_MaxAction = 3
R_Caught = 0
R_Kissed = 0 #How many times they’ve kissed
> Close the Game if it’s open
> Go to the game folder
> Renpy
> Common
> Open “00console.rpy” [Open it with Notepad++]
> Search for this line “config.console = False” [Most of the times is at the line 98 but in other games its around 108]
> Change “False” for “True”
> Save it
> Open the Game
> Press This keys “Shift + o”
> And the console will open
Some Values You can Change on the Console Panel
#Player Stats
Playername = “Zero”
P_Male = 1
R_Petname = “sugar” #What Rogue calls the player
R_Petnames = [“sugar”]
R_Pet = “Rogue” #What you call Rogue
R_Pets = [“Rogue”]
K_Petname = “sweetie” #What Rogue calls the player
K_Petnames = [“sweetie”]
K_Pet = “Kitty” #What you call Rogue
K_Pets = [“Kitty”]
P_Semen = 2
P_Semen_Max = 3
P_Focus = 0
P_FocusX = 0
P_XP = 0
P_StatPoints = 0
P_XPgoal = 100
P_Lvl = 1
P_Traits = []
P_RecentActions = []
P_DailyActions = []
# Player Inventory Variables
P_Income = 12 #How much you make each day
P_Cash = 20 #Modify the Cash
#Rogue Stats[R] / For #Kitty Stats [Just Change The “R” for “K”]
R_Love = 500 #[Remenber Lowest=0 & Full=1000]
R_Inbt = 0 #[Remenber Lowest=0 & Full=1000]
R_Obed = 0 #[Remenber Lowest=0 & Full=1000]
R_Lust = 10 #[Remenber Lowest=0 & Full=1000]
R_LikeKitty = 600
R_Addict = 0 #How addicted she is
R_Addictionrate = 0 #How faster her addiciton rises
R_AddictStore = 0 #stores her base addiction level
R_Resistance = 0 #how fast her rate falls
R_OCount = 0 #Orgasm counter
R_Loose = 0
R_XP = 0
R_Cheated = 0 #number of times you’ve cheated on her
R_Break = [0,0] #minimum time between break-ups/number of total break-ups
R_StatPoints = 0
R_XPgoal = 100
R_Lvl = 0
R_Rep = 80
R_Shame = 0 #The amount of shame Rogue generates with her current clothing/action
R_Taboo = 0 #The taboo level of the location Rogue is at when not with you
# Sexual Encounters
R_Action = 3
R_MaxAction = 3
R_Caught = 0
R_Kissed = 0 #How many times they’ve kissed