BebopPiggo

Newbie
Jul 22, 2023
78
115
118
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,339
3,934
471
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
217
265
165
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
79
119
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

Active Member
Aug 13, 2019
529
1,059
287
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
174
318
187
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
 

Thanna

Newbie
Mar 29, 2020
96
53
149
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/screens.rpy", line 1675, in prepare_screen
File "game/screens.rpy", line 1675, in prepare
File "game/screens.rpy", line 1680, in prepare
File "game/screens.rpy", line 1680, in prepare
File "game/screens.rpy", line 1686, in prepare
File "game/screens.rpy", line 1686, in prepare
File "game/screens.rpy", line 1686, in <module>
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 95, in run
renpy.display.screen.prepare_screens()
File "renpy/display/screen.py", line 976, in prepare_screens
s.ast.prepare_screen()
File "game/screens.rpy", line 1675, in prepare_screen
File "game/screens.rpy", line 1675, in prepare
File "game/screens.rpy", line 1680, in prepare
File "game/screens.rpy", line 1680, in prepare
File "game/screens.rpy", line 1686, in prepare
File "game/screens.rpy", line 1686, in prepare
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 1686, in <module>
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
Mythic Manor 0.20
Wed Dec 13 00:32:21 2023
 

Thanna

Newbie
Mar 29, 2020
96
53
149
Strange, I use it in several games and it's never had a problem. Was it in this game that there was a problem?
Yes only in Mythic only in 1 ore 2 other games i had this problem too! But cant say the names! sry! Is it working by u in mythic?
 

Caeir

Member
Jul 26, 2020
401
421
187
Bummer. Esther, Fanora, and Jade really need to be breedable. Oh, well. Maybe later.
You may get your wish with Ester. As I recall, there was a point where she mentions getting pregnant. It just hasn't happened yet. They may work it in with later additions. It's always possible.
 
  • Like
Reactions: Luther Grady

harestheonly

Member
Nov 25, 2021
414
168
177
Could someone recommend me some games made with the same engine? I'm not referring to RenPy, but to the same engine that makes the animations, I think it's honey select but I'm not sure
 
4.50 star(s) 203 Votes