8 new weight stages for Lisa (the girl at the hospital)
new location: the casino
play slots and win $ (pretty proud of the way the slots came out)
beware, slots might feed you cake
general background improvements
Comments
what a great update looking great
jobode
2022-06-13 23:54:21 +0000 UTC
Im getting this error
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home.rpy", line 345, in script call
call jane_checkEndfriendship
File "game/jane-story.rpy", line 3855, in script
if(unlockedEventJane < 6):
File "game/jane-story.rpy", line 3855, in
if(unlockedEventJane < 6):
NameError: name 'unlockedEventJane' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home.rpy", line 345, in script call
call jane_checkEndfriendship
File "game/jane-story.rpy", line 3855, in script
if(unlockedEventJane < 6):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/jane-story.rpy", line 3855, in
if(unlockedEventJane < 6):
NameError: name 'unlockedEventJane' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gain of Life v0.22.1
Sat Jun 11 12:32:03 2022
[/code]
and also
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/collegeDay.rpy", line 13, in script
if(jane.romance != -1 and unlockedEventJane == 3):
File "game/collegeDay.rpy", line 13, in
if(jane.romance != -1 and unlockedEventJane == 3):
NameError: name 'unlockedEventJane' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/collegeDay.rpy", line 13, in script
if(jane.romance != -1 and unlockedEventJane == 3):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/collegeDay.rpy", line 13, in
if(jane.romance != -1 and unlockedEventJane == 3):
NameError: name 'unlockedEventJane' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gain of Life v0.22.1
Sat Jun 11 12:37:01 2022
```
and
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: In DynamicImage u'[character1_path]': Could not find substitution 'character1_path'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 570, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/image.py", line 752, in per_interact
self.find_target()
File "renpy/display/image.py", line 638, in find_target
raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0])))
Exception: In DynamicImage u'[character1_path]': Could not find substitution 'character1_path'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gain of Life v0.22.1
Sat Jun 11 12:37:30 2022
[/code]