4.00 star(s) 37 Votes

oktabitt

Member
Dec 29, 2021
288
173
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 -

Mod variant with walkthrough/replay/ingame music
Download Mod v0.0.1.2bMusicWT (~43MB)
WorkUpload -


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 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:

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,001
30,718
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
Thanks for the info, seems I've missed to add some pics for the RePlay function in my Zip file.
I've updated the Mod, this should be fixed now.
 

oktabitt

Member
Dec 29, 2021
288
173
Thanks for the info, seems I've missed to add some pics for the RePlay function in my Zip file.
I've updated the Mod, this should be fixed now.

No it works fine. Also the end replay button at the top right corner is a very nice addition. Thanks a lot.
 
  • Like
Reactions: KoGa3

2016er

Member
Jun 20, 2017
140
202
Those who played the game, does her ex hubby have any role to play ? Or any indication regarding why her marriage failed?
 

nexer

Forum Fanatic
Feb 5, 2019
4,566
17,467
Those who played the game, does her ex hubby have any role to play ? Or any indication regarding why her marriage failed?
At the beginning of the game, her ex-husband is pilot, and they began to drift away from each other.
 

1879

Member
Dec 29, 2021
259
512
The game could be interesting. It looks very good. If the story still bangs...... :devilish:
 

Toxic Mr Masculine

Member
Game Developer
Jul 30, 2020
336
512
Hello, a question for the author, does he plan to add a psychologist (hypnotist) so that she goes to see him and he uses her state of hypnosis, after which she has amnesia and she does not remember anything?
That is the most particular question anyone's asked about this game........:unsure:
 

ojioh

Member
Jun 19, 2021
112
177


Locked


Can anyone share this new post.. Plz..
 
  • Like
Reactions: King66
4.00 star(s) 37 Votes