3.90 star(s) 115 Votes

erbk

Newbie
Apr 11, 2020
52
53
126
Patch for the Steam version to re-enable incest.

Delete all *.rpyc files from the /game folder and overwrite any *.rpy files with the files from the archive.

Unofficial of course, and not endorsed by the dev.
 
  • Like
Reactions: Fauno36

-CookieMonster666-

Message Maven
Nov 20, 2018
13,826
20,754
1,031
Patch for the Steam version to re-enable incest.

Delete all *.rpyc files from the /game folder and overwrite any *.rpy files with the files from the archive. Mega

Unofficial of course, and not endorsed by the dev.
You actually don't need to remove RPYC files at all. The RPYCs are the files Ren'Py actually uses to run a VN. It's why sometimes you can find a game that has RPYs removed and it still runs with RPYCs. (The RPYCs being obfuscated makes it slightly more work to modify a game's code, although obviously with tools like UnRen or similar, this almost makes this Ren'Py feature moot.)

When you start any Ren'Py game, the engine looks for RPY files and compiles each of those into RPYCs so the game will run more efficiently. If there is no existing RPYC with a name matching an RPY it finds, that gets created; if an RPYC is found that has the same name and content as an RPY file, it moves on as there's no need to create a new RPYC; if an RPYC is found that shares the same name as an RPY but does not match its contents, the RPYC is overwritten with the updated content of the RPY file.

Of course, all of the above is with the understanding still that RPYCs are compiled, so "matching" is the content as it would exist in an RPYC's uncompiled format. You can read more about this and . So, nobody needs to delete the RPYCs, since they will be either created, ignored, or overwritten anyway. Having the RPYs is sufficient for things like patches.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,826
20,754
1,031
You do need to remove them, since otherwise the game will not use the patched files. They will be re-created on the first launch with the altered content.
And why would the game ignore the patched files? Since you only quote a single statement from my post above, did you just ignore the rest of it entirely? Your patched files are replacing the existing ones, so RPYCs will be overwritten based on those. RPY files won't get ignored if RPYCs exist: those literally get overwritten at runtime. It's in the documentation by Ren'Py folks themselves: on game run, what I said above will happen. I'm not going to continue to argue with you when you even contradict their own documentation. Deleting those doesn't hurt, either way, so whatever.

Shrug-Leo.gif
 

erbk

Newbie
Apr 11, 2020
52
53
126
In that case, I invite you to try it for yourself.

In this specific game, just replacing the files without also deleting the precomiled files WILL NOT WORK.
 

J.R.

Engaged Member
Jan 2, 2020
2,212
4,175
451
In that case, I invite you to try it for yourself.

In this specific game, just replacing the files without also deleting the precomiled files WILL NOT WORK.
Sometimes, depends on the coding, RenPy needs a second game start so it recognizes the changed RPYC files.
Best would be, as most modders do, to put in such cases the RPY and the changed RPYC files into the mod download.
 
  • Like
Reactions: erbk

tunahan43

Member
Dec 5, 2023
141
55
105
It was a good game. But the game has a point system. And I couldn't see some scenes, so I didn't really like it. You choose the option and it says you don't have enough points for this scene. I didn't pay much attention to it, but I think I would have liked to see a couple of scenes. I didn't see the two pregnant women because I went to Irene's family. Or Norah doesn't get pregnant in my route. But I didn't use a condom.
 
  • Like
Reactions: Agrik and Talmadge

billybob2010

Newbie
Aug 13, 2023
91
51
104
Finished this game last night,I like it and got to see all scenes with points. Saw at the end a second one is going to be made. I hope this time it has animations or more images in the sex scenes instead of one image and using words to explain the scenes.
 
  • Like
Reactions: AAVGN
3.90 star(s) 115 Votes