jmcronshaw

Well-Known Member
Apr 19, 2020
1,025
1,906
Check on LewdPatcher, think it might be universal, haven't had time to check...

It says v2.6, but pretty sure it's fine.
it's a very small file size and has like 3-4 lines in the file so i'm pretty sure it's a just a switch that turns on content already in the game
as opposed to the large i-patches that re-write whole swaths of dialogue
 
  • Like
Reactions: Logber

WastedTalent

Active Member
Dec 11, 2020
971
1,556
Can we have milf scene in this update
I can't be certain but I think either the dev has a big ol' crush on the twins or he's putting content choices up for vote on patreon, because almost every update it's one of them other than the occasional with whoever else. I'm waiting for content with anyone else not that I don't like the twins but the last few updates it seems like it's entirely about them and only them... all other characters other than collins have pretty much been one off's. Not complaining just waiting for something else.
 

Crosaith.

Well-Known Member
Nov 18, 2017
1,032
2,360
Damn... this protag is frustrating af to play as. Guy is an indecisive moron with no balls. I was hoping the control route would improve him, but it barely does.
 
  • Like
Reactions: Irizin

Shockz

Newbie
Sep 19, 2018
38
24
I'm not gonna lie, I'd prefer if there were more options to use Hecate's power instead, this soft mind influence stuff is fluffy and all, but we've literally only used control on like what, 3 girls and a dead guy?

Honestly, the sisters having a control route would honestly give me the biggest turn on.
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,617
6,600
no updated inc patch yet?
it's a very small file size and has like 3-4 lines in the file so i'm pretty sure it's a just a switch that turns on content already in the game
as opposed to the large i-patches that re-write whole swaths of dialogue
Incest patch for this game no need to be updated for each new update because this patch is universal and this patch itself is in fact only an empty file that the only thing it has to fulfill is that it has to have the name "patch.rpa" and below is quote from my earlier post that explains how this patch works exactly.

Incest patch doesn't really need to be updated because it is a universal file, which means that for each version of the game we have the same file anyway, because in practice it is just an empty file named "patch" and in script.rpy file game only checks if 'patch_mod = True or False' so you can even use incest patch from lewdpatcher from the first updates of the game and it will work the same way, plus just compare size of patch file and it weighs always exactly the same so 287 B .

This is like looks this in script.rpy:
Code:
init:
    $ p_name = ""
    $ mother_name = ""
    $ plr = DynamicCharacter("p_name", color="#FFFAFA")
    if patch_mod == True:
        $ persistent.mother_name = "Mother"
    else:
        $ persistent.mother_name = "Molly"

init -1 python:
    config.default_language = "english"

init -2 python:
    patch_path = 'patch.rpa'
    if renpy.exists(patch_path) == True:
        patch_mod = True

    else:
        patch_mod = False
So you can even create an empty file yourself and call it exactly "patch.rpa" and with this it also incest work in the game.
 

Jamers

Newbie
Aug 3, 2020
65
78
wow, before I even install it Mcafee is locking this thing up tight in quarentine. never had this issue before and it's the same McAfee as before.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
15,295
174,671
My Best Deal [v2.7] [Pirot King] - Update only

The patch may break your game, use at your own risk.
If you missed it you can find the old Update only patch HERE.

Universal: v2.6 -> v2.7 [220 MB]
- - -

You don't have permission to view the spoiler content. Log in or register now.

Please @ me or quote this post if there is a new version that doesn't show up on the "Latest Updates" page.
 
3.80 star(s) 128 Votes