Create and Fuck your AI Slut -70% OFF
x

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,106
276,438
957
It depends on what you mean by "work", I suppose. I had v0.74 and played v0.75 earlier today with the patch from before (dated Aug. 31, 2021) without using UnRen at all. It worked as well as it can (Lucy was called "Sis", etc.). There have always been problems with something like this, because you don't actually have any variables in the game for character names or relationships. So the only option is to use find-and-replace, which is always problematic. And the patch broke absolutely nothing for me (again, on an copy that was not unarchived with UnRen).

Same patch as this?

init 1040 python:
import re
def nameChange(text):
replace_dict = {
"Julia" : "Mom",
"sJulia" : "Mom",
"Lucy" : "Sis",
"sLucy" : "Sis",
"Emma" : "Aunt Emma",
"sEmma" : "Aunt Emma",
"Sara" : "Grandma Sara",
"sSara" : "Grandma Sara",
"Olivia" : "Cousin Olivia",
"sOlivia" : "Cousin Olivia",
"Walter" : "Uncle Walter",
"sWalter" : "Uncle Walter",
}

def translate(match):
word = match.group(0)
return replace_dict.get(word, word)
return re.sub(r"\b[A-Za-z_]\w*\b", translate, text)

config.say_menu_text_filter = nameChange
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,683
20,509
1,031
Same patch as this?
No, that's definitely different. The ipatch I have (and for which I supplied the code earlier) does not have the import re line nor any of that direct dictionary replacement in what you provided. They even use RegEx, which might be a part of the problem if it's too aggressive at replacing things. Rather, what I had simply searches for text (e.g., if "sJulia" in txt) and changes that in dialogues. Looks like maybe someone thought that wasn't good enough and got overzealous with further changes . . . which might have caused problems in the game in general.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,106
276,438
957
No, that's definitely different. The ipatch I have (and for which I supplied the code earlier) does not have the import re line nor any of that direct dictionary replacement in what you provided. They even use RegEx, which might be a part of the problem if it's too aggressive at replacing things. Rather, what I had simply searches for text (e.g., if "sJulia" in txt) and changes that in dialogues. Looks like maybe someone thought that wasn't good enough and got overzealous with further changes . . . which might have caused problems in the game in general.
I used this one here. But I also haven't played it in a few updates, so couldn't say one way or the other if it actually worked.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,683
20,509
1,031
I used this one here. But I also haven't played it in a few updates, so couldn't say one way or the other if it actually worked.
Yeah, I'm pretty sure that patch is overly aggressive in changing things. He even says himself there were problems like images not loading. I wouldn't use that patch which seems way too intrusive into the game files. I think in order for a fully successful ipatch you'd have to manually edit a lot of different script files and replace those in the game already. It's a lot more work, and ofc there's always still the risk that someone failing to understand something about the game causes it to break somewhere.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,106
276,438
957
Yeah, I'm pretty sure that patch is overly aggressive in changing things. He even says himself there were problems like images not loading. I wouldn't use that patch which seems way too intrusive into the game files. I think in order for a fully successful ipatch you'd have to manually edit a lot of different script files and replace those in the game already. It's a lot more work, and ofc there's always still the risk that someone failing to understand something about the game causes it to break somewhere.

I just tested it for fun (I had on external where I store stuff I'm not playing or might play again, that was a bad idea :LOL:) once it finally loaded, started a new game and it worked.

Mom!.jpg


Who knows, things might go badly later down the road. My saves are pretty far in I believe. Can't even remember if I played v0.75 content or not, as well if I had the patch applied in those saves or not.

Questy Quest.jpg
 

PapaPhat

Engaged Member
Mar 31, 2022
3,337
5,640
524
I forgot even to try that again in v0.75. Based on the changelog, I don't think there's been an update. If that's true, I don't believe you can win the harder matches yet.
Yeah... I even tried using auto-clicker and won/lost the same matches. It's rigged.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,683
20,509
1,031
Why this game still has incest tag when the incest patch is not exist anymore?
Well, 2 things. Firstly, the patch does exist, but it's not linked on the OP anymore. There have been some problems with certain updates to the patch in the past (breaking the game), so I'd be careful with which of those you choose to use. I posted the code that previously existed for a patch that did (imperfectly) work without breaking the game, so you can try to use that, if you wish.

As far as the tag goes, I'm not sure why that would still be there if the patch is not. Incest is definitely implied, even if the patch is no longer linked (several members of the MC's family are at his home or other houses in the city, with all of whom he can have sex).
 

xapican

Message Maven
May 11, 2020
12,706
20,374
998
I don't think there's been an update. If that's true, I don't believe you can win the harder matches yet.
Be Certain, that will be implemented when the "Let's play" quest is updated, for the moment you can win only 3 or 4 matches with the game characters and only with 2 have H scenes, obviously not with the Male character in videogame !
(up to the reader if he wants to count the male oponent or not)
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,683
20,509
1,031
How much content does Lucy get these update
If you're asking about the latest update (v0.75) here on F95, she definitely gets a decent little bit, including the MC deflowering her fully. v0.75 was focused almost entirely on her.
Is there a walkthrough cuz Im honestly confused on where to go and how to advance the story
To see what to do next:
  1. Click on the Backpack button at the top: 1675744797618.png
  2. Click on the Tasks List button at the bottom: 1675744931646.png

  3. Finally, the list of items on the left of the window are greyed out if unavailable, green if finished, and white if available and active. Click on one of the available ones to see (on the right) what you need to do for that specific quest chain:
    You don't have permission to view the spoiler content. Log in or register now.
Icons on the left side of the normal screen (not during cutscenes) shows available actions, like Work, Use Computer, Sleep, Pass Time (1 hour), Use the Map, or Access the Phone in the following example.
You don't have permission to view the spoiler content. Log in or register now.
And rooms at the current location (so rooms at Home, rooms at the School, etc.) are shown along the bottom, with icons for characters at different locations, so you can find them more easily:
You don't have permission to view the spoiler content. Log in or register now.
I don't know about for something like the unofficial Android version linked on the OP, but on a normal computer you can hover over the icons and see text at the top center to know what that icon means / does.
 
Last edited:

Canto Forte

Post Pro
Jul 10, 2017
22,508
27,993
1,035
NTR even in the damn game MC plays? Seriously? @#$^@#^$@%^$%@^@$%!
Be Certain, that will be implemented when the "Let's play" quest is updated, for the moment you can win only 3 or 4 matches with the game characters and only with 2 have H scenes, obviously not with the Male character in videogame !
(up to the reader if he wants to count the male oponent or not)
No wonder that was just nightmeare fuel playing the stubby guy for nothing in this rigged game.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
13,683
20,509
1,031
any incest patch?
Because of past problems, there's nothing linked on the OP now. You can look at this post I made, though, and create your own fairly easily. It works for most cases, although it's definitely not perfect. But efforts to make a "perfect" patch would require replacing many of the game's files with manually edited text; efforts to do much more than what I have in my post have caused issues with the game overall, so I wouldn't recommend those other patches.
 
3.90 star(s) 112 Votes