Thousands of Models Streaming Live — Join Free! Click Here!
x
5.00 star(s) 1 Vote

Whiteleaf Studio

Active Member
Game Developer
Oct 20, 2019
627
2,236
376
all the females look generically the same like there is not much effort going on, horns sure help there and the original premise seemed way better.
You know that the effort between drawing a girl that looks "the same" as other or drawing a girl that loooks vastly different is the same, right? It's nto like anything is copypasted, its just an body preference.

Also, for you to say "there is not much effort going on" when this is our first FULLY ANIMATED game really shows you don't know what you're talking about.

You should play other games if you don't like the characters in this game.
 
Last edited:

FighterMan_69

Well-Known Member
Aug 9, 2023
1,072
1,792
287
You know that the effort between drawing a girl that looks "the same" as other or drawing a girl that loooks vastly different is the same, right? It's nto like anything is copypasted, its just an body preference.

Also, for you to say "there is not much effort going on" when this is our first FULLY ANIMATED game really shows you don't know what you're talking about.

You should play other games if you don't like the characters in this game.
Guess I should of said compared to your own games

I found Tamas Awakening to be fire
 
  • Like
Reactions: Fantasyerotica1234
Jun 19, 2024
81
82
104
Dev I love your tags but ever considered a longer project where the player has a bit more agency? The gist I'm getting of your games is that the families start fucking very early on, and that makes me hesitant to try them. Maybe a game engaging in the art of the slow burn/tease without any fuckery like some devs do to prolong their games? And some spicy/naughty setups and scenes involving gradual descent into depravity instead of divimg into it head first?

We've seen you are able to execute, just wondering if you ever considered expanding your horizons.
 

Whiteleaf Studio

Active Member
Game Developer
Oct 20, 2019
627
2,236
376
Dev I love your tags but ever considered a longer project where the player has a bit more agency? The gist I'm getting of your games is that the families start fucking very early on, and that makes me hesitant to try them. Maybe a game engaging in the art of the slow burn/tease without any fuckery like some devs do to prolong their games? And some spicy/naughty setups and scenes involving gradual descent into depravity instead of divimg into it head first?

We've seen you are able to execute, just wondering if you ever considered expanding your horizons.
If anything we'll focus on shorter and shorter games from now on.
 
  • Yay, update!
  • Like
Reactions: rmatty111 and Lerd0

Naskura

Member
Sep 18, 2018
208
130
156
My old save is busted, Might want to add a warning to the splash page.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\python.py", line 1187, 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 "F:\Hentai\MyDemonFamily-0.3-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\core.py", line 2218, 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 "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1526, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\rollback.py", line 1134, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "F:\Hentai\MyDemonFamily-0.3-pc\renpy\rollback.py", line 848, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
My Demon Family 0.3
Sun Oct 12 18:32:39 2025
 
  • Like
Reactions: 11sjim
5.00 star(s) 1 Vote