KillerKT

Newbie
Jul 4, 2017
16
19
Daughter-Father Incest to Brother-Sister Incest changer

(For those of you like me who prefer this option to enjoy the content)
Following on awesome works by PenfoldMole & bjajlt362, here is the version of rel_rest.rpy that i created that should work with both uncle and god* versions.


Python:
# code inspired by bossapplesauce @ f95zone
init python:
    hardcoded = {}

    def rel_rest(text):
        def text_repl(t):
            if renpy.re.match("god+(?:daughter|daugther)", t.group(0)): return "sister"
            elif renpy.re.match("god+(?:father|daddy)", t.group(0)): return "brother"
            elif renpy.re.match("God+(?:daughter|daugther)", t.group(0)): return "Sister"
            elif renpy.re.match("God+(?:father|daddy)", t.group(0)): return "Brother"
            elif renpy.re.match("niece", t.group(0)): return "sister"
            elif renpy.re.match("uncle", t.group(0)): return "brother"
            elif renpy.re.match("Niece", t.group(0)): return "Sister"
            elif renpy.re.match("Uncle", t.group(0)): return "Brother"
        return hardcoded[text] if text in hardcoded else renpy.re.sub( r'(?:(?i)god+(?:father|daughter|daugther|daddy))|(?:(?i)(?:uncle|niece))', text_repl, text )

    config.say_menu_text_filter = rel_rest
Quoting from bjajlt362's comment-
Since I tend to lurk and haven't posted before, if for some reason the attached file doesn't come through, you can either download Penfold Mole's patch and update the text to match the code above, or copy the code above into a blank notepad and save the file as rel_rest.rpy.
 

DR5700

New Member
May 25, 2019
9
0
Here's a walkthrough I worked on today.
There are a couple of occasions where you have to use the console commands, but I've marked them at the appropriate spots.
Where do you see the UnRen option 3. I activated console commands in the 00console to true. but It doesn't put the cheats in when i enter them at the specific times in the walkthrough.
 

dikdik48

Well-Known Member
Apr 5, 2020
1,309
1,162
Babysitter [Final v0.2.2b] [T4bbo] - Original Size: 1.01GB

Compressed version for Win/Linux (431MB): MEGA - - WORKUPLOAD -
Compressed version for Mac (427MB): MEGA -
done by UnRen v0.8 (Sam@F95zone) & Cruncher v0.4.1 (bas@F95zone)

This compression is unofficial. Compressing process reduces image/audio/video quality and can break the game, be aware of that.
all link dead, can you reshare for compressed file?
 

BigDaddyDom

Well-Known Member
Mar 4, 2020
1,406
1,728

Ariostebaldo

Active Member
Sep 17, 2020
843
1,309
Yes, basically you just have to avoid Jess and Chris get closer to Silver and Robert by warning them
Not so simple. I'm sure it can happen in many occasions. For instance if you make Christine jealous on the yacht or if fail to prevent Mr. Silver to blackmail Jessica. I think Christine can also cheat on the MC at some point if she don't like him enough.
 
3.90 star(s) 188 Votes