Transcan

New Member
Jun 12, 2017
6
20
Found another misspelled "goddaughter": "godddaughter" (see attached pic)

(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.
 
  • Haha
Reactions: Penfold Mole

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,425
9,680
Nice catch, thanks! There's never enough d's in a goddaughter, as it seems :KEK:
I just added a fix to the filter for this, you can try it now. It should work.
I would certainly like to add a "D" to that goddaughter! :ROFLMAO:
 

Dr9i5

New Member
Mar 23, 2020
9
1
there is a problem when i try to extract the image.rpa file, how can i fix it ? it says The file is corrupt
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,425
9,680
there is a problem when i try to extract the image.rpa file, how can i fix it ? it says The file is corrupt
UnRen worked fine for me. It probably means you have a corrupt image.rpa, and you need to download it again.
 

PinkGoddess

Well-Known Member
Apr 3, 2020
1,311
1,838
I finally finished my second run. This time I went with the good run, where I fall in love with Christine, she gets pregnant, Silver goes to jail with Robert and Paul, I get Veruca pregnant too and Jess stays doing porn with MC and Christine. Oh, and Monica gets mad at us for the relationship (I chose to lie to her on the trip and fuck her on the couch after the bottle game).

I really loved this ending... I was afraid Christine would find out I was still fucking Jess too (in this run Silver fucks her in her room, but in the pub when Veruca's plan, the MC is the one who fucks her). The only one I rejected at the end of this run was Sonya for fear she would ruin my finish... I don't know if I did right or wrong in it.

Now I can say it without any fear, this game, babysitter, seems to me one of the best of this genre, without any doubt.
 

kira07

Member
Feb 28, 2018
293
281
You don't have permission to view the spoiler content. Log in or register now.

i was following the walkthrough and noticed that both corporate and patreon route pick the same choice (go after her), what happen if i stay with christine and make her work with jessica? there's not a route for this?
 

ssj782

Engaged Member
Apr 19, 2019
3,393
5,078
Wish this had a gallery scene mod.
I really hate the 'travel' system and constantly clicked the wrong rooms, so once I finished the game the first time I didn't want to do it again.
 
3.90 star(s) 180 Votes