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":
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: