Bug 1: I can choose to take Nova to Nothing Burger, but take her to the cafe instead. Save attached.
1-4-LT1.save.zip (135.9 KB)
Bug 2:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Characters/Sarah/Dates/sarah_dates.rpy", line 139, in script call
File "game/Characters/Sarah/Dates/sarah_dates.rpy", line 749, in script
File "game/Characters/Sarah/Sarah.rpy", line 165, in sarah_displayable
FileNotFoundError: Couldn't find file 'Images/Sarah/Stage3/Shy.png'.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/Characters/Sarah/Dates/sarah_dates.rpy", line 139, in script call
File "game/Characters/Sarah/Dates/sarah_dates.rpy", line 749, in script
File "renpy/ast.py", line 2923, in execute
Say.execute(self)
~~~~~~~~~~~^^^^^^
File "renpy/ast.py", line 991, in execute
renpy.exports.say(who, what, *args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/sayexports.py", line 129, in say
who(what, *args, **kwargs)
~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1543, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 1198, in do_display
display_say(who, what, self.do_show, **display_args)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/character.py", line 888, in display_say
rv = renpy.ui.interact(mouse="say", type=type, roll_forward=roll_forward)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2117, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
)
^
File "renpy/display/core.py", line 2655, in interact_core
root_widget.visit_all(lambda d: d.per_interact())
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/displayable.py", line 457, in visit_all
d.visit_all(callback, seen)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 3 more times]
File "renpy/display/displayable.py", line 448, in visit_all
for d in self.visit():
~~~~~~~~~~^^
File "renpy/display/layout.py", line 1604, in visit
self.update(self.last_st, self.last_at)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1615, in update
raw_child, redraw = self.function(st, at, *self.args, **self.kwargs)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/Characters/Sarah/Sarah.rpy", line 165, in sarah_displayable
File "renpy/exports/displayexports.py", line 771, in image_size
surf = im.load()
~~~~~~~^^
File "renpy/display/im.py", line 832, in load
raise e
File "renpy/display/im.py", line 786, in load
filelike = renpy.loader.load(self.filename, directory="images")
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/loader.py", line 709, in load
raise FileNotFoundError("Couldn't find file '%s'." % name)
FileNotFoundError: Couldn't find file 'Images/Sarah/Stage3/Shy.png'.
macOS-15.7.3-arm64-arm-64bit arm64
Ren'Py 8.5.0.25111603
Wider Taste Update1
Tue Dec 30 20:52:14 2025
Maybe the picture is actually named shy.png, in lowercase?
Bug 3: There aren’t stuffed sprites for some weight levels, so characters appear to get skinnier when stuffed.
Bug 4: When Sarah gets big enough for the pink-and-gray outfit, she moves up a few hundred pixels, so she looks like she’s floating.