dolfe67

Forum Fanatic
Apr 25, 2020
4,591
12,518
It's weird, I just reviewed my programming script and it's written well, if you didn't give the handjob, you shouldn't see "cum" at the end of the sentence, you should have: "Getting carefully to the shower to avoid slipping due to the massage oil, Myriam went in to clean herself from the oil."
Choosing to give him a handjob give you a variable ($ ch3_massage_with_happy_ending = True) and then when she get up, this variable is verified and give you a sentence or the other (like so: "if ch3_massage_with_happy_ending == True:" it give you the sentence with "cum", if not it give the sentence without).


EDIT: Sorry, and as to the other question, no the lewd scenes with Marc have not been cut out, just rewritten (slightly).
I allowed myself to check your code, and I see where you have a script flaw. You only test if Myriam had a happy ending (ch3_massage_with_happy_ending == True) to show the line "clean herself from the oil and cum". BUT she can have a happy ending without jerking off the masseur (ch3_massage_with_mutual_happy_ending == False)

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Zorlun

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,604
11,823
I allowed myself to check your code, and I see where you have a script flaw. You only test if Myriam had a happy ending (ch3_massage_with_happy_ending == True) to show the line "clean herself from the oil and cum". BUT she can have a happy ending without jerking off the masseur (ch3_massage_with_mutual_happy_ending == False)

You don't have permission to view the spoiler content. Log in or register now.
Yes, you are absolutely right, it was the wrong variable check... shame mode... ^^
It has been corrected for next version, thanks.
This big "raclette" (a french specialty like a cheese fondue) with boose and friends yesterday didn't help having a clear mind... ^^
 

Smiruk

Member
Dec 1, 2017
213
90
Thanks, but...
Ok about the fuori, I checked...
but in both versions Myriam and Marc remain non-blood relatives.
It's a shame, as it was a big part of Myriam's corruption.
Someone do a patch, pleeease.
I agree, i hope a patch will be able to come out, it was one of the main kink for me the incestuous relation (with besty.)
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,155
86,143
I agree, i hope a patch will be able to come out, it was one of the main kink for me the incestuous relation (with besty.)
Thanks, but...
Ok about the fuori, I checked...
but in both versions Myriam and Marc remain non-blood relatives.
It's a shame, as it was a big part of Myriam's corruption.
Someone do a patch, pleeease.
The dev has clarified that, the incest has been removed and will not be coming back.

Characters are still there but there will be no incest content. The kid has been made Antony's son with no relation at all to Myriam and there will be no content at all with her daughter.

The only "taboo" content that will still be in the game is beast stuff.
 
  • Like
Reactions: Demnor

fortuna95

Lezz kiss for peace!
Donor
Feb 7, 2018
3,679
18,176
1641076146094.png
1641076164058.png

Happy New Year 2022!

A Happy New Year from Myriam to you all from her costumed party, she's sending you all her best wishes for this new year and lots of naughtiness this year around!
She thank you all for your support and trusting in her, and as you can see, for this new year party, "drinks are on her"! xoxo
 

Glass Pike

Member
Sep 8, 2018
154
182
waited for the DEV update and what can i say. Zorlun you are a true genious really loved it .I like going back and forth choosing differant paths keep it up . cant wait to see every path this keeps me entertained for hours , thank you
 
  • Love
Reactions: Zorlun

ProximaLewds

Newbie
Sep 3, 2017
34
205
Getting a strange bug. I also have the walkthrough and cheat mod installed at the same time. Any insight on what's going on here:
Python:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/bibifoc/cheat.rpy", line 76, in execute
    screen trait_screen():
  File "game/bibifoc/cheat.rpy", line 76, in execute
    screen trait_screen():
  File "game/bibifoc/cheat.rpy", line 77, in execute
    frame:
  File "game/bibifoc/cheat.rpy", line 78, in execute
    has vbox
  File "game/bibifoc/cheat.rpy", line 79, in execute
    for x in sorted(discoveries["Traits"]):
  File "game/bibifoc/cheat.rpy", line 80, in execute
    $ s = x + ": " + str(MCtrait[x])
  File "game/bibifoc/cheat.rpy", line 80, in <module>
    $ s = x + ": " + str(MCtrait[x])
KeyError: u'Cheating'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3006, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3417, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3417, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/bibifoc/cheat.rpy", line 76, in execute
    screen trait_screen():
  File "game/bibifoc/cheat.rpy", line 76, in execute
    screen trait_screen():
  File "game/bibifoc/cheat.rpy", line 77, in execute
    frame:
  File "game/bibifoc/cheat.rpy", line 78, in execute
    has vbox
  File "game/bibifoc/cheat.rpy", line 79, in execute
    for x in sorted(discoveries["Traits"]):
  File "game/bibifoc/cheat.rpy", line 80, in execute
    $ s = x + ": " + str(MCtrait[x])
  File "game/bibifoc/cheat.rpy", line 80, in <module>
    $ s = x + ": " + str(MCtrait[x])
KeyError: u'Cheating'

Windows-10-10.0.19041
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch3.01
Sat Jan  1 17:59:34 2022
 

MGUltimate

Member
Dec 12, 2021
463
539
Why not? thats the beauty of the game, anyone can play, how they want
That would be boring. I remember a boxing game from the 1980s . It had the audience is ___. Usually was extatic or pleased. If you just sat there (both boxers) not doing anything it would go to "audience is bored" and soon after "audience is leaving." No sex when the dev makes it is horrible (AWAM), why would anyone want boring?
 
  • Like
Reactions: Zorlun

princess bride

Active Member
Aug 18, 2018
693
1,509
I downloaded the Prometheus patch but i see no new content? Can someone help? Am i supossed to download something extra?
 

Andre13

Member
May 13, 2017
181
204
That would be boring. I remember a boxing game from the 1980s . It had the audience is ___. Usually was extatic or pleased. If you just sat there (both boxers) not doing anything it would go to "audience is bored" and soon after "audience is leaving." No sex when the dev makes it is horrible (AWAM), why would anyone want boring?
i agree on AWAM, just sayin people can play how they like. Maybe they did try out diferent routs already and just tried a no sex one.
 
  • Like
Reactions: Zorlun

Avaron1974

Resident Lesbian
Aug 22, 2018
25,155
86,143
I downloaded the Prometheus patch but i see no new content? Can someone help? Am i supossed to download something extra?
Patch only adds a few beastiality scenes, you only get them at certain points if you have the right scroes.

That would be boring. I remember a boxing game from the 1980s . It had the audience is ___. Usually was extatic or pleased. If you just sat there (both boxers) not doing anything it would go to "audience is bored" and soon after "audience is leaving." No sex when the dev makes it is horrible (AWAM), why would anyone want boring?
Depends what people want to see.

What is boring for you is fun for others.
 
  • Like
Reactions: Zorlun

remplazo

Newbie
Mar 18, 2021
64
26
So, Zorlun , this may be close to spoiler territory but I just cant help myself but ask, and I know you said there would be no more incest, but if I remeber correctly you said at some point that it was planned for Myriam to return to her childhood home to meet with her younger brother and her father(I think?) correct?

Now, given the nature of the game, I automatically assumed that there will be some kind of steamy action between Myriam and her brother, or maybe between Myriam and her dad, or maybe both at the same time. Obviously, that was before the Patreon attack and the incest ban, so now I want to ask, it's still planned for Myriam to visit her old home to meet her brother and father? or now with the new rules of Patreon all that content has been deleted? if thats the case was some kind of sex scene between Myriam and her family really planned or would you have explored another part of their relationship?

Personally, I think it may be possible for that content to exist in a patch similar to the Prometheus one since at this point it's not actual content that needs to be rewritten and it can easily be removed from the game so the Patreon overlords dont strike you down, but that is only me talking as a third party since I have no idea if something like that would actually be possible in-game and in the end it is you who decide what makes the cut and what not, regardless I know I would continue to enjoy the game even if that would be a little dissapointing. Thank you, Great update by the way.
 
Last edited:
4.40 star(s) 190 Votes