sscorpionn

Member
Jan 25, 2018
130
41
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.
its not worked on my game, what do i need to do ?
 

BoltonGuy35

Well-Known Member
Mar 25, 2018
1,274
2,290
Used to love this game but lost interest when the writer seemed to constantly push the player towards a three way relationship with both jess + chris. The feeling of a loyal route just didn't feel right after this when you as a reader have to go through dialogue after dialogue of the mc's mind and thoughts about Jess.
 

Mormont

Devoted Member
Nov 30, 2018
11,925
53,085
Well, we got there, in the end, this was quite the journey seeing some of the earlier scenes damn it's been so long since that first date with the karaoke. Christine and Jess ending was good nice that we could end up with both of them.
 

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,567
There is a goof in the latest update. The MC asks his sister "Why did you choose me as Christine's uncle" when the question was supposed to be babysitter.
The uncle is just if you use the patch right? I think its "godfather" or something like that without it.
 

SASHAKAMEN

Member
Aug 9, 2019
351
194
Well, we got there, in the end, this was quite the journey seeing some of the earlier scenes damn it's been so long since that first date with the karaoke. Christine and Jess ending was good nice that we could end up with both of them.
how get this end ?
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
3,102
7,555
its not worked on my game, what do i need to do ?
Did you put rel_rest.rpy file where the arrow on the screenshot points at, inside the 'game' subfolder? If you did, then it should work, assuming that you play the game in English language and, of course, that it wasn't rel_rest.zip that you put there.
 
Last edited:

Johnny6

Active Member
Feb 18, 2018
560
829
In the script file Line 82320 says 'show ChristinePregnantBang' but there is no such file in game folder. So if you want to see that pregnant fuck animation you should replace that line with 'show ChrisFuckPregnant'
 
  • Like
Reactions: arms99

sscorpionn

Member
Jan 25, 2018
130
41
Did you put rel_rest.rpy file where the arrow on the screenshot points at, inside the 'game' subfolder? If you did, then it should work, assuming that you play the game in English language and, of course, that it wasn't rel_rest.zip that you put there.
yeah i did rel_rest.rpy in game folder
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
3,102
7,555
yeah i did rel_rest.rpy in game folder
And you are still getting "godfather" and "goddaughter" instead of "uncle" and "niece"?
Could you show me a screenshot of such a scene? (s-key makes a screenshot)

And you don't happen to use some other patches like some walkthrough or cheat patch? (My transparency patch works fine with the rel_rest)
 

seamanq

Well-Known Member
Game Developer
Aug 28, 2018
1,896
2,874
The ending was somewhat unexpected, but satisfying at the same time.
 

AL.d

Well-Known Member
Sep 26, 2016
1,601
5,310
The ending is an obvious rush job. Too bad because it definitely spoils a good game.
 

sscorpionn

Member
Jan 25, 2018
130
41
And you are still getting "godfather" and "goddaughter" instead of "uncle" and "niece"?
Could you show me a screenshot of such a scene? (s-key makes a screenshot)

And you don't happen to use some other patches like some walkthrough or cheat patch? (My transparency patch works fine with the rel_rest)
its from new game, and no i just downloaded
 
3.90 star(s) 189 Votes