• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

colombeen

Member
Modder
Jul 16, 2021
298
1,605
Gallery Unlock Script

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

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.
SIDENOTE
This mod shouldn't interfere with other mods.
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.158858/post-10700573

# Start the deal with the devil
init 666 python:
    # Loop through all persistent data
    for gallery_unlock_item in range(1, 36):
        for gallery_type in ['gallery', 'scene']:
            varname = gallery_type + f'{gallery_unlock_item:02}'
            if getattr(persistent, varname) != True:
                setattr(persistent, varname, 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
 
Last edited:

m0us3r

Member
Nov 28, 2020
479
1,410
Well the description wasn't too enticing, as well as some tags... But Leap of Faith means a lot of quality work, so let's check it out.
 

Hahn1900

Well-Known Member
Jan 3, 2021
1,405
3,149
Puh.... is it unfair to say i expected way more from this?

Dissapointing so far.

First of all, i expected better quality in renders and animations. After making LoF i think its fair to assume with better experience by the DEV the overall quality must rise? But its not the case... i even think the models and most of the renders are looking a little worse than in LoF. And in the Trailer the whole game looked much better... thats... not good.

And on top, the game is a little buggy. Crashed mulitple times after loading a save and in the free roam section, i stopped playing there and will wait for a patched version. This is not the high quality work iam used to by Drifty, really not.

So overall its not a good start for the game. I was really looking forward to it, but yeah... iam disappointed for now, lets see where it goes, lets hope for the best. Iam sure Drifty can do a lot better than this.
 

SweatyDevil

Member
Jan 8, 2022
270
425
Man I'm glad the game it's finally here, i'm really looking forward for this one. After the LOF journey and seeing how Drifty is talented i'm super excited. Best of luck for the game and for Drifty
Question though...how the hell you pronounced the title?
 

Sony676

Active Member
Mar 14, 2021
579
701
Why does he put in a gallery WITHOUT a replay function? You put so much effort in animations and just deliver the boring Wallpaper gallery....
 
  • Haha
Reactions: Grelk

colombeen

Member
Modder
Jul 16, 2021
298
1,605
any chance there is a scene replay unlocker?
There is only a picture gallery, or am I missing something? Honestly, I don't really know much about Ren'Py and Python. I know just enough to write these little unlock scripts... Adding a replay gallery, I wouldn't know where to begin. I did ask Sancho1969 if he'll be creating a mod for the game, but he does have a buttload of games for which he maintains a mod, so not sure if he'll have the time.
 

colombeen

Member
Modder
Jul 16, 2021
298
1,605
Puh.... is it unfair to say i expected way more from this?

Dissapointing so far.

First of all, i expected better quality in renders and animations. After making LoF i think its fair to assume with better experience by the DEV the overall quality must rise? But its not the case... i even think the models and most of the renders are looking a little worse than in LoF. And in the Trailer the whole game looked much better... thats... not good.

And on top, the game is a little buggy. Crashed mulitple times after loading a save and in the free roam section, i stopped playing there and will wait for a patched version. This is not the high quality work iam used to by Drifty, really not.

So overall its not a good start for the game. I was really looking forward to it, but yeah... iam disappointed for now, lets see where it goes, lets hope for the best. Iam sure Drifty can do a lot better than this.
Did you see the patch in the OP?
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,100
45,990
There is only a picture gallery, or am I missing something? Honestly, I don't really know much about Ren'Py and Python. I know just enough to write these little unlock scripts... Adding a replay gallery, I wouldn't know where to begin. I did ask Sancho1969 if he'll be creating a mod for the game, but he does have a buttload of games for which he maintains a mod, so not sure if he'll have the time.
I'll check it out once I'm done with current project bud... I'm swamped at the moment but maybe later this afternoon.

how to disable that sync bullshit
If it's like other drifty games I can sort that... I haven't even seen this game but there's likely a discord sync that I resolve.
 
Dec 9, 2020
433
1,177
Huh.. kinda funny... in the middle of the sex scene and windows defender picks up a trojan on scanner, then deletes the game's exe before I chose quarantine or delete...... hardcore defender...
 
  • Like
Reactions: John972

Elduriel

Engaged Member
Donor
Mar 28, 2021
2,410
3,779
the suspense with that ending, drifty really knows how to hook people. Back to playing LoF... A bit overkill on my opinion with the free-roam sections, but at least it's not as bad as BaDIK
 
4.20 star(s) 24 Votes