What do you thinks about sandbox in the games?

  • I like

    Votes: 59 65.6%
  • I dont like

    Votes: 20 22.2%
  • I have no opinion

    Votes: 11 12.2%

  • Total voters
    90
  • Poll closed .

jxd

Active Member
Jun 8, 2020
603
224
Once the game has started, the only way to change between censorship modes is to restart the game or is there another way?
 

Jah-Ith-Ber

Member
Feb 23, 2021
473
1,465
MC is definitely Jessica's father right? I mean all the clues are there. Molly would tie him up and blindfold him during sex. Anna was having trouble getting pregnant called Jessica a miracle baby (making her desperate enough to sneak fuck MC) and as Jessica became a beautiful teenage girl Anna was desperate to get MC out of the house so he wouldn't fuck her (granted that could be normal protective mother but if she knew he was her dad it would also make sense). In the flashbacks they say that Jessica didn't inherit anything from Lewis. There is too much hinting at it for it to be coincidence
 

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
132
741
It feels now like your ability to "dream" has some connection with this plague's ability to communicate with animals, maybe I'm imagining things but so far feels like you can develop these powers at the expense of your sanity risking outbursts or just play in a more "modest" way.
I'm glad to see that I managed to get this message across and that some people understood it! It’s clear that you played the game very thoughtfully, and I truly appreciate it!

However the story so far seems less about the apocalypse and more like "magic mushrooms: the game
I understand your point of view, chapter 1 is more "Apocalypse" oriented, and the chapter 2 is more oriented towards the "lore" (moreover, it is called "the invisible world").

That being said, it was a necessary step as for what will happen after (in chapter 3), necessary as much for the evolution of the mc as for the understanding of this new world, the reasons behind the apocalypses and even the functioning of the plague.


In the Gallery, I saw "Deep Cleaning" as vaginal sex scene. But no way to get to it.
Error or secret sequence to unlock ?
Secret sequence to unlock. The previous choices have to be Sub oriented BUT anxiety free until this scene. You will be able to ejaculate freely on her back (without end game) and even penetrate her at this time although it leads to an engame, if you want to know how to avoid the endgame or know where it is, take the Deadly Intuition skill.

were can i get the towel to continue?
check the (even if it is not yet complete, the current content covers your question)

does this game have animations?
Yes.

Once the game has started, the only way to change between censorship modes is to restart the game or is there another way?
At the top right of the main menu screen (start/quit, etc) there is a big PEGI button to change the censorship level. This will take effect directly, without the need of restart the game.
 
Nov 1, 2018
477
498
Secret sequence to unlock. The previous choices have to be Sub oriented BUT anxiety free until this scene. You will be able to ejaculate freely on her back (without end game) and even penetrate her at this time although it leads to an engame, if you want to know how to avoid the endgame or know where it is, take the Deadly Intuition skill.
I tried from the Gallery and no way to get to it. I guess the gallery should have the right set up to get to secret scenes. If not, it wouldn't be a gallery ;P
 

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
132
741
I tried from the Gallery and no way to get to it. I guess the gallery should have the right set up to get to secret scenes. If not, it wouldn't be a gallery ;P
Indeed, there is a small problem with this scene when it is played from the gallery. I confirm that we can go all the way from the gallery up to the end of the scene (penetration), but to do so, you must not wash her breasts! Even if there is a green arrow that encourages you to do so, it is a mistake on my part. Because in the game washing her breasts greatly increases her anxiety. So if you want to fuck her, just go directly to wash her back and you should be able to remove her panties.
 
  • Like
Reactions: michel.gellar7

Storm4n

Active Member
Jul 10, 2017
876
343
I got this error while forcing her to drop the towel during the 2nd bath she takes and when I tell her to just show herself and open her arms and all that for me to check

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

While running game code:
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 261, in execute
  File "game/scripts/screens.rpy", line 291, in execute
  File "game/scripts/screens.rpy", line 293, in execute
  File "game/scripts/screens.rpy", line 301, in execute
  File "game/scripts/screens.rpy", line 316, in execute
NameError: name 'Inspection' is not defined

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

Full traceback:
  File "scripts/story/002_chapter2.rpyc", line 3063, in script
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\ast.py", line 1625, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\exports\menuexports.py", line 134, in menu
    rv = renpy.store.menu(new_items)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\exports\menuexports.py", line 424, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2215, 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 "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 261, in execute
  File "game/scripts/screens.rpy", line 291, in execute
  File "game/scripts/screens.rpy", line 293, in execute
  File "game/scripts/screens.rpy", line 301, in execute
  File "game/scripts/screens.rpy", line 316, in execute
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\text\text.py", line 2192, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'Inspection' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Apocalypse Lovers 1.26
Thu Jan 23 21:18:29 2025
[/CODE]
 
Jan 12, 2024
191
86
You misread. The friend wants the MC to watch him fuck his wife. (IIRC you can choose if you want to see it or not)

All tags avoidable? There would be no game left. No kink shaming, but that's a bit weird :Kappa:
Snuff? Yes. Definitely avoidable. You choose how you behave with other characters. Orgies? Don't remember anything in the game currently.
I thought these tags were for other people, but these tags are for MC who can rape women
 

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
132
741
I got this error while forcing her to drop the towel during the 2nd bath she takes and when I tell her to just show herself and open her arms and all that for me to check

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

While running game code:
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 261, in execute
  File "game/scripts/screens.rpy", line 291, in execute
  File "game/scripts/screens.rpy", line 293, in execute
  File "game/scripts/screens.rpy", line 301, in execute
  File "game/scripts/screens.rpy", line 316, in execute
NameError: name 'Inspection' is not defined

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

Full traceback:
  File "scripts/story/002_chapter2.rpyc", line 3063, in script
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\ast.py", line 1625, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\exports\menuexports.py", line 134, in menu
    rv = renpy.store.menu(new_items)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\exports\menuexports.py", line 424, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2215, 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 "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 258, in execute
  File "game/scripts/screens.rpy", line 261, in execute
  File "game/scripts/screens.rpy", line 291, in execute
  File "game/scripts/screens.rpy", line 293, in execute
  File "game/scripts/screens.rpy", line 301, in execute
  File "game/scripts/screens.rpy", line 316, in execute
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\text\text.py", line 2059, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\text\text.py", line 2192, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "PERSONAL FUCKING DATA\Apocalypse_Lovers-1.26-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'Inspection' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Apocalypse Lovers 1.26
Thu Jan 23 21:18:29 2025
[/CODE]

A quick fix made by Bibifoc for that. A new upload will be done this week-end (1.26c) to adress this bugs.
 
  • Like
Reactions: Storm4n

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
132
741
I also have a bug. I'm playing on Android with joiplay. Game start fine but when I try to imput code to avoid pegi 16 I got an error and in the end it doesn't work.
Hey, the Android version of the game using JoyPlay is not supported and can indeed generate bugs. However, luckily, we’ve also been working on a stable Android version that should be available (if all goes well) this weekend, featuring brand-new functionalities such as a screen for more advanced and instant customization of the dialogue box, as you can see here: screenshot0005.png

So, if you wait just a few more days, you'll have access to a clean Android port.
 

Manoman13

Member
Dec 10, 2020
247
689
I also have a bug. I'm playing on Android with joiplay. Game start fine but when I try to imput code to avoid pegi 16 I got an error and in the end it doesn't work.
Android version is not official version, the dev add win/linux and mac, not android.
Try to contact who do android version or wait some day for official android version.
 

Ueur

New Member
Feb 18, 2020
8
12
hey when i try to open the skill tree the game stop responding, anyone with the same problem or knows how to fix?
 

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
132
741
hey when i try to open the skill tree the game stop responding, anyone with the same problem or knows how to fix?
Are you playing on a computer or on Android? This is a known lag issue that will be resolved with version 1.26c coming out this weekend. The bug is especially problematic on Android or on low-end PC . To avoid it, you just need to avoid clicking too quickly on the skills and wait for them to load. I know it's annoying, but it's already fixed in the upcoming version. Sorry for the inconvenience.
 
  • Like
Reactions: Ueur

slobber

Member
May 19, 2019
169
183
MC is definitely Jessica's father right? I mean all the clues are there. Molly would tie him up and blindfold him during sex. Anna was having trouble getting pregnant called Jessica a miracle baby (making her desperate enough to sneak fuck MC) and as Jessica became a beautiful teenage girl Anna was desperate to get MC out of the house so he wouldn't fuck her (granted that could be normal protective mother but if she knew he was her dad it would also make sense). In the flashbacks they say that Jessica didn't inherit anything from Lewis. There is too much hinting at it for it to be coincidence
Enigma! Did she call Jessica a miracle baby? I think I missed the flashbacks. I couldn't stand Deborah so I ended up skipping everything wherever she was involved.
 
4.10 star(s) 40 Votes