kimito

Member
Mar 2, 2018
262
87
The steps are listed towards the end of the walkthrough. I have done all of them but I can't seem to make Christine ask the MC if he thinks its OK for her to date other guys. Not sure where that's supposed to be. :confused:
same here had a hard time but I somehow got it Idk how but I did and nothing really happened Christine didn't went off and fuck silver or Robert so IDK if I did something wrong or there is not much impact
 
  • Like
Reactions: BeboWTF

HBKTheIcon69

Well-Known Member
Dec 25, 2018
1,064
301
I totally get the devs vision for the main story being based on MC and Christine being in a slight taboo relationship however there was also so many hints for an angle for Jess and Chris to get together as well which should've been further explored thus in my opinion this project is falsely completed they gave up too quickly due to not really able to handle more than one project..so far I have no interest for supporting such devs of games and that as well has me ceasing any positive attempt for trying out Babysitters
 
  • Like
Reactions: XKimky

gergaji

Newbie
Oct 12, 2018
50
27
Can anyone provide saves for Veruca pregnant and Robert NTR routes. Some of the saves given here only end with Lust Boat ending
 

(p)_15

New Member
May 11, 2020
3
1
I only have 3 questions


baby's skin color

1>) (fair skinned)
2>) the other (dark skinned).
3>) add who became pregnant and gives birth
 

Hysni

Engaged Member
Jan 7, 2020
2,890
5,304
Well if you chose lust you get fast endings i prefer friendly u can have Veruca pregnant Christine pregnant ;)
Even Fuck monica :)
 

Hysni

Engaged Member
Jan 7, 2020
2,890
5,304
um use the walkthrough and try again?

If I recall correctly the end of the Yacht content is around 3/4th through the walkthrough maybe 2 1/2 forths through,
theres a good chunk of content after.
Thats if you play on lust -Play on Friendly you get ending :)
 
D

Deleted member 992182

Guest
Guest
Best VN on this site, IMO. Sad to see it end. Had more time with this than any other and it's not even close.

Most options for the player to make based on their preferred kink/likes, great models, believable models, great characters, etc. So good.

Thanks for it and I hope that the next work is as good AND this gets a remix one day. Maybe even more options added in a remake or something?
 

Taven Val

Member
Mar 21, 2018
414
702
The WT doesn't say anything about the NTR endings for 2.2 just in 2.0,
2.2 seems to of focused on the horny/friendship endings,
scroll to the very bottom of the WT to see for yourself.
I'll def take a look at the WT thanks

v0.2.2b Bonus
- fixed numerous grammar mistakes, naming mistakes etc.
- fixed wrong animation reference with pregnant Christine
- fixed bug with switching variables regarding Silver/Robert route and Christine narration
- added pregnant Veruca to non NTR endings
- prolonged Robert NTR ending
- updated walkthrough based on grammar changes + added some more hints to cuckold route
 

NekoRush

Active Member
Aug 25, 2017
667
238
(added introduction)
To avoid confusion:
This patch restores original roles of the main characters: godfather and goddaughter will become uncle and niece again, as they originally were before Patreon policy changed.

The patch was not originally made by me, I just modified it and added replacement filter for "goddaddy" and a misspelled "goddaughter" to it and optimized the code that was becoming rather clunky after all capitalized and lowercase versions of the filtered words were added to it.

________________________________
(original post)
Added 'goddaddy' to the 'Uncle Restoration' patch to be replaced with 'uncle' (also works for the capitalized version):

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 "niece"
            elif renpy.re.match("god(?:father|daddy)", t.group(0)): return "uncle"
            elif renpy.re.match("God(?:daughter|daugther)", t.group(0)): return "Niece"
            elif renpy.re.match("God(?:father|daddy)", t.group(0)): return "Uncle"
        return hardcoded[text] if text in hardcoded else renpy.re.sub( r'(?:(?i)god(?:father|daughter|daugther|daddy))', text_repl, text )

    config.say_menu_text_filter = rel_rest
_______________________
update

Added misspelled version of goddaughter ('goddaugther') to the replacement filter
_______________________

rel_rest.rpy file from inside the zip archive goes into the 'game' subfolder in the game root folder:

View attachment 537498

Most of the patches I've made can be extracted directly into the game root folder, but this one follows the suit of the original rel_rest patch.
Do we still need to download this patch?
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,960
I'm guessing you played with Chris's lust points too high? So she left?
Yes, exactly that. I then played the Love path and ended with Chris at about 134. Much happier ending. I may try to see if I can achieve a happy ending with less monogamy, perhaps with the triad existing before the epilogue.

That's one of the challenges. Guides I've seen rarely, if ever, talk about the relationship with all of these attributes.
 
3.90 star(s) 188 Votes