Welcome to Free Will: Gallery Unlock Script (V0.4.0 Updated)

A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.

Updated October 2023 | We checked for new version 0.4.0

 

Welcome to Free Will Gallery Unlocker [PC]

Author: colombeen

Game version: v0.4.0

Full Code:

# Use this unlock script at your own risk.
# https://f95zone.to/threads/.85755/post-10862030

# Start the deal with the devil
init 666 python:
    # Image Gallery
    rewards_unlock_list = [
        'ep1_card1', 'ep1_card2', 'ep1_card4', 'ep1_card5', 'ep1_card9',
        'ep2_card4', 'ep2_card10', 'ep2_card12', 'ep2_card13', 'ep2_card16',
        'ep2_card20', 'ep1_card3', 'ep1_card7', 'ep1_card10', 'ep2_card3',
        'ep2_card6', 'ep2_card9', 'ep2_card17', 'ep2_card18', 'ep3_card2',
        'ep3_card3', 'ep3_card4', 'ep3_card5', 'ep3_card6', 'ep1_card6',
        'ep1_card8', 'ep1_card11', 'ep3_card9', 'ep3_card11', 'ep3_card16',
        'ep3_card19', 'ep3_card20', 'ep4_card2', 'ep4_card5', 'ep4_card6',
        'ep4_card8', 'ep4_card9', 'ep4_card11', 'ep2_card11', 'ep2_card14',
        'ep2_card19', 'ep2_card15', 'ep3_card10', 'ep3_card12', 'ep3_card13',
        'ep3_card14', 'ep3_card15', 'ep3_card17', 'ep3_card18', 'ep2_card1',
        'ep2_card2', 'ep2_card5', 'ep2_card7', 'ep2_card9', 'ep3_card1',
        'ep3_card7', 'ep3_card8', 'ep4_card1', 'ep4_card3', 'ep4_card4',
        'ep4_card7', 'ep4_card10', 'ep4_card12', 'ep4_card13', 'ep4_card14', 
        'ep4_card15', 'ep4_card16', 'ep4_card17', 'ep4_card18', 'ep4_card19', 
    ]
    
    # Replay Gallery
    scenes_unlock_list = [
        'ep1_kate_lewd', 'ep1_emma_lewd', 'ep1_moone_lewd', 'ep1_rosa_lewd',
        'ep1_flavia_lewd', 'ep2_flavianiki_lewd', 'ep2_candice_lewd', 'ep2_kate_lewd',
        'ep2_elyce_lewd', 'ep2_flavia_lewd', 'ep2_rosamall_lewd', 'ep2_nikimall_lewd',
        'ep2_laura_lewd', 'ep2_niki_lewd', 'ep2_lily_lewd', 'ep3_lily_lewd',
        'ep3_candice_lewd', 'ep3_rosa_lewd', 'ep3_flavia_lewd', 'ep3_elyce_lewd',
        'ep3_rosa2_lewd', 'ep3_candice2_lewd', 'ep3_niki_lewd', 'ep3_elyce2_lewd',
        'ep3_flavia2_lewd', 'ep3_flavia3_lewd', 'ep3_lily2_lewd', 'ep4_kate_lewd',
        'ep4_niki_lewd', 'ep4_raven_lewd', 'ep4_rosa_lewd', 'ep4_lily_lewd',
        'ep4_elyce_lewd', 'ep4_candice_lewd', 'ep4_niki2_lewd', 'ep4_flavia_lewd',
        'ep4_talita_lewd', 'ep4_rosa2_lewd', 'ep4_elyce2_lewd'
    ]

    for unlock_item in (rewards_unlock_list + scenes_unlock_list):
        if getattr(persistent, unlock_item) != True:
            setattr(persistent, 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

 

About the Game:

After his mother goes missing, a young man and his older brother travel to the small town called Free Will, where she was last seen.
Things get complicated very quickly when he is drawn into a chain of events that takes place in the town and meets the person he thought he would never see again.
As his stay in town continues, he’s going to question his previous decisions and begin to see the true value in life.

Inatallation:

Download and unzip the python file ‘GalleryUnlocker.rpy’ into your game folder.

File Size: 893 B

Download Link (MEGA):

>>>Download Now!<<<

More:

About Vook 81 Articles
Hello, My name is Vook and I love to collect all kinds of game unlockers, mods, trainers, etc. You can download all these files via MEGA without registering.

Be the first to comment

Leave a Reply

Your email address will not be published.


*