Made an incest patch for inputs. So that it doesn't take too long to set up relationships.
version: Universal
feature: Eng only. Sets the relationship: by default, they will be family members. Just press Enter(you can still set the relationship you want).
pc install: Unzip into the "game" folder.
12.07.24: UPDATED, since the Dev has changed the code.
notes:
This patch should work with future versions(unless the dev changes the code).
If dev adds new relationships in the future, then I'll need to add it to the patch. If I missed something, let me know if you see it.
When I use the patch, there is no longer an option to change Men's names. I get a traceback, and the Men's Names become "None"
-----------------------------------------------------------
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 411, in script
$ landon_name = landon_name.strip()
File "game/script.rpy", line 411, in <module>
$ landon_name = landon_name.strip()
AttributeError: 'NoneType' object has no attribute 'strip'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 411, in script
$ landon_name = landon_name.strip()
File "C:\XXXXXXXX\We Are Lost v0.4.11 Beta\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\XXXXXXXX\We Are Lost v0.4.11 Beta\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 411, in <module>
$ landon_name = landon_name.strip()
AttributeError: 'NoneType' object has no attribute 'strip'