- Dec 27, 2017
- 245
- 417
Mister "Playername", so in your case it would be Mister Jvk1919.Hi all i need help Password for Christine`s Computer ?
Mister "Playername", so in your case it would be Mister Jvk1919.Hi all i need help Password for Christine`s Computer ?
THXMister "Playername", so in your case it would be Mister Jvk1919.
OMG!!! Look TWO posts above yours - on THIS page!! Holy crap... doesn't anyone read the pages at all? grrrrr.....Hello all, I need the password for Christine's Computer.
Would it be rude if moderators starting editing every post that asked for the password to a generic "I'm too lazy to use the search feature"?OMG!!! Look TWO posts above yours - on THIS page!! Holy crap... doesn't anyone read the pages at all? grrrrr.....
Literally the same question was asked just above you. Read up.Hello all, I need the password for Christine's Computer.
The password does not work for me.Literally the same question was asked just above you. Read up.
Mister [your name in game] ~ caps sensitive.The password does not work for me.
Yeah and people say that there weren't any NTR in this update. That was hard NetoriThat scene on Silver's house really cracked me up hahahahahah
I think netorare is the NTR they hate (me too)... but i got the jokeYeah and people say that there weren't any NTR in this update. That was hard Netori
put it back into the file you've found it and drop this file into the game folder or your installation.Can someone tell me where I should put this?
# code inspired by bossapplesauce @ f95zone
init python:
hardcoded = {}
def rel_rest(text):
def text_repl(t):
if t.group(0).startswith("goddaughter"): return "niece"
elif t.group(0).startswith("godfather"): return "uncle"
return hardcoded[text] if text in hardcoded else renpy.re.sub( r'(?:godfather|goddaughter)', text_repl, text )
config.say_menu_text_filter = rel_rest
Can someone tell me where I should put this?
# code inspired by bossapplesauce @ f95zone
init python:
hardcoded = {}
def rel_rest(text):
def text_repl(t):
if t.group(0).startswith("goddaughter"): return "niece"
elif t.group(0).startswith("godfather"): return "uncle"
return hardcoded[text] if text in hardcoded else renpy.re.sub( r'(?:godfather|goddaughter)', text_repl, text )
config.say_menu_text_filter = rel_rest