Currently playing the 'zesty' version (that was provided by the dev) and the game crashes when Addison is introduced. Specifically when asked to change the name. That ass literally broke my game lmfao
| While running game code: File "game/scenes/day_1/day01_00intro.rpy", line 429, in script menu: File "game/scenes/day_1/day01_00intro.rpy", line 445 (_preferences.language not in di_gendered_langs) and if not zesty ^^^^^^^^^^^^ SyntaxError: invalid syntax -- Full Traceback ------------------------------------------------------------ Traceback (most recent call last): File "game/scenes/day_1/day01_00intro.rpy", line 429, in script menu: File "renpy/ast.py", line 1815, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "renpy/exports/menuexports.py", line 99, in menu condition = renpy.python.py_eval(condition) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "renpy/python.py", line 1290, in py_eval code = py_compile(code, "eval") ~~~~~~~~~~^^^^^^^^^^^^^^ File "renpy/python.py", line 1247, in py_compile raise e File "renpy/python.py", line 1177, in py_compile tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, True) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "game/scenes/day_1/day01_00intro.rpy", line 445 (_preferences.language not in di_gendered_langs) and if not zesty ^^^^^^^^^^^^ SyntaxError: invalid syntax |