Ren'Py Trying to integrate a cutscene.

Poopcicle

Newbie
Sep 2, 2020
18
18
Alright, I'm at my wits end here, I don't know what I'm doing wrong. I feel like I've tried everything I could find on the internet regarding video in Ren'Py.

I'm trying to add an animated sex scene, but all the game does is freeze on the last "scene" background until you click enough to get to the next static scene.

Here is an example of the code in question:

#This is defined at the top
image ch2_tsex1 = Movie(play="images/Video/bg 2-vid01.ogv", loop=True)

#This is where I'm trying to play it
scene black
with fade
scene bg 2-x01
with fade
""
show ch2_tsex1

Please help, me stupid! Thank you.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,145
14,830
[...] but all the game does is freeze on the last "scene" background until you click enough to get to the next static scene.
What mean that Ren'Py do not fully recognize the movie, and therefore can't play it correctly. Are you sure that the codecs you used are supported ?