• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Superscrew

Newbie
Jul 6, 2020
67
29
All you have to do is change the variables in the "variables.rpy" file in lines from 88 to 94 which originally look like this:
Code:
    default mom = "landlady"
    default sister = "housemate"
    default sis = "housemate"
    default sisters = "housemates"
    default bro = "dude"
    default brother = "housemate"
    default dad = "landlord"
So you can change this lines to:
Code:
    default mom = "mom"
    default sister = "sister"
    default sis = "sis"
    default sisters = "sisters"
    default bro = "bro"
    default brother = "brother"
    default dad = "dad"
And then you have a family in the game instead of housemates and landlady.

I attach the modified file if anyone wants to have incest in the game instead of the censored version from patreon.
What do I need to download to be able to open the rpy file?
 
  • Like
Reactions: lorddarkam

Lordikai02

Newbie
Feb 6, 2019
57
23
im using RPA extract and i cant open the archive, it works on every other game i have that uses renpy so i dont know why it isnt with this game
 
  • Like
Reactions: NivekNaldo

Andy211

Newbie
Nov 11, 2018
60
25
>> Old saves will not work in a newer release!

Dafuk??? Cmon.. Any way to progress the story and not repeat that grindy everything again??
 
  • Like
Reactions: rock10

Poishu

New Member
Dec 25, 2020
1
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/outsideloop.rpy", line 44, in <module>
File "game/scripts/classes.rpy", line 482, in showRandomImageWhite
File "game/scripts/classes.rpy", line 483, in <lambda>
FileNotFoundError: [WinError 3] /2044-0.30-pc/game/movies/masturbation/white/asian'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "scripts/script.rpyc", line 117, in script call
File "scripts/script.rpyc", line 117, in script call
File "scripts/script.rpyc", line 117, in script call
[Previous line repeated 12 more times]
File "scripts/outsideloop.rpyc", line 44, in script
File "D:\New Hentai\2044-0.30-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\New Hentai\2044-0.30-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/outsideloop.rpy", line 44, in <module>
File "game/scripts/classes.rpy", line 482, in showRandomImageWhite
File "game/scripts/classes.rpy", line 483, in <lambda>
FileNotFoundError: [WinError 3] /2044-0.30-pc/game/movies/masturbation/white/asian'

Windows-10-10.0.19041 AMD64
Ren'Py 8.0.3.22090809
2044 0.30
Wed Dec 14 12:08:16 2022

the folder for movies is not in there, i try to findo to change but couldn't
did something broke?
 
3.70 star(s) 11 Votes