Couldn't it be possible to make a choice between old build and a new one in the very game like 'The inoccent witches" did? Whats the point of blocking all the done work on f95... Also, Momo in the library gives a traceback error on f95's version.
[code]
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object (u'ui/interactables/characters/Momo_Library.webp') at 0x000000000d25bb10>:
File "game/script.rpy", line 6, in script call
call intro from _call_intro
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/school_hallway.rpy", line 33, in script call
call screen mainUI
File "game/locations/training_ground.rpy", line 63, in script call
call screen mainUI
File "game/locations/teacher_lounge.rpy", line 5, in script call
call screen mainUI
File "game/locations/school_gate.rpy", line 11, in script call
call Main_Event_0_1 from _call_Main_Event_0_1
File "game/locations/classroom.rpy", line 5, in script call
call Main_Event_0_3 from _call_Main_Event_0_3
File "game/locations/teacher_lounge.rpy", line 5, in script call
call screen mainUI
File "game/locations/library.rpy", line 15, in script
call screen mainUI
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'ui/interactables/characters/Momo_Library.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6, in script call
call intro from _call_intro
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/bedroom.rpy", line 211, in script call
call screen mainUI
File "game/locations/school_hallway.rpy", line 33, in script call
call screen mainUI
File "game/locations/training_ground.rpy", line 63, in script call
call screen mainUI
File "game/locations/teacher_lounge.rpy", line 5, in script call
call screen mainUI
File "game/locations/school_gate.rpy", line 11, in script call
call Main_Event_0_1 from _call_Main_Event_0_1
File "game/locations/classroom.rpy", line 5, in script call
call Main_Event_0_3 from _call_Main_Event_0_3
File "game/locations/teacher_lounge.rpy", line 5, in script call
call screen mainUI
File "game/locations/library.rpy", line 15, in script
call screen mainUI
File "renpy/ast.py", line 2259, in execute
self.call("execute")
File "renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3587, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4180, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2788, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/behavior.py", line 948, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1341, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'ui/interactables/characters/Momo_Library.webp'.
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.2.23090503
RE: Hero Academia 0.29
Sun Jun 9 15:09:36 2024
[/code]