# Use this unlock script at your own risk.
# https://f95zone.to/threads/.52669/post-11140449
# Start the deal with the devil
init 666 python:
gallery_unlock_list = [
'jennifer', 'lisa', 'nicole', 'linda', 'sandra', 'khloe', 'mary', 'kelly', 'ming',
'clara', 'isabella', 'rachel', 'amy', 'holly', 'becky', 'madison', 'veronica',
'emily', 'keira', 'megan', 'jill', 'karen', 'jessica', 'anya', 'kayla', 'jade',
'amber', 'paige', 'lucy', 'maya', 'kate'
]
# Loop through all persistent data
for gallery_unlock_item in gallery_unlock_list:
varname = gallery_unlock_item + '_enabled'
if getattr(persistent, varname) != True:
setattr(persistent, varname, 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