cxx

Message Maestro
Nov 14, 2017
76,989
39,721
1,519
No, that's not what it says. " Beyond the new film production scenes ... a scene featuring Melony and Stacy as the two embark on a special competition". Melony is not in the movie, as far as I can tell.
too bad. :p

maybe someday.
 

Cra1g281

Newbie
Jan 11, 2019
98
109
157
Here's an incest patch for the game. You only need to add it once, it will save the change in your persistent file (saves). Copy/extract 'game' folder from the attached archive into SM root folder (where the .exe is).

If you'd like to disable it down the line, you can do persistent.is_special = False in the console.
Not much need for it right now, but there's surely more to come.

Workupload
quick question about the incest patch, how do i know if it`s been applied or not? i might be missing something or i`m just blind any help would be greatly appreciated
 
Feb 4, 2020
66
145
150
quick question about the incest patch, how do i know if it`s been applied or not? i might be missing something or i`m just blind any help would be greatly appreciated
i have the same problem, patch is not working.
Check to see what persistent.is_special is set to using the variable viewer, developer console, or URM. Whatever you find easiest. It should be True but I'm guessing it is False for you. If it isn't True, you can set it with the following command in the developer console:

Code:
persistent.is_special = True
That should be all it takes to make it work. All the taboo contents checks to see if that is true and if it isn't it will display the mundane version instead.

It appears that an older version of the game defaulted that to False. The latest version of the game never changes it and the current taboo patch will only set the value if it has never been set before. But my persistent file had it set to False, and likely yours as well, so it never gets changed and the taboo content doesn't work.


Edit: You can also edit the taboo.rpy file to change default persistent.is_special = True to just persistent.is_special = True if that's easier.
 
Last edited:
  • Like
Reactions: Cra1g281 and Zayray

Chrononaut

Newbie
Feb 6, 2021
61
53
122
If anyone is looking for the Shady guy that Debbie mentioned. Go to the park at around midnight. If it doesn't automatically trigger the event, forward the clock and it should work.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
18,722
49,099
922
where can it be opend I do not see any window opening to type in anything
On any screen of the game just press the SHIFT button and the O button at the same time. You don't need to type it in anywhere.
 
Last edited:

Zayray

Newbie
Aug 24, 2025
32
31
18
On any screen of the game just press the CTRL button and the O button at the same time. You don't need to type it in anywhere.
it's not working. nothing happens when i press ctr+d or ctr+o.
i did this little trick to force activate the console by adding rpy file in game file:
init 999 python:
config.developer = True
config.console = True

i got this error:
File: .....\SM-0.9.20-pc\renpy\sl2\slast.py", line 2030, in prepare raise Exception("A screen named {} does not xist.".format(self.target))
Exception: A screen named dev_controls does not exist.

Update: i fixed this without adding a file:
go to ...\SM-0.9.20-pc\renpy\common and open file 00console.rpy. search for config.console and set it to True, it is False. it should look like this now
config.console = True

and that is it :HideThePain:
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
76,989
39,721
1,519
it's not working. nothing happens when i press ctr+d or ctr+o.
it's shidt+o but anyways that sounds like faulty dl or extract so re-dl with jdownloader and extract with latest zip to a new folder.
 
3.30 star(s) 33 Votes