Burt

Ignoring Social Media
Dec 14, 2016
1,140
893
the Incest patch its not working only for me ?
It does work as I said in thread earlier its not ideal if you have unren'd it as renpy is not happy with patches being unrend better to just drop the patch into the game directory
Alternatively manually rename them though it has potential for conflicts in some code
Open console with Shift+O (Letter O Not Number Zero)
Write in:
povname=u'Pervert'
sister=u'Sister'
missus=u'Mom'
 

BiggusDikkus

Member
Jan 5, 2018
393
169
It does work as I said in thread earlier its not ideal if you have unren'd it as renpy is not happy with patches being unrend better to just drop the patch into the game directory
Alternatively manually rename them though it has potential for conflicts in some code
Open console with Shift+O (Letter O Not Number Zero)
Write in:
povname=u'Pervert'
sister=u'Sister'
missus=u'Mom'
my game console doesn't seem to work and unren.bat doesn't execute since I upgraded to Ubuntu 18.04? Is there a way to enable the console by modifying one of the files in this game?
 

matsc

Active Member
Aug 6, 2016
577
492
Found the bug with Mom's laptop, there is a missing bit of code.

In "myparentsbedroom_day.rpy", line 97 -
Code:
    if mum_path == 2 or mum_path == 3:
        imagebutton auto "btn parentsbedroom_day_laptop_%s" xpos 0 ypos 0 focus_mask True action Jump("lbl_parentsbedroom_day_laptop")
Line 97 should have "or mum_path == 3.5" tacked onto it for the laptop to still appear on the bed after reading the for-idiots guide.
 
  • Like
Reactions: unknown78 and Burt

Burt

Ignoring Social Media
Dec 14, 2016
1,140
893
my game console doesn't seem to work and unren.bat doesn't execute since I upgraded to Ubuntu 18.04? Is there a way to enable the console by modifying one of the files in this game?
game/renpy/common
file console.rpy
edit with notepad++
Line that says
00config.console = False
change to
config.console = True
save
 

gafgarlion2

New Member
Feb 24, 2018
13
10
Found the bug with Mom's laptop, there is a missing bit of code.

In "myparentsbedroom_day.rpy", line 97 -
Code:
    if mum_path == 2 or mum_path == 3:
        imagebutton auto "btn parentsbedroom_day_laptop_%s" xpos 0 ypos 0 focus_mask True action Jump("lbl_parentsbedroom_day_laptop")
Line 97 should have "or mum_path == 3.5" tacked onto it for the laptop to still appear on the bed after reading the for-idiots guide.
Where is this file located? Been digging in the renpy with no joy
 

Shardoom

Spunkbubble
Donor
May 4, 2017
1,595
1,874
Just so people know, even though the objectives list in the phone says to find boxes, you can't DO that till you go and speak to Effie at her house.

Once you've done that...
You don't have permission to view the spoiler content. Log in or register now.
 

matsc

Active Member
Aug 6, 2016
577
492
Where is this file located? Been digging in the renpy with no joy

You have to extract the .rpa files first to get at it. (I use UnRen - )

Once you've extracted its in this folder - "\game\scenes\myhouse\parentsbedroom\day\main"

You'll need to delete the .rpa files after extracting for any changes you make to matter.
 
3.20 star(s) 86 Votes