- Aug 24, 2022
- 13
- 31
Anybody else getting a glitch where the whole game crashes the second the visit the decayed from the world map?
Also if you have a fix please let me know
Also if you have a fix please let me know
ThanksThe current version has 1 missing audio file, and 2 wrong image filenames. Check the fix I shared on page 664.
All I did after reading the "wait for a few days" was simulate to the next day (slept with Zahra, because why not), and Kateryna's homecoming occurred immediately afterwards.For some reason I can't get Kateryna to move in. "Will curiosity kill the Kat?" is stuck on "Wait for a few days". In the meantime I finished every other quest, but still nothing is happening with her. Anyone got an idea why that might be the case/how to fix it?
Please put something that long behind a spoiler Thanks.When I try to go to the decayed, the game freezes and then it closes with this message.
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object (u'Days/Day14/SceneC/d14c-1x.jpg') at 0x0000000020aef390>:
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
IOError: Couldn't find file 'Days/Day14/SceneC/d14c-1x.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "renpy/ast.py", line 1658, in execute
renpy.exports.with_statement(trans, paired=paired)
File "renpy/exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2801, in do_with
clear=clear)
File "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 "renpy/display/core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "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 "renpy/display/transition.py", line 546, 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 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 "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 "renpy/display/transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/image.py", line 506, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 309, in wrap_render
rend = render(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/video.py", line 457, in render
surf = renpy.display.render.render(self.start_image, 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/im.py", line 627, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 295, in get
surf = image.load()
File "renpy/display/im.py", line 720, in load
raise e
IOError: Couldn't find file 'Days/Day14/SceneC/d14c-1x.jpg'.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Desert Stalker 0.14c
Sun Nov 5 13:00:37 2023
I got the same issue.When I try to go to the decayed, the game freezes and then it closes with this message.
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object (u'Days/Day14/SceneC/d14c-1x.jpg') at 0x0000000020aef390>:
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
IOError: Couldn't find file 'Days/Day14/SceneC/d14c-1x.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 660, in main
run(restart)
File "renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 938, in run_context
context.run()
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/radio.rpy", line 31, in script call
call screen bunker_radio
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/bunker_overview.rpy", line 18, in script call
call screen bunker_overview
File "game/scripts/home.rpy", line 129, in script call
call screen nav_menu
File "game/scripts/day14.rpy", line 2212, in script
with w33slow
File "renpy/ast.py", line 1658, in execute
renpy.exports.with_statement(trans, paired=paired)
File "renpy/exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2801, in do_with
clear=clear)
File "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 "renpy/display/core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2605, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "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 "renpy/display/transition.py", line 546, 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 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 "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 "renpy/display/transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/image.py", line 506, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 309, in wrap_render
rend = render(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/video.py", line 457, in render
surf = renpy.display.render.render(self.start_image, 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/im.py", line 627, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 295, in get
surf = image.load()
File "renpy/display/im.py", line 720, in load
raise e
IOError: Couldn't find file 'Days/Day14/SceneC/d14c-1x.jpg'.
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Desert Stalker 0.14c
Sun Nov 5 13:00:37 2023
What about this game makes you think that's even remotely a possibility? Why would that even be an option?I always rejected Mutants cuz i think they will detonate a nuke or something.
But seeing their content is being developed i feel like im missing out.
Do i help them or not, ffs.. lmao
I dont wanna start world war or something
Been seeing you a lot on various games that really makes 60 fps scenes truly remarkable deserving of the game being played. This game is one of my top 5 games and I am glad to see it get enhanced.Desert Stalker [v0.13c]
Video enhancement mod
This mod improves the overall quality of the game's animations.
It overwrites the native 30fps animations of the game with interpolated 60fps animations.
how ? Thanks to deep-learning processes, trained predictive models can interpolate one "fake" frame next to each native frame.
The result gives a smooth effect on each animations.
I also applied a Denoise/Deblock filter. Some lost details can even be recovered in certain scenes
Download links (250 animations) : Mega ;You must be registered to see the links
I didn't inspect each animation in depth , so feel free to report any flaws you find (bugs, video artifacts...)
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Because if you focus and listen what they talking. Zaton himself says something about he doesnt wanna risk his house getting blown up or put in danger.What about this game makes you think that's even remotely a possibility? Why would that even be an option?
Ok, fine. But this is a fictional game. What about the game's content and story makes you think that's where the story would go? Do you realize how big of a shift in the plot that would be considering he might not ever even meet them?Because if you focus and listen what they talking. Zaton himself says something about he doesnt wanna risk his house getting blown up or put in danger.
The mutant leader expressed her hatred towards Queen and Zaton noticed this.
Hence why we have an option to trust them or not. Also why else are they searching for allies. They are trying to get enough firepower to try to get a chance to do something, be it diplomatic recognition for their rights or a full out war. Also if you refuse them, Zaton says he will keep their location a secret unless they start some trouble, then hes snitching. They are getting stomped on as a race, nobody seems to like them, hence they hiding. The leader seems very determined and ominous, shit is boutta happen with them.
I mean, sure whatever.Ok, fine. But this is a fictional game. What about the game's content and story makes you think that's where the story would go? Do you realize how big of a shift in the plot that would be considering he might not ever even meet them?
I think you're safe that nothing that serious is gonna happen.