kittenhead

Member
Aug 5, 2021
103
89
Can someone spoil the update for me? I just do not have the time to play this game all over again and would like to know the new scenes
 
  • Like
Reactions: Jrange02

sunqian3000

Member
Sep 28, 2021
486
693
It was very good to play before, but this version is very difficult to play because too much of the game is ununlocked and I don't know how to unlock it. Can the author put an official option prompt in the game? Neither PDF nor MOD works well .
Zorlun
 

KopengaKris

Member
Sep 21, 2018
221
323
I haven't tested it but it is very likely. The new bestiality scene will be missing from the gallery until I add it.
Gallery doesn't work with new version. Here's the error:




I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 330, in execute
frame:
File "game/gallery.rpy", line 333, in execute
hbox:
File "game/gallery.rpy", line 337, in execute
imagebutton:
Exception: Imagebutton does not have a idle image. (auto=u'bibifoc/gui/button/return_%s.png').

-- 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/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 330, in execute
frame:
File "game/gallery.rpy", line 333, in execute
hbox:
File "game/gallery.rpy", line 337, in execute
imagebutton:
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'bibifoc/gui/button/return_%s.png').

Windows-10-10.0.22621
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch3.10a
Wed Dec 7 12:38:17 2022
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,606
11,854
what the diff between normal and +p version?
Prometheus' patch, meaning bestiality scenes (always avoidable of course).
Hello, how big is new update?
Fairly big, but half of it is dependent on choices, so it mays seem shorter.
Can someone spoil the update for me? I just do not have the time to play this game all over again and would like to know the new scenes
It was very good to play before, but this version is very difficult to play because too much of the game is ununlocked and I don't know how to unlock it. Can the author put an official option prompt in the game? Neither PDF nor MOD works well .
Zorlun
what new in this version ?
1 scene at the beach with Cassius, 2 naughty scenes depending on choices.
1 scene home, no naughty business, small scene serving for plot.
1 big scene cut in two part (1 this update, 1 on the next), for this update, date with Danny or Mike (next update with both or no date stay home).
ends at date night, no new content ???
The date night depend on your choices, with four roads possible, date with Danny alone, Mike alone, both or them or staying home. This update only the two solo scenes are up, the two others will be on the next one.
For solo Mike, you need to Myriam get mad at Danny during the first cop date scene and leave early, then let Mike give you a ride home (inviting him in is optional, but will have some minor flavor differences).
For solo Danny, you need Myriam to get totally hammered during the first cop date scene and stay the night with Danny.
If you're not on one of this two roads, the update will stop until the next one with either a new date with both or Myriam staying home with other adventures.
 

Bibifoc

Engaged Member
Apr 7, 2018
2,214
4,578
Gallery doesn't work with new version. Here's the error:




I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 330, in execute
frame:
File "game/gallery.rpy", line 333, in execute
hbox:
File "game/gallery.rpy", line 337, in execute
imagebutton:
Exception: Imagebutton does not have a idle image. (auto=u'bibifoc/gui/button/return_%s.png').

-- 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/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 303, in execute
screen gallery:
File "game/gallery.rpy", line 330, in execute
frame:
File "game/gallery.rpy", line 333, in execute
hbox:
File "game/gallery.rpy", line 337, in execute
imagebutton:
File "renpy/ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'bibifoc/gui/button/return_%s.png').

Windows-10-10.0.22621
Ren'Py 7.4.1.1270
Project Myriam Life and Explorations ch3.10a
Wed Dec 7 12:38:17 2022
You didn't install the mod properly. You can find installation instructions at the end of the post. You have to unzip the whole bibifoc folder in the folder named game.
 
  • Like
Reactions: Zorlun

Myrroddin

Member
Jun 15, 2022
130
110
Is it possible to at least skip, hopefully never ask, about dogs, horses, etc? I like the game until that point, but I am not interested in animals.
 
  • Angry
Reactions: Poser_Voyeur
4.40 star(s) 190 Votes