No, they were supposed to have made lots of quality of life improvements as well, instead traceback errors galore.
I can skip most of them, but some like talking to Luna are preventing me from moving forward.
Code:
File "game/script/luna.rpy", line 55, in script
menu .talk(talk=side):
File "game/script/luna.rpy", line 57, in <module>
"Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
File "game/script/girls.rpy", line 554, in talkSys
return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'
These type are frequent, but I can ignore and the gallery entries will still open so I don't know what's failing that's causing the error.
Code:
File "game/script/shino.rpy", line 1023, in <module>
$shino.addGallery("event3_sex")
File "game/script/girls.rpy", line 666, in addGallery
name = self.galleryEvents[string]["name"]
KeyError: u'event3_sex'