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.
# 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', 'ep6cnm'
]
cinematics_unlock_list = [
'unlockedOutro', 'ep2cnm', 'ep3end', 'ep3acnm', 'ep35end', 'ep35hcnm',
'ep4end', 'ep5midcn', 'ep5endcn', 'ep6cnm'
]
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
https://f95zone.to/threads/the-grey-dream-ep-3-0-early-access-thegreys.125324/post-10861012Its not version 0.3 its 0.2 .....what the hell ?
I just download and.. it's 2.0 ver... End of Chapter 2It's 0.3, it's just named wrong. It's 200mb, you could just download it and see for yourself.
This comment gave me a very funny mental image.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
I downloaded it, started it and the actual splash screen says EP3.I just download and.. it's 2.0 ver... End of Chapter 2
Maybe because i downloaded the compressed version... all 180.7MBI downloaded it, started it and the actual splash screen says EP3.
I just download and.. it's 2.0 ver... End of Chapter 2
Maybe because i downloaded the compressed version... all 180.7MB
it isnt compressed version fault - they/dev have messed up the scripts (putting an old script with a new build apparently).yeah compressed version ends where ep2 did
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.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.
you dont need to...the version that has been lekaed here is bugged - (messed up script, everything else is here/fine).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.
Yeah, you are right... There is images of Ep 3 but the problem it's scriptyou 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...
can you upload/attach just scripts.rpa from your version here, please?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
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.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...
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]
I'm going to create the packages, after I'm done, I'll copy the scripts.rpa from the original to the compressed version.can you upload/attach just scripts.rpa from your version here, please?
like this ?can you upload/attach just scripts.rpa from your version here, please?
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.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]