Fullscreen cutscenes lagging
Posted: Thu Aug 20, 2020 2:24 pm
Hello, so I am using something like this:
Using a 1920x1080 resolution and the cutscenes often "lag", meaning they get lose a few frames at the start.
I set my renderer in renpy to be directX 12, so it shouldn't be a problem.
Will using renpy.start_predicting("videos/video.ogg") solve the problem? Are there any other solutions I didn't think about?
EDIT: When I replay the cutscene right after it works flawlessly.
Code: Select all
$renpy.move_cutscene("videos/video.ogg",stop_music=False)I set my renderer in renpy to be directX 12, so it shouldn't be a problem.
Will using renpy.start_predicting("videos/video.ogg") solve the problem? Are there any other solutions I didn't think about?
EDIT: When I replay the cutscene right after it works flawlessly.