lexietanium

Veteran
Veteran
Joined
May 29, 2013
Messages
98
Reaction score
19
First Language
Tagalog :P
Primarily Uses
Hi! I was wondering if anyone knows a script that's free for commercial use that lets me have a movie splash screen that plays before title screen. 
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,006
First Language
Tagalog
Primarily Uses
RMVXA
Code:
class Scene_Title < Scene_Base    alias start_movie start  def start    Graphics.play_movie('Movies/' + name_of_movie)    start_movie  endend
Take note that this plays every time you go to Title Screen. If you only want it to show at the opening of the game
Code:
class Scene_Title < Scene_Base  $play_movie = true  alias start_movie start  def start    if $play_movie      Graphics.play_movie('Movies/' + name_of_movie)      $play_movie = false    end    start_movie  endend
 

lexietanium

Veteran
Veteran
Joined
May 29, 2013
Messages
98
Reaction score
19
First Language
Tagalog :P
Primarily Uses
Thank you, beautiful! I'll try it and let you know!
 

lexietanium

Veteran
Veteran
Joined
May 29, 2013
Messages
98
Reaction score
19
First Language
Tagalog :P
Primarily Uses
Hi! It wouldn't work at first but it did when i put " before and after the movie name. I'm actually using vindaca's animated title screen but they don't work together =( is there a way to have em workin together? He's been MIA for a bit.

Update:

Never mind! Changed the order and it worked. Movie Splash script after the animated title screen script
 
Last edited by a moderator:

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,006
First Language
Tagalog
Primarily Uses
RMVXA
His script probably overrides the whole start method so when you placed him before mine it basically just made my script not recognized by the system. :)
 

kazukazu

Villager
Member
Joined
Jun 3, 2015
Messages
18
Reaction score
0
First Language
Indonesian
Primarily Uses
Is the only extension that can be used is .ogv?

What if I want to use video the extension .mp4?

I tried to use .ogv video and the video quality is so bad and can't be playing smoothly.
 

Latest Threads

Latest Posts

Latest Profile Posts

I think those extra pixels did it. ^_^ Now to work on the front and back views.
PlusTest-02.gif
What props/tiles are missing from this scene?

My team recruitment thread is finally online. Please, if you guys are interested in language learning, take a look. Even if you don't join, a word of encouragement is always welcome.
Rats! These Rats are pretty cute!

can I say the opposite of "tech savvy" is "tech noob" ?

Forum statistics

Threads
116,469
Messages
1,098,903
Members
152,053
Latest member
GrayGriffin
Top