- Jul 16, 2021
- 344
- 2,142
Gallery Unlock Script
Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: v0.13.2 (but should work on all newer versions)
Download: View attachment Intertwined-GalleryUnlocker.zip
Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: v0.13.2 (but should work on all newer versions)
Download: View attachment Intertwined-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.
SIDENOTE
This mod shouldn't interfere with other mods.
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.53676/post-11523311
# 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
Last edited: