Create and Fuck your AI Cum Slut –70% OFF
x

F4iunyl3x

Active Member
Modder
Aug 26, 2018
780
7,563
681
Apocalust v0.09
Video enhancement mod

This mod overwrites the native 30fps animations of the game with interpolated 60fps animations.

how ? Thanks to deep-learning processes, some trained models can interpolate "fake" frames next to native frames.
The result gives a smooth effect on each animations.

Apocalust is one of the few games made almost exclusively with animations, which makes this mod even more interesting.


Downloads links :

1080p: Mega ;
4K version :

Here are some examples of what you can expect with ...
- Video interpolation :



- Video upscaling (4K version only) :

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.
Mod updated

For this 0.09 update, I had to use motion deblur on some animations to compensate for this undesirable effect added by the developer. This can also result in excessive sharpness in some cases, so let me now if you don't like that.
 

heyswifty

New Member
Apr 9, 2025
6
1
12
Everything should go in the game folder. either copy it into the root folder, or go into /game and copy everything from inside /game in the archive. Everything in the archive is needed, or it will not work properly. patch.rpy contains the original patch. I have not modded anything from there. The ipatch with the version number (ipatch9.rpy for this version) contains my changes. I don't put superfluous content in my patches. If anything were optional, I would say so.
okay, thank you
 

GastonX

Member
Jul 22, 2017
192
150
176
Does anyone know if he's going to start working on it in a manner that means it'll be finished one day, or is this one of those that'll get a micro update or two per year?
 

Anders Niet

Member
Dec 23, 2017
240
210
249
Apocalust v0.09
Video enhancement mod

This mod overwrites the native 30fps animations of the game with interpolated 60fps animations.

how ? Thanks to deep-learning processes, some trained models can interpolate "fake" frames next to native frames.
The result gives a smooth effect on each animations.

Apocalust is one of the few games made almost exclusively with animations, which makes this mod even more interesting.


Downloads links :

1080p: Mega ;
4K version :

Here are some examples of what you can expect with ...
- Video interpolation :



- Video upscaling (4K version only) :

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.
Thank you for updating; said it before, your superb work makes it so much better experience to play
 
  • Heart
  • Like
Reactions: Tjop and F4iunyl3x

MrNEKO

New Member
Aug 10, 2017
5
24
187
Where can I find a walkthrough? I've searched the entire Internet and still haven't found one. Please help!
 

Ranxerox

Engaged Member
Nov 11, 2021
2,377
8,489
637
Where can I find a walkthrough? I've searched the entire Internet and still haven't found one. Please help!
The "entire Internet" is a stretch, but if one existed, it would be in the OP if someone created it and reported it to the thread's moderator.
 
  • Like
Reactions: MrNEKO

indio68

Forum Fanatic
Sep 26, 2020
4,658
4,211
387
i got an error just at the starting when tennis with mom.....and trhe same image of the guy stand in tennis field keepcoming up even after the first alien contact...and text opacity doesan't works at all...
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'content/r_ev_ten_react.png'>:
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 77, in script call
    call ep1_intr_ava_convo1 from _call_ep1_intr_ava_convo1
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 383, in script call
    call ep1_tennis_convo2_label from _call_ep1_tennis_convo2_label
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 472, in script
    evelr "HEY!" with vpunch
IOError: Couldn't find file 'content/r_ev_ten_react.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script.rpyc", line 164, in script call
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 77, in script call
    call ep1_intr_ava_convo1 from _call_ep1_intr_ava_convo1
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 383, in script call
    call ep1_tennis_convo2_label from _call_ep1_tennis_convo2_label
  File "game/apoc scripts/apoc episode_1/ep1_scenes/apoc_intro.rpy", line 472, in script
    evelr "HEY!" with vpunch
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/motion.py", line 181, in render
    child = render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/video.py", line 398, in render
    surf = renpy.display.render.render(self.image, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'content/r_ev_ten_react.png'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Apocalust 0.09
Tue Aug 19 13:36:24 2025
[/CODE]
 

dagoldwolf

Newbie
Nov 21, 2021
28
74
80
Visual nice.... Wonky animation and story sucks .The dev now pushing 8 months to year for new updates for not alot content. I had to stop supporting.
I agree on the stop supporting part. One of those things where just because I'm rooting for a game and like it doesn't mean it's always worth throwing in $$ on. :LOL:
 
3.90 star(s) 173 Votes