This is a bugged Barbie hint saying "Go to Sleep". It fixes itself after you sleep once. At least for me. If sleep doesn't fix it for you - please reply and I'll see what can be done.
okay i tried it and yup it cleared up the bug.. thanks
This is a bugged Barbie hint saying "Go to Sleep". It fixes itself after you sleep once. At least for me. If sleep doesn't fix it for you - please reply and I'll see what can be done.
Bug Fix 5 - Force Start beginning of Oliya EventOK so Olivia quest is bugged anyone know how to progress with belle says go to school in the morning have done several times nothing changes
And...Bug Fix 2 - Olivia's House Crash
Before you enter Olivia's house in the top right beside the red house enter:
oliLivingroomAyax = False
While running game code:
File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/Mechanics/Navigation.rpyc", line 2824, in script
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/Mechanics/Navigation.rpy", line 2824, in <module>
NameError: name 'oliHallwayAyax' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
SexNote 0.23.0a
Fri Jun 7 00:27:56 2024
While running game code:
File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/Mechanics/Navigation.rpyc", line 2903, in script
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/Mechanics/Navigation.rpy", line 2903, in <module>
NameError: name 'oliBedroomAyax' is not defined
While running game code:
File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/Mechanics/Navigation.rpyc", line 2971, in script
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/code/Mechanics/Navigation.rpy", line 2971, in <module>
NameError: name 'oliVeeBedroomAyax' is not defined
Had the same errors but like you guessed above entering those into console does the trickAnd...
Code:While running game code: File "game/code/Mechanics/Navigation.rpy", line 2824, in <module> NameError: name 'oliHallwayAyax' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/code/Mechanics/Navigation.rpyc", line 2824, in script File "renpy/ast.py", line 2115, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 1092, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 1085, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/code/Mechanics/Navigation.rpy", line 2824, in <module> NameError: name 'oliHallwayAyax' is not defined Windows-10-10.0.22621 AMD64 Ren'Py 7.5.3.22090809 SexNote 0.23.0a Fri Jun 7 00:27:56 2024
Code:While running game code: File "game/code/Mechanics/Navigation.rpy", line 2903, in <module> NameError: name 'oliBedroomAyax' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/code/Mechanics/Navigation.rpyc", line 2903, in script File "renpy/ast.py", line 2115, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 1092, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 1085, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/code/Mechanics/Navigation.rpy", line 2903, in <module> NameError: name 'oliBedroomAyax' is not defined
oliHallwayAyax = FalseCode:While running game code: File "game/code/Mechanics/Navigation.rpy", line 2971, in <module> NameError: name 'oliVeeBedroomAyax' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/code/Mechanics/Navigation.rpyc", line 2971, in script File "renpy/ast.py", line 2115, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 1092, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 1085, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/code/Mechanics/Navigation.rpy", line 2971, in <module> NameError: name 'oliVeeBedroomAyax' is not defined
oliBedroomAyax = False
oliVeeBedroomAyax = False
??
oliHallwayAyax = False
oliBedroomAyax = False
oliVeeBedroomAyax = False
The developer forgot to add new rooms to "sleep reset" code in Bedroom.rpy.
Code:$ oliBedroomAyax = True $ oliHallwayAyax = True $ oliLivingroomAyax = True $ oliVeeBedroomAyax = True
Then at Olivia's house before you talk to Priya open Console again and type:
gateTime = 0
There's 2 mistypes in game/code/Story/OliStory.rpy file:
Code:794: if gateTime == 0: 2943: if gateTime == 0:
Same here.
Are you skipping to new content and getting this?Same here.
$ belEvents = 20
$ belGuide = "That's all for this version."
belGuide = "That's all for this version."
belEvents = 19
I'm still encountering the same issues regarding no. 3! no. 2 got fixed by finishing the update (iirc it causes bug with Olivia's mother).Here's updated patch with fix for this issue. Now it fixes:
- The Belle's quest will be marked as completed from start of update as it should be;
- gateTime crash;
- oliBedroomAyax, oliHallwayAyax, oliLivingroomAyax, oliVeeBedroomAyax crash;
- oliBaby crash.