_TRS_

Newbie
Apr 12, 2023
19
7
Well, at the time I downloaded the 5.11 version originally, though the entry for the mod was set to 5.11, the direct link to Mix Drop was for the 5.10 mod which of course threw errors at choices and did not work. However, when I went to the Patreon MixDrop Link recently, it seems to work without issue..
 

HarveyD

Active Member
Oct 15, 2017
516
819
Might be from a few updates ago but does anyone know how to avoid the Jarvis maid scene? Specifically as a Dominant/Les Myriam. I know you can call Danny at least but I have no idea why there's nothing I can do on this path. That "Dealing with the problem myself" as a dominant Myriam means just doing as he asks seems odd.
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,469
That patchnote isnt informative at all. Number of lines, number of new spaces in code, extra kb since the last release...
okay, nice, but what type of content was released?
but what is even more important: is there any new dog content?
Answered about the content here: https://thef95zone.info/threads/project-myriam-life-and-explorations-ch-5-11-p-zorlun.66806/post-16634168
Like that game for a while now, but how frequent are updates regarding the beasty stuff?
Don't wanna download all new versions and check for new content all the time. ^^
There will be no more beasty content until I start the specific endings.
 

Taboofan

Member
Jan 31, 2019
464
439
Answered about the content here: https://thef95zone.info/threads/project-myriam-life-and-explorations-ch-5-11-p-zorlun.66806/post-16634168

There will be no more beasty content until I start the specific endings.
Huh. Interesting. So is there going to be specific endings for if you prefer horse play over dog play? And will the first guy, god it's been a while, the big guy from the hotel, come back into the game at any point? I am curious since I thought you actually gained points specifically with him, but he hasn't shown up yet as far as I know. Could be wrong since it's been a few updates, though.
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,469
Huh. Interesting. So is there going to be specific endings for if you prefer horse play over dog play? And will the first guy, god it's been a while, the big guy from the hotel, come back into the game at any point? I am curious since I thought you actually gained points specifically with him, but he hasn't shown up yet as far as I know. Could be wrong since it's been a few updates, though.
Yes, they will both have they're ending, they\re will be a common one for those with enough love to share, and one with the vet as well... Enough I hope? ^^
For Dumdum, yes, no spoiler though, sorry.
How do I get scenes with the girl that the husband cheated with? The only one I can get is the milking scene. Are there any others?
If you got the milking scene, you should be on the right road (having chosen her as a special someone after the hospital early chapter 4), so one of the thing that could have been problematic after, is if you didn't solve the Jarvis problem, if you did, Myriam will not have to take care of him a second time and went in town during the updates before the opera, once in town she does have a small scene with her, which will be needed for her endings.
 
  • Heart
Reactions: Aleks Mark and Khao

Aleks Mark

Active Member
Aug 25, 2020
739
605
Hello everyone, a rather unusual request, maybe someone can post Walkthrough Mod of the respected JokerLeader, because of geography it is not possible to download it, I think it would be very helpful for many. Thanks in advance, have a nice game everyone :) (y).
 

WICKEDp4th

AAAAAAAAAAAAAAA!
Donor
Sep 6, 2017
3,650
6,141
Hello everyone, a rather unusual request, maybe someone can post Walkthrough Mod of the respected JokerLeader, because of geography it is not possible to download it, I think it would be very helpful for many. Thanks in advance, have a nice game everyone :) (y).
You can Download the mods from his Patreon Page, the Download-Links are not behind paywalls.
 

Daveiy

Member
Mar 6, 2018
191
175
huhu is there some save incompatibility?
coming from 5.03 (skipped some updates cause more content) but my savers are not working with version 5.11
Lenovo Legion Go Windows 11 () latest Update
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,834
13,469
From ch5.03 to ch5.11 you should not have any problem as is (meaning from the original game to another original version), but I can't say if you used mods or anything else to modify the game.
Do you have any more details on the message of error you're getting?
 
  • Like
Reactions: Daveiy

Daveiy

Member
Mar 6, 2018
191
175
From ch5.03 to ch5.11 you should not have any problem as is (meaning from the original game to another original version), but I can't say if you used mods or anything else to modify the game.
Do you have any more details on the message of error you're getting?
thanks for fast reply!

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
ImportError: No module named revertable

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    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 3815, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 766, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named revertable

Windows-10-10.0.26100
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch5.11+p
Fri Apr  4 20:26:17 2025
 

sazaar

Newbie
May 2, 2017
67
75
thanks for the great game. content only with son i understand and not with daughter? i'm even afraid to ask how many endings the plot branches are great i'm afraid to miss something.
 
4.40 star(s) 213 Votes