Create and Fuck your AI Slut -70% OFF
x

wizardcock

Well-Known Member
Feb 19, 2021
1,378
3,895
387
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

Member
Jul 14, 2018
112
353
248
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
261
251
187
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,209
470
207
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
53
326
177
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

Well-Known Member
Jun 13, 2022
1,171
4,905
378
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

Well-Known Member
Nov 12, 2018
1,041
396
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
704
2,407
378
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
773
7,516
681
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:

Victorin

Newbie
Mar 18, 2019
53
326
177
if who is MC:
text = text.replace("Diana", "Mom")

So the sentence: MC "Did you talk to Diana Cooper?" will appear as MC "Did you talk to Mom?"

Is that correct?
No, it doesn't work like that. ;)
With this line "text = text.replace("Diana", "Mom")" only, you will have this result: "Did you talk to Mom Cooper?".
And that's why I added a few other codelines to force the MC to say "Diana Cooper" in each sentence with the full "Diana Cooper" name (idem for the full "Felix Cooper" name) because otherwise the text makes no sense.


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.
In fact, in your case, your renpy doesn't understand the "None" variable and is acting like "None" means "all".
That's why I suggested you to open your patch with notepad to delete all the "if who is None" linked lines.
If you do that, your problem is solved.(y)
(all the "if who is none" sentences are just here to make the game more comfy, that's not a major loss for you)

Maj: If you don't want to do this by yourself, I did it for you in the attached file of this post (it contains also the fixed Felix sentences -in the whole molly's scripts he says only 3 times "mom" instead of "your mom"-)
 
Last edited:

ItsNotUs

Engaged Member
May 14, 2023
3,906
20,137
637
Well, yes, it’s beautiful, and yes, everything shines with oil, yes, the underwater renderings are beautiful, the sounds in the cave are good!
But 760 renders?
Oh well excuse me, where is the continuation of the plot???

And because of such an update without a plot, we just have random events that you have to grind for hours to see them, was there so much shouting about not spreading? :ROFLMAO: :ROFLMAO: :ROFLMAO:
Lol
Is the dev serious?
 
4.20 star(s) 130 Votes