# Use this unlock script at your own risk.
# https://f95zone.to/threads/.77680/post-12093800
# Start the deal with the devil
init 666 python:
# Scene gallery
scene_gallery_unlock_list = [
'ch1_cassie_fbsex', 'ch1_tippedjune', 'ch1_jdream', 'ch1_june_dd_complete',
'ch1_kdream', 'ch1_katypg', 'ch1_katy_pgdoggy', 'ch1_katy_pgSumata',
'ch1_katypg_complete', 'ch1_zoepg', 'ch1_zoepgbj', 'ch1_zoepghj',
'ch1_zoepg_complete', 'ch2_junesex', 'ch2_djkinkdildo', 'ch2_katysex',
'ch3_ver_sex', 'ch3_katyquickie', 'ch4_zoehappyend', 'ch4_junesex',
'ch4_casssex', 'ch4_meghookedup', 'ch4_freshsex', 'ch5_kin4play'
]
# Image gallery
image_gallery_unlock_list = [
'ch1_artemisunlocked', 'ch4_complete', 'ch1_sdcard_artemis_1', 'ch1_sdcard_kindra_1',
'ch1_sdcard_kindra_2', 'ch1_sdcard_june_1', 'ch1_sdcard_dk_1', 'ch1_sdcard_reina_1',
'ch1_sdcard_paige_1', 'ch1_sdcard_katy_1', 'ch1_sdcard_naomi_1', 'ch1_sdcard_zelda_1',
'ch1_sdcard_v_1', 'ch2_sdcard_kindra_1', 'ch2_sdcard_cassie_1', 'ch2_sdcard_reina_1',
'ch2_sdcard_kindra_2', 'ch2_sdcard_katy_1', 'ch2_sdcard_zoe_1', 'ch2_sdcard_artemis_1',
'ch2_sdcard_zelda_1', 'ch3_sdcard_artemis_1', 'ch3_sdcard_v_1', 'ch3_sdcard_kindra_1',
'ch3_sdcard_naomi_1', 'ch3_sdcard_paige_1', 'ch3_sdcard_reina_1', 'ch3_minig_naomi_1',
'ch3_minig_paige_1', 'ch4_sdcard_dk_1', 'ch4_sdcard_june_1', 'ch4_sdcard_paige_1',
'ch4_sdcard_zoe_1', 'ch4_sdcard_zelda_1', 'ch4_sdcard_artemis_1', 'ch4_sdcard_june_2',
'ch4_party_june_3', 'ch4_zoe_thetip', 'dl_girl_unlocked'
]
# Fix vladimirovna gallery
persistent.dl_girl_key = 'vladimirovna'
for gallery_unlock_item in (scene_gallery_unlock_list + image_gallery_unlock_list):
if getattr(persistent, gallery_unlock_item) != True:
setattr(persistent, gallery_unlock_item, 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