Page 1 of 1

Problem with video

Posted: Mon Feb 28, 2011 12:37 pm
by KebecMaslow
Hello, Im KebecMaslow(too newbie to be here XD).

Well, im currently having problems trying to add a video file (mpg) to my game; this information http://www.renpy.org/wiki/renpy/doc/reference/Movies doesnt solve my problem.

I hope you can help me.

Re: Problem with video

Posted: Mon Feb 28, 2011 12:45 pm
by Megaman Z
Mind being a little more specific about what the problem you're having is?

Is the video not playing? Do you know what to put in the script to attempt to play the video?

Re: Problem with video

Posted: Mon Feb 28, 2011 2:43 pm
by KebecMaslow
Sorry about that XD

The video is not playing no matther what i do.

Re: Problem with video

Posted: Mon Feb 28, 2011 5:12 pm
by rioka
Can you post the coding that you used?

Re: Problem with video

Posted: Tue Mar 01, 2011 1:45 pm
by KebecMaslow
This is my code:

$ renpy.movie_cutscene("Intro.mpg")

Is there a problem with the code?

Re: Problem with video

Posted: Thu Mar 03, 2011 12:32 pm
by rioka
There's nothing wrong with the code you posted above by itself. The only thing that comes to mind are:
1) Is the video in the folder it's supposed to be in? and
2) Is the video playable by itself outside of Ren'Py? It's not corrupted or anything like that? Do you have a movie player installed on your computer?

I've used very early builds of Ren'Py so I don't know if this is relevant anymore but as far as I know, movies weren't possible in the splashscreen block. You can double check this by putting your video in the main build of the game. If it plays in there, then you know for sure that you cannot add videos to the splashscreen. If it does not play, then it goes back to the questions I asked you above. If it still does not play after that, then I suggest you download the latest version of Ren'Py and try again.

Re: Problem with video

Posted: Thu Mar 10, 2011 2:28 pm
by KebecMaslow
1) Yes, it is in the Game Directory.

2)Yes, i isnt corrupted, also, I have 2 movie players.

Furthermore, no matter where a put my video, it doesnt play no matter what i do (even with the latest version).