svmwuttrhzotmenuqn

New Member
Oct 11, 2020
2
1
100
StarbaseK I ran into a minor issue. But knowing how to modify renpy got me around it. The PythonUpdater has a line at the end to fix diary_entries["D_S164"].img. However, I hadn't got to the line in the game to add the diary entry (scripts/Story Events/S164 -> ln 384). So that call to the diary_entries list is invalid in update utility.

EDIT:
I modified that line in the updater to:

if "D_S164" in diary_entries and diary_entries["D_S164"].img == "images/Events/S164-Dinner With Friend/S164A_8.webp":
 
Last edited:
  • Like
Reactions: StarbaseK

StarbaseK

Member
Game Developer
Aug 20, 2020
183
229
110
We've just shipped a new Version 1.14a to address that save compatability issue.
 
3.60 star(s) 7 Votes