Jun 27, 2025
23
69
0
Lesbian, Incest, TWINS.....please for the love of god tell me its in the game...I'm Dl'ing but i want to know whether to hope/expect to see it or be happy with the other scenes. If I spend the entire game hoping/wondering for the twincest I won't enjoy the rest of the game fully.

I wish they'd just add a twincest tag...i know it's extremely specific and rare, but inquiring refined minds want to know...
Yep. it's in and always present. Enjoy!
 

smikey

Member
May 1, 2017
100
150
246
Lesbian, Incest, TWINS.....please for the love of god tell me its in the game...I'm Dl'ing but i want to know whether to hope/expect to see it or be happy with the other scenes. If I spend the entire game hoping/wondering for the twincest I won't enjoy the rest of the game fully.

I wish they'd just add a twincest tag...i know it's extremely specific and rare, but inquiring refined minds want to know...
They're the first two in the harem
 
  • Like
Reactions: FatYoda

indio68

Forum Fanatic
Sep 26, 2020
4,618
4,137
387
uhm what is this...2 minutes with Lou in the penthouse and stop?? really?? is this the update??
 
Last edited:

bu5t3r

Newbie
Feb 12, 2025
25
9
12
video quality could be much better and the scenes much longer. All just quickies :(
 
Last edited:

Morbius

Member
Jun 11, 2017
195
136
275
Think I'm going to hold off on the Android version until the side images and the quick menu stop blocking text from the dialogue box. Images and menu need to be moved into better placement or text formatting needs to take into account the space those items occupy.
 
Last edited:

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,215
3,903
417
Think I'm going to hold off on the Android version until the side images and the quick menu stop blocking text from the dialogue box. Images and bar need to menu need to be moved into better placement or text formatting needs to take into account the space those items occupy.
it should be fixed now give it a try
 

onknight

Member
Feb 8, 2019
152
143
166
I downloaded the newest version of the game. Unfortunately I got an exception error

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

While running game code:
  File "renpy/common/00action_file.rpy", line 479, 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 "C:\Ryn'pi\Almost_Dead\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Ryn'pi\Almost_Dead\renpy\python.py", line 1122, 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 "C:\Ryn'pi\Almost_Dead\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\core.py", line 3579, 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 "C:\Ryn'pi\Almost_Dead\renpy\display\core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\behavior.py", line 1071, in handle_click
    rv = run(action)
  File "C:\Ryn'pi\Almost_Dead\renpy\display\behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 479, in __call__
    renpy.load(fn)
  File "C:\Ryn'pi\Almost_Dead\renpy\loadsave.py", line 813, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Ryn'pi\Almost_Dead\renpy\rollback.py", line 1108, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Ryn'pi\Almost_Dead\renpy\rollback.py", line 908, in rollback
    self.load_failed()
  File "C:\Ryn'pi\Almost_Dead\renpy\rollback.py", line 826, 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.26100 AMD64
Ren'Py 8.1.1.23060707
Almost Dead 0.12.0
Thu Jul 10 10:29:26 2025
Every time I drop in my save file I get the same error
So I have to start all over
 

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,215
3,903
417
grab the latest from g drive or at itch.io
this is working on phones.... tablets maybe not so much yet..

Screenshot_20250711_041140_Almost Dead.jpg
 
Last edited:
  • Like
Reactions: sn3p and Lliw21
Dec 20, 2020
261
486
186
I am very much a GenX 80's kid, and I am ashamed to say it took a couple of minutes to get the "future so bright" reference.

I love that song, too. Set the mood of the Mark Harmon classic movie Summer School perfectly. For 13 year old me, anyway.
 
  • Like
Reactions: BadMustard

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,215
3,903
417
The past week was a lot of fun, as release weeks always are. We ran into a few issues with the Android version, but those were resolved quickly.

Now, I’m taking a week off to prepare for a new visual novel project. This time, the VN will be a collection of kinetic short stories, all connected by a central theme. I’m looking forward to exploring these narratives and seeing where they lead.

Each story will offer a unique perspective, giving players the chance to experience a variety of diverse tales while still feeling the cohesion of the overall theme. Tentatively, I’m calling it iBook or The Book of Incest (maybe both). I’ll be working on the interface and have a few new ideas I want to incorporate, so it will stand out from other VNs.

As I release more stories, you’ll be able to select and read them in any order. The stories are entirely fictional and not based on real events or people; they’re created purely for exploration and enjoyment.
 

FatGiant

Conversation Conqueror
Jan 7, 2022
6,726
22,380
803
The past week was a lot of fun, as release weeks always are. We ran into a few issues with the Android version, but those were resolved quickly.

Now, I’m taking a week off to prepare for a new visual novel project. This time, the VN will be a collection of kinetic short stories, all connected by a central theme. I’m looking forward to exploring these narratives and seeing where they lead.

Each story will offer a unique perspective, giving players the chance to experience a variety of diverse tales while still feeling the cohesion of the overall theme. Tentatively, I’m calling it iBook or The Book of Incest (maybe both). I’ll be working on the interface and have a few new ideas I want to incorporate, so it will stand out from other VNs.

As I release more stories, you’ll be able to select and read them in any order. The stories are entirely fictional and not based on real events or people; they’re created purely for exploration and enjoyment.
I have to say a few things, or, I would feel an impostor and quite uncomfortable. This isn't a critique, because all you did is tell us your idea, so, there's nothing to critique. That said:

1- Several people tried that approach, with varied degrees of success. I haven't been able to enjoy any of them.
2- The main issue, to me, with what you propose is the disconnect. I LOVE long stories. I always buy the biggest books if it is a blind buy. The idea of knowing before hand that the story will be short, puts me off of even trying.
3- I enjoy connecting with the characters, creating a long and steady relationship with them. Involving myself, really incorporate them as someone I know. Short stories, by default, deny me that. If it is a series of shorties, then it's even worse, because soon I will have to get to know a new someone that will also not last.
4- I take a long time to cut myself from a story. Either I involve myself or it isn't worth it to even read it.

With all this I have to say that maybe that new project of yours is NOT for me. I will try it. I simply feel I am the wrong type of reader for that type of thing.

Peace :)
 

Avaron1974

Resident Lesbian
Aug 22, 2018
28,070
96,930
1,021
While I do agree with FatGiant about enjoying longer stories and getting emotionally invested in characters, I do still enjoy short stories.

I think a current series on Netflix shows that the best. I absolutely adore Love, Death and Robots. That's basically a collection of short stories and they are fantastic.

I love longer series, movies, books and games but at times I do find I get invested in bite sized tales.
 
  • Like
Reactions: FatGiant

FatGiant

Conversation Conqueror
Jan 7, 2022
6,726
22,380
803
While I do agree with FatGiant about enjoying longer stories and getting emotionally invested in characters, I do still enjoy short stories.

I think a current series on Netflix shows that the best. I absolutely adore Love, Death and Robots. That's basically a collection of short stories and they are fantastic.

I love longer series, movies, books and games but at times I do find I get invested in bite sized tales.
I've avoided that series because of that exactly, that and Black Mirror and a few others. I dunno, I feel cheated or something, like someone went and stole my toy and put a new one instead.

I'm weird, LOL.

Peace :D
 
  • Haha
Reactions: Avaron1974

BadMustard

Well-Known Member
Game Developer
Feb 5, 2021
1,215
3,903
417
I grew up reading books—lots and lots of books—including anthologies by Alfred Hitchcock, Robert Silverberg, Ben Bova, Isaac Asimov, Frederik Pohl, Arthur C. Clarke, and Stephen King, just to name a few. I loved those stories, and that's the kind of stories I'll be trying to bring to this VN: some light reading erotic entertainment.

I know this won't be for everyone, but that's okay. I create these VN's as a hobby, mainly for myself. If someone else enjoys them too, that's a bonus.
 
2.80 star(s) 39 Votes