colombeen

Member
Modder
Jul 16, 2021
344
2,124
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://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', '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:

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,850
47,286
Its not version 0.3 its 0.2 .....what the hell ?
https://f95zone.to/threads/the-grey-dream-ep-3-0-early-access-thegreys.125324/post-10861012

I downloaded it from the link above. 3.0
Now in options.rpy configuration is 2.0

options.rpy


define config.name = _("TheGreyDream")


## Determines if the title given above is shown on the main menu screen. Set
## this to False to hide the title.

define gui.show_name = False


## The version of the game.

define config.version = "2.0"

tg.jpg
 
Last edited:

Aristos

Forum Fanatic
Dec 28, 2017
5,518
16,510
Seriously, I can't launch this game without wiggling in my seat EVERY SINGLE TIME since the first time I tried it. Such a great opening music :cool:
 
  • Haha
Reactions: vgyew and drisarter

XV71

Active Member
Feb 25, 2020
710
3,656
yeah compressed version ends where ep2 did, even though the splash screen says ep 3
 

Abhai

Devoted Member
Sep 12, 2018
9,482
38,577
I just download and.. it's 2.0 ver... End of Chapter 2
Maybe because i downloaded the compressed version... all 180.7MB
yeah compressed version ends where ep2 did
it isnt compressed version fault - they/dev have messed up the scripts (putting an old script with a new build apparently).
it is early access so "bugs" can happen...still, i would bet the "fix" will be uploading whole 6.5+ GBs again, and not just a single scripts.rpa file.
 
  • Like
Reactions: XV71 and giqui

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,850
47,286
it isnt compressed version fault - they/dev have messed up the scripts (putting an old script with a new build apparently).
it is early access so "bugs" can happen...still, i would bet the "fix" will be uploading whole 6.5+ GBs again, and not just a single scripts.rpa file.
I downloaded the game from the available links. I didn't change the settings files. I only changed images, videos and audios. I'm going to download from another server, but I believe it's the same file I downloaded.
 
  • Like
Reactions: XV71 and Abhai

Abhai

Devoted Member
Sep 12, 2018
9,482
38,577
I downloaded the game from the available links. I didn't change the settings files. I only changed images, videos and audios. I'm going to download from another server, but I believe it's the same file I downloaded.
you dont need to...the version that has been lekaed here is bugged - (messed up script, everything else is here/fine).
untill that is fixed, you will just waste your time and dl bandwitch...
 
  • Like
Reactions: XV71 and giqui

hyuk_reaper

Newbie
Sep 2, 2020
50
233
Eh, in the full version, I didn't see any problems when starting episode 3, but in the compressed version, at the end of episode 2, the game returns to the main menu
 
  • Thinking Face
Reactions: giqui

TotalDago

Newbie
Feb 18, 2018
68
34
you dont need to...the version that has been lekaed here is bugged - (messed up script, everything else is here/fine).
untill that is fixed, you will just waste your time and dl bandwitch...
Yeah, you are right... There is images of Ep 3 but the problem it's script
 

Abhai

Devoted Member
Sep 12, 2018
9,482
38,577
Eh, in the full version, I didn't see any problems when starting episode 3, but in the compressed version, at the end of episode 2, the game returns to the main menu
can you upload/attach just scripts.rpa from your version here, please?
 

RNasc4444

Well-Known Member
Aug 16, 2022
1,169
4,841
you dont need to...the version that has been lekaed here is bugged - (messed up script, everything else is here/fine).
untill that is fixed, you will just waste your time and dl bandwitch...
Not sure what you mean. I just ctrl skipped the entirety of ep 3 and everything looks ok. The only issue I have is there seems to be a broken variable somewhere because one of my 2 saves does not load. The "Alpha" route seems broken somewhere. But the Sigma is fine.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?[/I]
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,850
47,286
can you upload/attach just scripts.rpa from your version here, please?
I'm going to create the packages, after I'm done, I'll copy the scripts.rpa from the original to the compressed version.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,060
Not sure what you mean. I just ctrl skipped the entirety of ep 3 and everything looks ok. The only issue I have is there seems to be a broken variable somewhere because one of my 2 saves does not load. The "Alpha" route seems broken somewhere. But the Sigma is fine.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?[/I]
Rollback errors aren't due to variables... they are due to (usually) using different rpyc files from the previous build, adding or changing too many conditionals, altering character naming conventions, and other drastic measures to the file(s), and RenPy not being able to rollback far enough to find a proper landing spot. Rpyc files contain the location markers used in save files so RenPy can later find the right spot to load to, and other things as well.
 
3.90 star(s) 80 Votes