3.90 star(s) 10 Votes

theshadower10

New Member
Sep 19, 2017
14
29
It should work if you use the Patreon version, iirc Alexia is the Patreon-exclusive character. Corrupted file is also unlikely as the save is pretty much a text file

You could try editing your save file maybe, delete photosUnlocked, snapsUnlocked, and storyScenesWatched lines in Alexia.tres file and replace it with these lines

Code:
photosUnlocked = Array[String](["res://GameContent/girls/Alexia/story/images/photo1.png", "res://GameContent/girls/Alexia/story/images/photo2.png", "res://GameContent/girls/Alexia/story/images/photo3.png", "res://GameContent/girls/Alexia/story/images/photo4.png", "res://GameContent/girls/Alexia/story/images/photo5.png", "res://GameContent/girls/Alexia/story/images/photo6.png", "res://GameContent/girls/Alexia/story/images/photo7.png", "res://GameContent/girls/Alexia/story/images/photo8.png", "res://GameContent/girls/Alexia/story/images/photo9.png", "res://GameContent/girls/Alexia/story/images/photo10.png", "res://GameContent/girls/Alexia/story/images/photo11.png"])
snapsUnlocked = Array[String](["snap1"])
storyScenesWatched = Array[String](["1-1", "1-2", "1-3"])

Found that you have to change the line

[ext_resource type="Resource" path="user://userData/saveInfo/partners/Liam.tres" id="2"]

into

[ext_resource type="Resource" path="res://GameContent/girls/Alexia/partners/Liam/Liam.tres" id="2"]


This fixed it for me
 
  • Like
Reactions: Bang Ding Ow
3.90 star(s) 10 Votes