NAME BUG FIX - 9/05/2020
Line 347:
Code:
menu:
"Yes":
$ change_name = True
$ m = renpy.input("What is her name?", "Meave", None, None, 10).strip()
"No":
default m = Character("Maeve",color="#f542ef")
Changes: I have changed the menu items of line 347 for the character Meave and replaced the menu items with a copy of another character's name change menu. So far it looks like I there are no problems and we are able to change the character's name. I had also fixed a problem where the other character's names are redefined again back to their original names. I have made these as comments in my script.rpy but have left the character Zita untouched as we have not encountered her yet.
Please download the attached script.rpy below or you can change it yourself by going into /games/script.rpy and make the changes listed.
Please also note, in the developer notes he has said that he would lie to us, , so in the event that this name change was intentional, please ignore this comment unless you want to change the name of the characters and continue to keep the names changed.
Thank you,
CidR