tatters

Member
Jul 25, 2018
127
176
188
Not a bad game i could see me playing more updates but only thing that turns me away a little is the size of the game if it can be compressed a little more that would be great.
 
  • Like
Reactions: Pablor and M1ad

kibaris

Member
Mar 17, 2019
354
859
248
You don't have permission to view the spoiler content. Log in or register now.
Am I being paranoid or is this what I think it is?
She left her old job so it must be profitable and more importantly she didn't want the mc to know and she's being strangely evasive about it...(kinda streamer, a new platform but she wont tell him either) and if it was some gaming or something like that she she wouldn't have any reason to be.
 

weezal

Active Member
Jul 5, 2022
568
1,022
267
You don't have permission to view the spoiler content. Log in or register now.
Am I being paranoid or is this what I think it is?
She left her old job so it must be profitable and more importantly she didn't want the mc to know and she's being strangely evasive about it...(kinda streamer, a new platform but she wont tell him either) and if it was some gaming or something like that she she wouldn't have any reason to be.
oh absolutely
 

goulet1995

Well-Known Member
Sep 30, 2021
1,700
3,922
387
You don't have permission to view the spoiler content. Log in or register now.
Am I being paranoid or is this what I think it is?
She left her old job so it must be profitable and more importantly she didn't want the mc to know and she's being strangely evasive about it...(kinda streamer, a new platform but she wont tell him either) and if it was some gaming or something like that she she wouldn't have any reason to be.
thats unfortunate i dont play game with sex worker LI's assuming thats what it is
 

iketeru

New Member
Aug 15, 2018
3
2
165
Ah, the Engrish is strong with this one. The renders are beautiful. The story is a bit lacking and confusing, but hopefully it pans out. I want to see more, keep up the good work!
 

Ricky Smith

Member
Jan 11, 2023
108
220
177
MC is top of his college class (valedictorian), but is late for first interview and first meeting. He can't play golf either. Dude is destined to be CEO.
 
  • Haha
Reactions: Zorro#34

huehuefu

Newbie
Feb 17, 2022
84
49
142
woah, some comments are harsh. its just ep3, renders are great, story is decent, the plot is building up slowly. only thing that i agree with is that file sizes are big
 

Skylaroo

Engaged Member
May 28, 2017
2,104
5,511
737
So is there going to be a fixed version coming or are we jumping from early access 3.0 straight to 3.5 now? I've held back on playing the 3.0 hoping for the fixed version.
 

WhY NoT?!

Member
Sep 2, 2019
255
241
192
Did anyone unlock the scene Bar-A with Anna? If yes, how?! I tried every way possible and I can't find it...

Edit: Never mind, I found it.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,538
368
Why do so many games have broken saves?
If you want to completely avoid broken saves, play the game only when it is fully completed. It is common for games which are under active development to have changes and fixes on older codes which potentially break the saves, especially for games in early stage of development.

Or,
1. Only play games developed by god level programmer who never makes any mistakes and perfect in every sense which is non-existent.
2. Only play very simple Kinetic Novel.
 
  • Like
Reactions: Tulrek

laszlo12

Member
Sep 27, 2018
455
4,609
441
1686177077562.png



The Grey Dream - Episode 3

The Grey Dream - Episode 3 - Aftermath Full Release!

Release Notes:

1000+ Static Renders

2000+ Animation Frame

Windows-Linux: - -

Mac: - -

Gallery bug fixes.

There are no additional scenes in the full release so if you download it before, we don't advise you to download it again with the intention of seeing extra content.
 

Dr.XxL

Member
May 14, 2022
229
268
178
A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.

Game version: Ep.3.0 Early access

Python:
# Use this unlock script at your own risk.

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

    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
    # The script below was found in a scrappy mod
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
Is it suitable to full version?
 
3.70 star(s) 80 Votes