I've made a Mod for the game, with WT recommendations and some more game settings.
Jan 16, 2023
- New Mod variant with additional ingame music
- Updated the Android port (I'm using the MusicWT Mod variant now as a base for it)
Jan 27, 2023
- added "RePlay", a gallery/scene replay function
Mod variant with walkthrough/replay
Download Mod v0.0.1.2bWT (~5MB)
WorkUpload -You must be registered to see the links
Mod variant with walkthrough/replay/ingame music
Download Mod v0.0.1.2bMusicWT (~43MB)
WorkUpload -You must be registered to see the links
Android port from the game compressed
with integrated Mod v0.0.1.2aMusicWT (~115MB)
(info: replay function will be added in the next version)
Workupload -You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
Some ingame pics of the Mod:
View attachment 2316068 View attachment 2316069 View attachment 2316070 View attachment 2316071 View attachment 2316072 View attachment 2344237
Hello, when I hit the reply button at the main menu I take the below error. Any idea for the fixing?
Code:
[code]
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('KoGa3RePlayBack.jpg') at 0x0000000006413f10>:
OSError: Couldn't find file 'KoGa3RePlayBack.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\core.py", line 3377, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\layout.py", line 884, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\layout.py", line 884, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\layout.py", line 884, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\screen.py", line 704, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\layout.py", line 884, 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 "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\im.py", line 720, in load
raise e
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\display\im.py", line 685, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\oktabitt\Desktop\MsDenvers-0.0.1.2-win\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'KoGa3RePlayBack.jpg'.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Ms Denvers 0.0.1.2
Sat Feb 25 13:05:38 2023
Last edited: