- May 11, 2018
- 1,031
- 2,662
You can use Unren in order to enable the console. Once enabled during the game press Shit+O to bring up console menu and type the commands (make sure to do it before the sky trip ends).how to use that console command?
You can use Unren in order to enable the console. Once enabled during the game press Shit+O to bring up console menu and type the commands (make sure to do it before the sky trip ends).how to use that console command?
its not worked on my game, what do i need to do ?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.
The uncle is just if you use the patch right? I think its "godfather" or something like that without it.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.
how get this end ?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.
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.its not worked on my game, what do i need to do ?
Think I had high points with Jess and there is a choice after the spin the bottle game where we can have some fun with her, I'm not sure if there is any more to it but that's how I got it.how get this end ?
yeah i did rel_rest.rpy in game folderDid 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.
And you are still getting "godfather" and "goddaughter" instead of "uncle" and "niece"?yeah i did rel_rest.rpy in game folder
how do you do that?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'
its from new game, and no i just downloadedAnd 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)