Nico Pinzel
Results
2
comments of
Nico Pinzel
Maybe this could be useful information: This "er"-error only happens when using German text language and i changed all "English" entries to "German" in the file "EnglishWithJapanese_SayQuestEnglish" amd female NPCs...
> > Then open group.py and go to line 251 to find: > > writer.write(p["transform"]["raw_data"]) and change it to writer.write(bytes(p["transform"]["raw_data"])) > > group.py only has 134 lines for me, and...