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.
-
Jae
- Regular
- Posts: 192
- Joined: Sun Sep 13, 2015 5:41 pm
- Projects: Pokémon Academy Life
- Location: New York, NY
-
Contact:
#1
Post
by Jae » Sun Sep 13, 2015 5:47 pm
Hi everyone! First post. I just started using Ren'Py yesterday after quite a long time of deliberation. I believe I made the right choice.
Anyway, I'm starting to tinker around with an independent non-profit project and I'm trying to get a splashscreen to work.
Code: Select all
label splashscreen:
$ renpy.movie_cutscene("Title_Menu_v2.mkv")
return
Plugged that into script.rpy and nothing happens. Am I completely missing something? It jumps straight into the main menu. I've tried different videos (mp4, avi) with or without audio. Is it a resolution issue? Game is 800x600 but the video is 1280x720 (I'm going to try the resolution thing after making this post), but I feel like I'm missing something obvious :/
I've searched around for movie main menus, movie splashscreens, etc. and haven't found a solution just yet.
-
Donmai
- Eileen-Class Veteran
- Posts: 1919
- Joined: Sun Jun 10, 2012 1:45 am
- Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
- Projects: Slumberland
- Location: Brazil
-
Contact:
#2
Post
by Donmai » Sun Sep 13, 2015 6:39 pm
Just wondering: is there sound on your movie?
-
Jae
- Regular
- Posts: 192
- Joined: Sun Sep 13, 2015 5:41 pm
- Projects: Pokémon Academy Life
- Location: New York, NY
-
Contact:
#3
Post
by Jae » Sun Sep 13, 2015 8:30 pm
Donmai wrote:Just wondering: is there sound on your movie?
I have different versions:
1. Video + silent audio track
2. Video + no audio track
3. Video + audio track
None work :/
-
Donmai
- Eileen-Class Veteran
- Posts: 1919
- Joined: Sun Jun 10, 2012 1:45 am
- Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
- Projects: Slumberland
- Location: Brazil
-
Contact:
#4
Post
by Donmai » Sun Sep 13, 2015 9:56 pm
Videos without an audio track won't work in Ren'Py at all. A silent audio track is okay. Have you tried converting your video to other formats (Ogg or WebM, for example)? Changing your game screen size is simple, just edit 'config.screen_width' and 'config.screen_height' at the start of your 'options.rpy'.
-
Jae
- Regular
- Posts: 192
- Joined: Sun Sep 13, 2015 5:41 pm
- Projects: Pokémon Academy Life
- Location: New York, NY
-
Contact:
#5
Post
by Jae » Thu Sep 17, 2015 2:13 am
Just gonna report the results.
I converted my video to .ogv and it worked just fine.
So I have no idea what's up with this list (
http://www.renpy.org/doc/html/movie.html) that states compatible video formats. All I know is that the same video in .avi and .mp4 did not work for me at all.
-
Donmai
- Eileen-Class Veteran
- Posts: 1919
- Joined: Sun Jun 10, 2012 1:45 am
- Completed: Toire No Hanako, Li'l Red [NaNoRenO 2013], The One in LOVE [NaNoRenO 2014], Running Blade [NaNoRenO 2016], The Other Question, To The Girl With Sunflowers
- Projects: Slumberland
- Location: Brazil
-
Contact:
#6
Post
by Donmai » Thu Sep 17, 2015 8:41 am
Thanks for your feedback. The problem with some video formats is that they are not so very standard.
Keep in mind that even ogv will give you trouble if you make an android version of your game.
I believe webm will work well (Oops. Except if you try to use it on iOS

).
Users browsing this forum: Bing [Bot], _ticlock_