Honestly? I'm trying to rewrite some of the scenes to just like...fit my kinks, basically. After you use a decompiler to see more of the game's directory, it's not terribly hard to find where all the scenes are ("src" file), and after that, not super hard to take a look at the code and a) modify it to add or change dialogue, and b) modify it further with knowledge of how they're layering images in a given scene to do stuff like change a facial expression at specific points. I've done it with a few other RenPy games (A Town Uncovered is particularly easy) and earlier versions of Summertime Saga. My problem so far is that I can modify and change the game's code in specific scenes, but when I try and run the game again, it tells me that parsing the script failed, and takes me to the error I listed above.