Mod Ren'Py Completed Project Myriam - Life and Explorations [3.07a] Gallery MOD v1.014[GB]

SevenCostanza

Member
Mar 3, 2021
463
909
Yes. Just one extra scene, but it's a long one. Did I miss anything?
The full update has 3 scenes according to changelog. I think it's out now. What was released before was a leak without the prometheus patch which removes incest/beastiality.
Hopefully it'll be an easy update to add the 2 other scenes to the mod.
Thanks again, your work is greatly appreciated!
 
  • Like
Reactions: SteelyDan14

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
Yes able to download. Thanks
Just wondering why is the file so big? I am surprised of the size for gallery mod
I had to copy some of the original images (beastiality/incest) and put them into the mod. I was not sure if later versions of the game were going to include the images or if Zorlun was going to delete them. I am kind of waiting to see what they will do with that stuff.
 
  • Like
Reactions: msleomac

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
Geekbone Does the mod need an update for the new version(Prometheus' patch was added)?
I just added the stuff that was not banned (beast/incest). I am not familiar with the Prometheus patch so let me look into it.

I should probably reach out to Zorlun and have a chat.
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
Okay, I think I have figured everything out... but I have no idea what the "ellipse scene with the shrink" is? Zorlun said this is the first of the 3 added scenes.
 

Moffy

Active Member
Sep 25, 2019
919
700
Okay, I think I have figured everything out... but I have no idea what the "ellipse scene with the shrink" is? Zorlun said this is the first of the 3 added scenes.
So does the mod need an update?
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
I updated the mod with the patched stuff and I had to re-organize the MOD since I still have the original content. No big deal, really, just a few GUI changes.

However, I still don't know what the first scene is. Zorlun refered to it as the "Ellipse and shrink" scene and I have no clue what that is. Once I can identify that, I will update the mod and post it.
 
  • Like
Reactions: Maestro91

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
I updated the mod with the patched stuff and I had to re-organize the MOD since I still have the original content. No big deal, really, just a few GUI changes.

However, I still don't know what the first scene is. Zorlun refered to it as the "Ellipse and shrink" scene and I have no clue what that is. Once I can identify that, I will update the mod and post it.
Okay... All updated.
 
  • Like
Reactions: blarg0192

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
in gallery scenes, in patched content, the last 2 scenes are only text. is it suppossed to be like that?
Nope. That's interesting.

The patch hides the folder and images but I test on a clean install without the patch. Let me try it again and see what happens.
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
in gallery scenes, in patched content, the last 2 scenes are only text. is it suppossed to be like that?
Nope. That's interesting.

The patch hides the folder and images but I test on a clean install without the patch. Let me try it again and see what happens.
I just did a fresh install of both the game and the MOD and it worked fine. Is anyone else having this problem?

Are you sure you have the patched version? The original V0.10 that was posted did not have the patch.
 

john984

Active Member
Jun 6, 2020
600
1,110
I just did a fresh install of both the game and the MOD and it worked fine. Is anyone else having this problem?

Are you sure you have the patched version? The original V0.10 that was posted did not have the patch.
I don't have that problem. Also noticed there's one scene missing in the gallery. The one where Marc gets a BJ from Myriam in the car.

EDIT: Also the scene where Myriam is in a date with Lucy, it's not complete.
 
Last edited:

Swordsman83

Anti Anti-NTR & Anti-Woke Crusader
Donor
Apr 14, 2020
1,028
922
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 123, in execute
    $ extra_thumb = extra_scenes[viewedscene]
  File "game/extras/extras.rpy", line 123, in <module>
    $ extra_thumb = extra_scenes[viewedscene]
KeyError: u'ch03_scene_1'

-- 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 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/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 123, in execute
    $ extra_thumb = extra_scenes[viewedscene]
  File "game/extras/extras.rpy", line 123, in <module>
    $ extra_thumb = extra_scenes[viewedscene]
KeyError: u'ch03_scene_1'

Windows-10-10.0.19041
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch3.01
Mon Jan  3 03:36:40 2022
the latest scene reply leads to this
 

iakovosmellos

New Member
Nov 7, 2021
3
1
I just did a fresh install of both the game and the MOD and it worked fine. Is anyone else having this problem?

Are you sure you have the patched version? The original V0.10 that was posted did not have the patch.
its all good now for me. the problem was that i had downloaded V3.01 from patreon. i downloaded from here and its all fine
 
  • Like
Reactions: SteelyDan14

deadspin

Newbie
Jun 1, 2017
33
8
I keep getting this error after redownloading the game and this mod

The label extra_ch2_you_naughty_dog is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 7165 and
File "game/extras/extras_gallery_script.rpy", line 24737.

The label extra_ch2_cassius_money_shot is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 7248 and
File "game/extras/extras_gallery_script.rpy", line 24819.

The label extra_ch2_cassius_wants_more is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 7311 and
File "game/extras/extras_gallery_script.rpy", line 24882.

The label extra_ch2_cassius_eating_pussy is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 13705 and
File "game/extras/extras_gallery_script.rpy", line 25016.

The label extra_ch2_cassius_licking_myriam is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 13720 and
File "game/extras/extras_gallery_script.rpy", line 25031.

The label extra_ch2_cassius_fucking_myriam is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 13803 and
File "game/extras/extras_gallery_script.rpy", line 25114.

The label extra_ch2_horse_cum_drop is defined twice, at
File "game/extras/extras_gallery_script.rpy", line 14153 and
File "game/extras/extras_gallery_script.rpy", line 25517.
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
its all good now for me. the problem was that i had downloaded V3.01 from patreon. i downloaded from here and its all fine
Sorry! I meant V3.01. I am also working on the MOD for Rise of the Crime Lord and am mixing up version numbers!

Doh!
 

SteelyDan14

Formerly Known as GeekBone
Modder
Donor
Jan 13, 2018
1,161
4,739
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 123, in execute
    $ extra_thumb = extra_scenes[viewedscene]
  File "game/extras/extras.rpy", line 123, in <module>
    $ extra_thumb = extra_scenes[viewedscene]
KeyError: u'ch03_scene_1'

-- 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 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/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 121, in execute
    screen lockeroptions(viewedscene):
  File "game/extras/extras.rpy", line 123, in execute
    $ extra_thumb = extra_scenes[viewedscene]
  File "game/extras/extras.rpy", line 123, in <module>
    $ extra_thumb = extra_scenes[viewedscene]
KeyError: u'ch03_scene_1'

Windows-10-10.0.19041
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch3.01
Mon Jan  3 03:36:40 2022
the latest scene reply leads to this
Thanks! This only happened if you did not view the scene. It should be fixed now.