1/3
4 Years of Service
Updated: 2024-03-24Game/Creator: Lustyverse Passion on Display
Modder: colombeen (No Links Available)
Mod Version: v1.00
Game Version: v1.00
Language: English
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.
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.
Installation:
A simple gallery unlock script. Extract the zip inside the game folder.
Unlock Script:
Python:
# Use this unlock script at your own risk.
# VN - Ren'Py - Completed - LustyVerse: Passion on Display [v1.00] [Inceton Games]
# Start the deal with the devil
init 666 python:
# Unlock the gallery
persistent.gallery_unlocked = True
# 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
# Use this unlock script at your own risk.
# VN - Ren'Py - Completed - LustyVerse: Passion on Display [v1.00] [Inceton Games]
# Start the deal with the devil
init 666 python:
# Unlock the gallery
persistent.gallery_unlocked = True
# 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
You must be registered to see links
Attachments
You must be registered for see attachments list
Last edited: