MasterWiII
Newbie
- Oct 21, 2023
- 21
- 22
- 113
Some screenshots are not even from the main game but from the completely separated ( standalone) one, very deceiving and misleading...
Not the guy that made the mod/patch but i only change a line of code in the game script and it work out for me.Playing with the " Enhanced Fan Taboo Mod v1.8.2 " , ie, latest version.
Any help with this?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 23, in script call
call Names_reinit from _call_Names_reinit
File "game/script.rpy", line 23, in script call
call Names_reinit from _call_Names_reinit
renpy.script.LabelNotFound: could not find label 'Names_reinit'.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 23, in script call
call Names_reinit from _call_Names_reinit ----> call Family_names_reinit from _call_Family_names_reinit
File "renpy/ast.py", line 1622, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 23, in script call
call Names_reinit from _call_Names_reinit
File "renpy/script.py", line 1161, in lookup
raise LabelNotFound(original)
renpy.script.LabelNotFound: could not find label 'Names_reinit'.
Ren'Py 8.4.1.25072401
project ATMOSPHERE 0.4-P5-beta2
Wed Nov 5 18:47:49 2025
Not sure why you put her name in spoiler, they say in the changelog this update is just an "Alice" update.W update. Another great scene with Alice. I like a lot of the LI's in this game, but she might be my favorite.
I would say you would be doing many gamers a favor here. I also had the same problem, but being a newbie, codewise, I gave up. And I have to say, having all the opportunities for every download possibility here -- every single one was a ridiculous timeframe, so, again -- no.Not the guy that made the mod/patch but i only change a line of code in the game script and it work out for me.
Example : call Names_reinit from _call_Names_reinit ----> call Family_names_reinit from _call_Family_names_reinit
It's easy actually, go to the "script" file from the game folder and open it with the notepad or notepad++. Then search for the following entry using CTRL + F: "call Names_reinit from _call_Names_reinit", then, replace this entry with "call Family_names_reinit from _call_Family_names_reinit" and save.I would say you would be doing many gamers a favor here. I also had the same problem, but being a newbie, codewise, I gave up.
maybe its cause im on mac or because i downloaded the compressed version but when i ctrl F in the scripts file there is no reference to reinit or call Names_reinit or anything in said string of words to search for, there are 3 scripts files in the game and i searched all 3It's easy actually, go to the "script" file from the game folder and open it with the notepad or notepad++. Then search for the following entry using CTRL + F: "call Names_reinit from _call_Names_reinit", then, replace this entry with "call Family_names_reinit from _call_Family_names_reinit" and save.
Here is the copy of the edited script if you want. If you trust me enough. Muahahahaha.I would say you would be doing many gamers a favor here. I also had the same problem, but being a newbie, codewise, I gave up. And I have to say, having all the opportunities for every download possibility here -- every single one was a ridiculous timeframe, so, again -- no.
ThanksHere is the copy of the edited script if you want. If you trust me enough. Muahahahaha.
JK, I only know the bare minimum amount of coding. Anything like making a virus is too advance for me.
P.S I own a PC not a Mac. So Mac user you are on your own