skrusher

Active Member
May 11, 2019
580
1,513
I've noticed that sometimes (even after the roles have been established at the beginning of the game), MC still calls his father "Felix" instead of "Dad" and his mother "Diana" instead of "Mom".
And sometimes the MC is still called "Arthur" instead of the name the player has chosen.


So I made a patch to fix various errors in the dev's script. It also makes the game characters a bit more family-oriented when using the names and roles of family members.



UNIVERSAL INCEST (FIXING) PATCH

(Works with every new future update)


WARNING:
It's just a fixing patch.
You still have to set the true family bonds ("Mom", "Dad", "Sister") at the beginning of the game.


To activate the patch, just put it in the "Golden-Mean-0.x\game\" folder.



link: Workupload
Thanks but it's not working properly. The MC and his sisters sometimes refer to Diana as "your mom" instead of Mom or Amelia and Elisa as "your sister Amelia/Elisa" instead of Amelia/Elisa. Here are some examples. Felix also still calls Diana "Mom".

You don't have permission to view the spoiler content. Log in or register now.
 

Ru1n

Active Member
Feb 8, 2021
586
1,017
Felix again only watching bro bad save (
I only have the save where he's watching, since he got cucked he doesn't do much, even on the boat he just masturbates with his back turned to the mc and others.
 

Umariel

Member
Jan 21, 2019
202
161
Weird! I tried in the dark alley. When finished, game says I got +1 in max stamina. But when I checked the stat, max stamina still stays at 15.
Also, in my case, getting coffee from Eliza works up to 99 max in one of my non-NTR play through. So could this be a bug for the NTR route?
Day 46 there on non-NTR route, **/25 stamina mostly due to Elisa's coffee event at 16:00, but if/when I click to manually adjust it in MC profile by dragging a mouse, it reverts back to 15, so I consider to calling it a bug. Where/when to get scuba gear though? :unsure:
 

wizardcock

Active Member
Feb 19, 2021
888
2,514
For the life of me I can't figure out how to unlock the rest these. Anyone know how to get these:
View attachment 3305625
For left scenes: talk to Victoria, she'll tell you about the compressor, buy it and the scuba suit for Elisa at the clothing store. go diving with her to get stage 2. to get stage 3 keep doing stage 2
lower scenes will become available after diving, may need to be repeated a couple more times (it's a continuation of the massage and TV scenes)
 

Mike145

Newbie
Jul 14, 2018
45
163
Soo, are you trying to say that your unlocker is not an unlocker ("hack"), but a savegame with certain scenes unlocked then?
I was hoping for an all-purpose gallery unlocker. Guess I will have to wait until one hero emerges :rolleyes:
The save file is for people that dont have a save file and only want to look at the gallery.

Its a game gallery file that instead of checking if you unlocked a scene is unlocked by default.
It's not universal cause I just looked at the code and replaced the if's in few minutes.
In some cases you can only have only one scene depending mainly on if felix is your friend and I choose that.
It's definitely possible to edit it so it displays both but I neither know renpy nor want to do that.
I just shared something I did for myself.

For example if the dialogue changes in a scene depending on some variable and you just replaced the gallery file and didnt use my save it will vary depending on your choices. (mainly if you did something before)
But if they're completely different scenes I choose them how I described in the initial post.
 
Last edited:

feeling_blue

Member
Sep 20, 2021
236
181
you also need Scuba suit for Elisa, have to buy it in clothes shop in give her at "boat". after that all will go further

Before fixing the air conditioner, there was a choice regarding Felix - make him a cuckold, then he will not participate. Or make another save with not sharing mom with 2 strangers


I advise you to get to the harem scenes, mom there is very good at teamwork
Now we are talking!:devilish:
 
  • Like
Reactions: wizardcock

BYK370

Well-Known Member
Apr 29, 2020
1,067
411
can anyone help? does the Diana after workout shower quest was repeatable?
Elisa for the harem i have already turn on and max 200 affec and shaved ball so what's next? does this is the rest of the update?
 

Victorin

Newbie
Mar 18, 2019
35
130
Thanks but it's not working properly. The MC and his sisters sometimes refer to Diana as "your mom" instead of Mom or Amelia and Elisa as "your sister Amelia/Elisa" instead of Amelia/Elisa. Here are some examples. Felix also still calls Diana "Mom".
That's strange, because it works perfectly fine for me.

I think your renpy version (win ? mac ? android ? n° of rnpy ?) doesn't understand this line in the script: "if who is None:"

If you can't obtain a renpy version compatible with the "None" variable, then you can do that:

You don't have permission to view the spoiler content. Log in or register now.


For Felix using "mom" instead of "your mom" it comes from the original script of molly. But I can fix this molly's line in the patch.
 
Last edited:

Woodalicca

Active Member
Jun 13, 2022
869
2,783
Without a doubt in my Top 5. I don't care about the usual let me tell you a great adult story - " shout-out to Boner's Gone, AWAM and the other wanna-be award-winning porn games" Big Talk, but never delivered in the past 5-6 years.

This one is outstanding.
 
  • Like
Reactions: Redelin

homarkc

Active Member
Nov 12, 2018
715
278
Day 46 there on non-NTR route, **/25 stamina mostly due to Elisa's coffee event at 16:00, but if/when I click to manually adjust it in MC profile by dragging a mouse, it reverts back to 15, so I consider to calling it a bug. Where/when to get scuba gear though? :unsure:
After you trigger the water house event, dive with Eliza and have a dialog with Victoria, go to the mall.
 
Last edited:

skrusher

Active Member
May 11, 2019
580
1,513
That's strange, because it works perfectly fine for me.

I think your renpy version (win ? mac ? android ? n° of rnpy ?) doesn't understand this line in the script: "if who is None:"

If you can't obtain a renpy version compatible with the "None" variable, then you can do that:

You don't have permission to view the spoiler content. Log in or register now.


For Felix using "mom" instead of "your mom" it comes from the original script of molly. But I can fix this molly's line in the patch.
My Renpy version? I don't have Renpy installed. I download the games here and play.

Let's see if I understand what your code does.
For instance, the line below should replace the word Diana for Mom every time the MC speaks, right?

if who is MC:
text = text.replace("Diana", "Mom")

So the line: MC "Did you talk to Diana Cooper?" should appear as MC "Did you talk to Mom?"

Is that correct? If so, it's not working for me as you can see in the image below.

screenshot0001.png

What I noticed is that the game only understands the command "if who is None" and is making the replacements related to it like "text = text.replace("[LAL]", "your mom")", since every sentence that has [LAL] is being replaced for "your mom", like the examples I gave before.

As for Felix's issue, I think it could be resolved by replacing [LAL] with "Diana" every time he speaks. Is that possible?

I'm not a coder, so I'm sorry if I'm talking nonsense.
 
Last edited:

F4iunyl3x

Active Member
Modder
Aug 26, 2018
637
5,841
Can I ask you something? Did the developer really make a separate build for everyone like he said or did he just make it up out of his ass to intimidate?
oh yeah, it was real.
an individual build number was added into a script file, quite easy to find

I expect more vicious hidden labels for version v0.5, even if the dev has little chance of winning this little war in the medium/long term. v0.5 will be leaked much faster, believe me
 
Last edited:
4.20 star(s) 80 Votes