Gallery Unlock Script
Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: Season 2, 3 and 4
Season 1 hasn't been tested but from what I've seen in the code, it should work as well.
Download: MEGA
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.69272/post-10469289
# Start the deal with the devil
init 666 python:
# Make sure the replay scenes are clickable
if not gallery_picks is None:
for gallery_item in gallery_picks:
if gallery_item not in mp.gallery:
unlock_gallery(gallery_item)