Mod Video Enhancement mod list

F4iunyl3x

Active Member
Modder
Aug 26, 2018
765
7,394
Hello there. I checked the Being a DIK - Video enhancement mod for episode 11. But in the episode 11 folder there are only the brawler animations. Are there enhancements for the other animations. Did you forget to put them in?
probably because there are a few animations at 30 fps and the rest at 60 fps.

The quality of badik's animations is very good overall, and no further video processing is required.
 

Subha jit

New Member
Jun 18, 2025
5
1
probably because there are a few animations at 30 fps and the rest at 60 fps.

The quality of badik's animations is very good overall, and no further video processing is required.
bro is there midnight pardise enhancement mod of v1.0f is coming cause i tried to use your another one it is not working
 
  • Like
Reactions: wapitawg

wapitawg

Member
Aug 16, 2017
291
164
bro is there midnight pardise enhancement mod of v1.0f is coming cause i tried to use your another one it is not working
Yeah, just checked, the game doesn't work with the vid enhancement mod applied. The error is:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/variables_anim_chars.rpy", line 14, in <module>
Exception: The first frame image doesn't exist for <Elite Isa Compete Sex Anim 1.webm> animation in <videos/Elite/frames> folder. It can be a .webp or .jpg image.

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

Full traceback:
  File "scripts/variables_anim_chars.rpyc", line 3, in script
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/variables_anim_chars.rpy", line 14, in <module>
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\exports\debugexports.py", line 138, in error
    _error_handlers[-1](msg)
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\exports\debugexports.py", line 117, in _error
    raise Exception(msg)
Exception: The first frame image doesn't exist for <Elite Isa Compete Sex Anim 1.webm> animation in <videos/Elite/frames> folder. It can be a .webp or .jpg image.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Sat Aug 23 00:11:53 2025
 

mrbombadil

Newbie
Jul 25, 2024
92
118
I noticed you use VP9. Have you tried AV1? It should offer significantly better compression efficiency than VP9 and is fully royalty-free.

Renpy supports AV1.

"AV1 is an open source & royalty-free video codec developed by the Alliance for Open Media, a non-profit industry consortium. Depending on the use case, AV1 can achieve about 30% higher compression efficiency than VP9, and about 50% higher efficiency than H.264."
 

BaeScout83

Member
Nov 10, 2018
290
561
I noticed you use VP9. Have you tried AV1? It should offer significantly better compression efficiency than VP9 and is fully royalty-free.

Renpy supports AV1.

"AV1 is an open source & royalty-free video codec developed by the Alliance for Open Media, a non-profit industry consortium. Depending on the use case, AV1 can achieve about 30% higher compression efficiency than VP9, and about 50% higher efficiency than H.264."
But doesn't it require the GPU to be compatible with that codec through hardware decoding, otherwise it will eat your CPU for breakfast?
 

F4iunyl3x

Active Member
Modder
Aug 26, 2018
765
7,394
Yeah, just checked, the game doesn't work with the vid enhancement mod applied. The error is:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/variables_anim_chars.rpy", line 14, in <module>
Exception: The first frame image doesn't exist for <Elite Isa Compete Sex Anim 1.webm> animation in <videos/Elite/frames> folder. It can be a .webp or .jpg image.

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

Full traceback:
  File "scripts/variables_anim_chars.rpyc", line 3, in script
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/variables_anim_chars.rpy", line 14, in <module>
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\exports\debugexports.py", line 138, in error
    _error_handlers[-1](msg)
  File "E:\Games\H\Midnight Paradise v1.0f-WLM\renpy\exports\debugexports.py", line 117, in _error
    raise Exception(msg)
Exception: The first frame image doesn't exist for <Elite Isa Compete Sex Anim 1.webm> animation in <videos/Elite/frames> folder. It can be a .webp or .jpg image.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Midnight Paradise 1.0f
Sat Aug 23 00:11:53 2025
it's only compatible with the elite version

I noticed you use VP9. Have you tried AV1? It should offer significantly better compression efficiency than VP9 and is fully royalty-free.

Renpy supports AV1.

"AV1 is an open source & royalty-free video codec developed by the Alliance for Open Media, a non-profit industry consortium. Depending on the use case, AV1 can achieve about 30% higher compression efficiency than VP9, and about 50% higher efficiency than H.264."
Yes, I know, it's my decision, for two reasons.

First, you should know that the performance of the video player built into Renpy is absolutely terrible compared to an external player like VLC, and that's clearly not going to change anytime soon.
AV1 requires much more "power" for video decoding AND puts even more pressure on the hardware when the bitrate is high and I want my mods to remain accessible to most PC configurations. (for 1080p mods at least)

Second, reducing the size of videos is not a priority, and I will always prioritize quality. I assume that people who download my mods have sufficient computing power and disk space.
It's 2025, the vast majority of people now have high speed internet and the overall cost of storage has dropped dramatically over the last 10 years.
 

mrbombadil

Newbie
Jul 25, 2024
92
118
First, you should know that the performance of the video player built into Renpy is absolutely terrible compared to an external player like VLC, and that's clearly not going to change anytime soon.
AV1 requires much more "power" for video decoding AND puts even more pressure on the hardware when the bitrate is high and I want my mods to remain accessible to most PC configurations. (for 1080p mods at least)

Second, reducing the size of videos is not a priority, and I will always prioritize quality. I assume that people who download my mods have sufficient computing power and disk space.
It's 2025, the vast majority of people now have high speed internet and the overall cost of storage has dropped dramatically over the last 10 years.
1. I agree about the video size. I would instead have hoped for ~30% higher bitrate at the same video size. That would be a substantial quality boost.

2. But interesting to hear your thoughts about the video decoder in Renpy. Renpy uses FFmpeg for decoding. That's exactly the same as what VLC uses. So there shouldn't be any significant performance differences.

EDIT: Unless Renpy has misconfigured FFmepg. FFmepg should ideally use the dav1d decoder for software-only decoding. That's what VLC uses.
 
Last edited:

ShuVioleOuma

New Member
Dec 19, 2024
2
0
Just downloaded your Video Enhancing Mod for Lust Theory S2 and S3 EP6. This might be a stupid question but I noticed the file for S2 was alot bigger than S3, was that because because the mod for S3 only works for EP6 or does S3 just have less videos to enhance?