- Aug 28, 2018
- 1,896
- 2,876
Code:
$ wild_ride = "movie_wild_ride"
python:
renpy.movie_cutscene(wild_ride, delay=None, loops=-1)
I have tried every kind of variation you can imagine, including:
movie_wild_ride
movie_wild_ride.mp4
/images/movie_wild_ride
../images/movie_wild_ride
None of them work and I get an IO Error every time. I also tried putting the movie name directly in the cutscene command (in the first position, in quotes) but it didn't work either. The movie is in the images folder. All of the other images are loading with no problem being called directly. In the Windows Explorer window, the file is called movie_wild_ride with no suffix (as seen in Properties). Can anyone see anything obvious here? What do I need to do to get this to work?