Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
MiraiZura
- Regular
- Posts: 33
- Joined: Sat Sep 15, 2018 8:06 pm
- Projects: How stories die.
-
Contact:
#1
Post
by MiraiZura » Thu Aug 20, 2020 2:24 pm
Hello, so I am using something like this:
Code: Select all
$renpy.move_cutscene("videos/video.ogg",stop_music=False)
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.
-
MiraiZura
- Regular
- Posts: 33
- Joined: Sat Sep 15, 2018 8:06 pm
- Projects: How stories die.
-
Contact:
#2
Post
by MiraiZura » Sat Sep 05, 2020 6:09 am
bump