SagiriChan

Member
Jan 5, 2023
262
67
What does activate the voyeur stat? I mean it changes some scene or something like that? its avoidable?
 

Claudi@

Member
Jun 24, 2023
106
330
After seeing this video I decided to download the game. Super graphics and the story part is equally interesting . If the whole game is as I saw in the clip, I will think about the idea of supporting the developer on Patreon . I will also put this comment in the review part, from my perspective it deserves 5 stars.
 

DIRTY FILTHY Animal

Devoted Member
Jun 11, 2020
8,968
30,583
From what I understand, it seems that Mc is the reason why Helen and Mc's relationship ended.
I wonder what Mc did to make Halen so angry.
It's clear she still loves her.
Mc doesn't seem like the cheating type. It's gotta be something else.
I hope the secretary is an LI.
Maybe she couldn’t deal with his over active bladder and bought him some Cymbalta but he refused to take it cause he likes taking a piss every 5 minutes :ROFLMAO:
 

Deeja

New Member
Jul 30, 2021
8
48
Very nice game! No extra-ordinary story, but interestingly enough. Beautiful girls too. But why oh why there has to be a redhead in this game?
My mind goes somewhat single-lane mode only o_O Redheads rule the world :D
 
  • Like
Reactions: Kassandara

Moiraine™

Member
Jul 14, 2021
111
1,618
1693250686079.png


Hello folks,

It's been almost 2 months since the last status update. We wanted to let you know what we've been up to in the meantime. First, let's state the obvious. We released Episode 3.5. As for the development of the rest of the game, we started working on Episode 4 right after we released the last update.

1693250698626.png

At the moment we have 150 static renders of Episode 4 completed, which is 1/4 of the size of the episode. In terms of code, only the first scene is currently coded, but we plan to finish the code of all the rendered scenes we have by the end of the week.

1693250713071.png

Again, endless thanks to our patrons who support us. If you can't support us financially, adding our game to your wishlist on Steam would help us tremendously.



-The Greys
 

binbianmeiboty

New Member
Jun 28, 2023
7
3
A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.

Game version: Ep.3.5

Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.125324/post-10861740

# Start the deal with the devil
init 666 python:
    # Replay Gallery
    gallery_unlock_list = [
        'unlockedOutro', 'ep2ar', 'ep2ba', 'ep2bs',
        'ep2ga', 'ep2gs', 'ep3o', 'ep3a', 'ep3p',
        'ep35h'
    ]

    for gallery_unlock_item in gallery_unlock_list:
        if getattr(persistent, gallery_unlock_item) != True:
            setattr(persistent, gallery_unlock_item, True)

    # Make sure the replay scenes are clickable
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
I can't download it, it's a file or a net? or i just need to make a file by my own with the attachment. look forward to guys' reply and thanks
 
4.00 star(s) 77 Votes