3.00 star(s) 46 Votes

EvilChef

Well-Known Member
Sep 23, 2016
1,111
1,485
Oh

Well
But I'm Finished The New Version Game
It's Just I'm Talking About Some Extra Scene In Bathroom x'D
They are all tied to a variable called: mom_bath_peek
marybathpeek.png
So, either grind it or, simply set the variable to the scene you want.
Example:
mom_bath_peek += 6
mom_bath_peek = 12

Im seriously sleep deprived now though, so if you need more help either wait until tomorrow when i get back from work, or holler at some of our excellent renpy modders to help.
 

DjKillerDev

Member
Jul 19, 2018
409
63
Ok, now i think i get you. Well you dont "edit" console commands, but you can enter them in after opening the console window. The specific variables and constants however varies from game to game. So unless you know them you will have to dig through the games code.
So if you know them, press shift + o and simply enter the command or variable/constant change you want to perform.
Ex 1: player_strength += 10
Ex 2: massage_2 = true
Ex 3: jump chapter_3
Ex 4: call screen my_screen
You can do a hell of a lot more than that but as i stated before you need to know the variable/constants or check the code.
I hope You Can Get This What I'm About To...
They are all tied to a variable called: mom_bath_peek
View attachment 154181
So, either grind it or, simply set the variable to the scene you want.
Example:
mom_bath_peek += 6
mom_bath_peek = 12

Im seriously sleep deprived now though, so if you need more help either wait until tomorrow when i get back from work, or holler at some of our excellent renpy modders to help.
I didn't understand... Can you please explain me again..
What to do exactly..!!:WutFace:
 

EvilChef

Well-Known Member
Sep 23, 2016
1,111
1,485
I hope You Can Get This What I'm About To...

I didn't understand... Can you please explain me again..
What to do exactly..!!:WutFace:
Ok, i just got back from work.
1: Open console: shift + o
2: Type in the command you want to execute. (the following increases the variable by one): mom_bath_peek += 1
3: Profit.
Another example.
1: Open console: shift + o
2: Type in the command you want to execute. (the following sets the variable to the amount you want): mom_bath_peek = 12
3: Profit.
 

acidnightmare

Member
Aug 23, 2018
148
442
Can someone please upload the original scripts.rpa for the full sized game. I installed the incest patch which is bugged and i didn't make a backup. Id prefer to not download the whole game again if i can avoid it.
 

DjKillerDev

Member
Jul 19, 2018
409
63
Ok, i just got back from work.
1: Open console: shift + o
2: Type in the command you want to execute. (the following increases the variable by one): mom_bath_peek += 1
3: Profit.
Another example.
1: Open console: shift + o
2: Type in the command you want to execute. (the following sets the variable to the amount you want): mom_bath_peek = 12
3: Profit.
Thank you:)
i will try it
 

Nefastus

Member
Game Developer
Jun 22, 2018
383
2,529
Got rollback running(I personally won't play a RenPy game without it, hate being forced to save scum every choice to see dialog for what I know is shit choice haha), didn't find instructions other than save edit(which the option didn't appear on my save game for some reason) when searching thread so figured I would post it. If you open console and enter "config.rollback_hard_limit = 200" without quotes or whatever you want for the number, it should work fine. Worked for me anyway.
 

DjKillerDev

Member
Jul 19, 2018
409
63
Ok, i just got back from work.
1: Open console: shift + o
2: Type in the command you want to execute. (the following increases the variable by one): mom_bath_peek += 1
3: Profit.
Another example.
1: Open console: shift + o
2: Type in the command you want to execute. (the following sets the variable to the amount you want): mom_bath_peek = 12
3: Profit.
It's Not Working...
I tried ( Shift+o ) but I can't see any command Console prompt..
In game
 

EvilChef

Well-Known Member
Sep 23, 2016
1,111
1,485
It's Not Working...
I tried ( Shift+o ) but I can't see any command Console prompt..
In game
In that case you have not enabled console.
You can either do it yourself aka edit the 00console.rpy file.
It's located in Subfolders of you game. Path: /renpy/common
You don't have permission to view the spoiler content. Log in or register now.
Change that False to True.

Method 2:
Download Unren: Use that to enable console.
You don't have permission to view the spoiler content. Log in or register now.

Method 3:
Download Renpy Console Enabler: This one need to be run in a Windows Powershell. (Used to be called Windows Console or DOS prompt)
You don't have permission to view the spoiler content. Log in or register now.
 

DjKillerDev

Member
Jul 19, 2018
409
63
In that case you have not enabled console.
You can either do it yourself aka edit the 00console.rpy file.
It's located in Subfolders of you game. Path: /renpy/common
You don't have permission to view the spoiler content. Log in or register now.
Change that False to True.

Method 2:
Download Unren: Use that to enable console.
You don't have permission to view the spoiler content. Log in or register now.

Method 3:
Download Renpy Console Enabler: This one need to be run in a Windows Powershell. (Used to be called Windows Console or DOS prompt)
You don't have permission to view the spoiler content. Log in or register now.
Ok thank you
I'm checking
 

Annupannu

Newbie
Sep 26, 2018
40
41
Hello all,
I had downloaded the entire game. but i cannot go forward to the next scene. since i played for a month but also i cannot go forward , If you have any walkthrough to the entire game. please share link :) this might be helpful to me
 

DjKillerDev

Member
Jul 19, 2018
409
63
Hello all,
I had downloaded the entire game. but i cannot go forward to the next scene. since i played for a month but also i cannot go forward , If you have any walkthrough to the entire game. please share link :) this might be helpful to me
Walkthrough Right There Just Have a Look
Down On The Download Button..
From Google....
 
3.00 star(s) 46 Votes