DrSoong

Active Member
Donor
Jan 8, 2022
548
1,298
There are some problems in the previous EP3 beta release that need to be solved. Waiting for the public release to allow Devs to solve the previous bugs should be the best choice :)
Nothing saying against it but some info directly from the developer would be nice (i suppose that everybody wants to know such important info).
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,105
BTW... I've pre-ported Core v7b for the VN and I'm ready to rock (I hope). New features, more horsepower, tighter UI enhancements, etc. One example is the new EpisodeAutoSave in which I stop using your quicksave slot and have now taken over (the appropriately numbered) page 69. Each slot will be a per-episode auto save in case your fappin' drunk ass forgets to do so. :p
I'll even flesh it out more to also include what pathing you are on in the save name as applicable... because I can.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,105
Ya know, I mod a lot of VN's... but ain't gonna lie, I'm really looking forward to this update. Hopefully the previous core of the VN is not altered too much as I've laid down a ton of new code in the mod that really polishes things out for new players and those who wish to start near the beginning. For example, every single one of those silly double-quote (empty dialogue text) lines are gone and coded correctly, the MiniStat is now fully choreographed (opens/closes automatically so you can just leave it be), etc. Many little things that take quite a bit of time to sort will make for a much more polished playthrough... which I think the VN deserves. #HypeTrain :p
 

Tulrek

Well-Known Member
Oct 25, 2020
1,928
4,218
Will the dev change the Alpha / Sigma designation that misleads the player ?
 

laszlo12

Member
Sep 27, 2018
456
4,620
1685126768890.png



The Grey Dream - Episode 3

The Grey Dream - Episode 3 - Aftermath Early Access Release!

Release Notes:

1000+ Static Renders

2000+ Animation Frame

Windows-Linux: -

Mac:

We have fixed all the errors that were reported to us during the beta release.
 

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
5,176
14,961
TheGreyDream-EP3.0EA
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Abhai

Devoted Member
Sep 12, 2018
9,482
38,596
FAP369ZONE Could you compress this game?
he cant..because it is already in dl/compressing process:
https://thef95zone.info/threads/game-compression-requests-2-0.32845/post-10861202

btw, cant quite understand those devs having images as huge pngs, just for the sake of size...lossless conversion to webp reduces the size 10x with no quality drop, while compressing it a bit reduces it up to 15 times - for example this 6.5GB monstrosity will become some 400-500 MB file.
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,853
47,343
The Grey Dream [Ep.3.0 Early access] [TheGreys]

COMPRESSED

LINKS WITH THE FIXED BUG (I hope so)
PC/MAC: - - - ANONFILES /

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

xvertion121

Member
Sep 3, 2017
366
388
The Grey Dream [Ep.3.0 Early access] [TheGreys]

COMPRESSED

PC/MAC: - WORKUPLOAD - PIXELDRAIN - ANONFILES /

You don't have permission to view the spoiler content. Log in or register now.
Its not version 0.3 its 0.2 .....what the hell ?
 

RNasc4444

Well-Known Member
Aug 16, 2022
1,249
5,151
Wait I'm confused. I thought Itch.io was moving away from adult game content. How come I can still pay with a card for "The Grey Dream" while I can't for so many others? Anyone know?
 

colombeen

Member
Modder
Jul 16, 2021
344
2,138
Gallery Unlock Script

Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: Ep. 6

Download: View attachment TheGreyDream-GalleryUnlocker.zip

DISCLAIMER
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.
Python:
# Use this unlock script at your own risk.
# https://thef95zone.info/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', 'ep4a', 'nct', 'klbedr', 'mflx',
        'tnshsc', 'annasex', 'jennysex', 'helenep6sexc'
    ]
    
    cinematics_unlock_list = [
        'unlockedOutro', 'ep2cnm', 'ep3end', 'ep3acnm', 'ep35end', 'ep35hcnm',
        'ep4end', 'ep5midcn', 'ep5endcn', 'ep6cnm', 'ep6end'
    ]
    
    rewards_unlock_list = [
        'meethelen1', 'ep2endhelen', 'meethelenmorning1', 'helenfinish1',
        'meethaley1', 'haleyapologize1', 'haleycar1', 'haleyhelp1', 'haleyfinish1',
        'lilymeet1', 'lilyout1', 'lilych1', 'devil1', 'kellyphone1', 'wrizz1',
        'noodle1', 'cinema1', 'kellych1', 'marthameet1', 'dog1', 'marthaevent1',
        'bethmeet1', 'yoink1', 'what1', 'honor_among_thieves1', 'meetcrissi1',
        'watchcrissi1', 'annameet1', 'annabed1', 'annatime1', 'annashower1',
        'annamilkshake1', 'annaevent1'
    ]

    for unlock_item in (gallery_unlock_list + cinematics_unlock_list + rewards_unlock_list):
        if getattr(persistent, unlock_item) != True:
            setattr(persistent, 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
 
Last edited:
3.90 star(s) 81 Votes