Avaron1974

Resident Lesbian
Aug 22, 2018
25,651
88,210
Your incest patch causes the game to show an error report already when choosing a name in the latest update
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 416, in script
    $ liam_name = liam_name.strip()
  File "game/script.rpy", line 416, in <module>
    $ liam_name = liam_name.strip()
AttributeError: 'NoneType' object has no attribute 'strip'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 416, in script
    $ liam_name = liam_name.strip()
  File "E:\S-games\WeAreLost-v0.4.13-Beta-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\S-games\WeAreLost-v0.4.13-Beta-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 416, in <module>
    $ liam_name = liam_name.strip()
AttributeError: 'NoneType' object has no attribute 'strip'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
We Are Lost v0.4.13-Beta
Wed Oct  9 02:52:42 2024
Probably because you're using an outdated mod.
 

Fantabulous

Newbie
Feb 13, 2024
46
191
MaDDoG1111

Please avoid asking what the relationship should be with X since we don't know who X is supposed to be by default. Also, MC's names should use defaults instead of being named "" if you just hit Return.

Just a suggestion.
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
2,221
832
WeAreLost-0.4.13
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

parceload

Member
Nov 14, 2017
111
172
09.10.24: Since the dev has changed the code, the patch doesn't work. I'll update the patch later.

--------------------------------------------------------------------------------------------------
Made an incest patch for inputs. So that it doesn't take too long to set up relationships.
version: Universal, starting from [v0.4.11].
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.

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.
unofficial mod update for v0.4.13

EDIT: orig post updated, removed my version
 
Last edited:
3.20 star(s) 45 Votes