BebopPiggo

Newbie
Jul 22, 2023
46
40
Can you provide me a clue to as who they are and where? TIA
Location:
You don't have permission to view the spoiler content. Log in or register now.

It's possible you may have to fix the binoculars before you can start the story (idk, I had fixed binocs on my save well before these scenes were added).

Keep your expectations low, this character's story is going to be a slower burn than Vana or Astrid.
 
  • Like
Reactions: Ryuk674

Motoko Kusanagi

Major
Donor
Aug 19, 2018
1,191
3,366
Does anybody know when the next update coming?
No, but there maybe something the Discord. However the communication now is basically zero at this point. Until something on Patreon magically appears you get nothing but monthly art posts. They have gone into a 6+ month release cycles now as well. Only more time will tell.
 

BebopPiggo

Newbie
Jul 22, 2023
46
40
No, but there maybe something the Discord. However the communication now is basically zero at this point. Until something on Patreon magically appears you get nothing but monthly art posts. They have gone into a 6+ month release cycles now as well. Only more time will tell.
Last time it was just short of a year between full releases. If I had to bet, they'll do it again, since it didn't hurt their Patreon support. I wouldn't be shocked if the next one was out in June, just to see if they can get away with less than one update per year.
 
  • Like
Reactions: Motoko Kusanagi

Motoko Kusanagi

Major
Donor
Aug 19, 2018
1,191
3,366
Last time it was just short of a year between full releases. If I had to bet, they'll do it again, since it didn't hurt their Patreon support. I wouldn't be shocked if the next one was out in June, just to see if they can get away with less than one update per year.
Yeah I couldn't remember if it was a year or slightly less so I stuck with 6+. It has sadly become the norm for many games of this nature at this point. I honestly cant even blame them anymore. Why bother putting out 1 month worth of content out every 3 months when you can stretch it to potentially 12 months and still get paid the same.
 
  • Sad
Reactions: BebopPiggo

Luther Grady

Member
Dec 5, 2020
151
181
Really enjoying this game. However, did I miss something? Pregnancy tag is listed but I have found none in game, other than the scripted expectant mothers occasionally encountered.
 
  • Like
Reactions: wikshdyt

wikshdyt

Newbie
Jun 22, 2020
31
78
Really enjoying this game. However, did I miss something? Pregnancy tag is listed but I have found none in game, other than the scripted expectant mothers occasionally encountered.
Don't think you missed anything - as far as I can recall, there's no scene's (yet) where MC gets someone pregnant himself.
 
  • Like
Reactions: Luther Grady

DickMcFuck

Member
Aug 13, 2019
481
932
Don't think you missed anything - as far as I can recall, there's no scene's (yet) where MC gets someone pregnant himself.
Really enjoying this game. However, did I miss something? Pregnancy tag is listed but I have found none in game, other than the scripted expectant mothers occasionally encountered.
There is a whole character build solely around pregnancy fetish, so yeah you both missed something.
 

mrdhrrflu

Member
Dec 15, 2021
128
269
Anyone getting a code error when trying to open the inventory?
Below is the full traceback if anybody can give me a helping hand on how to fix it I'd appreciate it.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1343, in execute
File "game/script_other.rpy", line 1343, in <module>
TypeError: '<' not supported between instances of 'Item' and 'Item'

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

Full traceback:
File "script.rpyc", line 568, in script
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 2232, in execute
self.call("execute")
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 451, in visit_all
callback(self)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 462, in per_interact
self.update()
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1320, in execute
File "game/script_other.rpy", line 1343, in execute
File "game/script_other.rpy", line 1343, in <module>
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/revertable.py", line 281, in revertable_sorted
return RevertableList(sorted(*args, **kwargs))
TypeError: '<' not supported between instances of 'Item' and 'Item'

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Mythic Manor 0.20
Mon Dec 11 20:58:09 2023
 
4.50 star(s) 189 Votes