Mega if it's a smaller file, workupload for bigger ones.I added a couple more links. Let me know if you still have problems.
Mega if it's a smaller file, workupload for bigger ones.I added a couple more links. Let me know if you still have problems.
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.Yes. Just one extra scene, but it's a long one. Did I miss anything?
Yes able to download. ThanksI added a couple more links. Let me know if you still have problems.
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.Yes able to download. Thanks
Just wondering why is the file so big? I am surprised of the size for gallery mod
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.Geekbone Does the mod need an update for the new version(Prometheus' patch was added)?
So does the mod need an update?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.
Yes. I just need to figure out that first scene.So does the mod need an update?
Okay... All updated.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.
in gallery scenes, in patched content, the last 2 scenes are only text. is it suppossed to be like that?Okay... All updated.
Nope. That's interesting.in gallery scenes, in patched content, the last 2 scenes are only text. is it suppossed to be like that?
in gallery scenes, in patched content, the last 2 scenes are only text. is it suppossed to be like that?
I just did a fresh install of both the game and the MOD and it worked fine. Is anyone else having this problem?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 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.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'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
its all good now for me. the problem was that i had downloaded V3.01 from patreon. i downloaded from here and its all fineI 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.
Sorry! I meant V3.01. I am also working on the MOD for Rise of the Crime Lord and am mixing up version numbers!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
Thanks! This only happened if you did not view the scene. It should be fixed now.the latest scene reply leads to thisCode: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