not workingGallery Unlock Script
Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: v0.07.00M (Should work on future versions as well)
Download: View attachment 3802308
Python:# Use this unlock script at your own risk. # Start the deal with the devil init 666 python: # 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