Making the title screen music start when the "Powered by MV" logo appears.

Status
Not open for further replies.

Joshua1993

Villager
Member
Joined
Jul 19, 2018
Messages
10
Reaction score
0
First Language
English
Primarily Uses
RMMV
Hello everyone, I've noticed that if you import your own music and use it as the title screen theme that there is a slight pause before the music starts. So... I was wondering if there's any way I can make the music start when the "Powered by MV" screen pops up. I think this would be a much better system than the one currently in place. But, how would I go about doing that? Please help me...

P.S.: This is my title screen music, I composed it myself! :)

 
Last edited:

Bex

Veteran
Veteran
Joined
Aug 2, 2013
Messages
1,492
Reaction score
408
First Language
German
Primarily Uses
RMMV
Is this happening with the Browser Version of Games? I remember reading something about a pre Loader, so music will not take seconds to start.
Did not use it yet. Maybe someone else can help or knows more.

Nice Music
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
Default behavior of MV is that the BGM is only started once the Scene_Title begins, and the MV splash is a different scene (Scene_Splash) that is ran before Scene_Title

go to the MadeWithMV.js file, find
Code:
SceneManager.goto(Scene_Splash);
(its near the top portion of the actual code part)
and add this before that line:

Code:
AudioManager.playBgm($dataSystem.titleBgm);
If it still starts slightly later, then its more of due to the delay in loading of the sound file itself, which is something I dont know if you can do much with. You can try preloading the sound first and checking it before the splash image is shown, but I dont know how to do that check right now.
 

Joshua1993

Villager
Member
Joined
Jul 19, 2018
Messages
10
Reaction score
0
First Language
English
Primarily Uses
RMMV
Is this happening with the Browser Version of Games? I remember reading something about a pre Loader, so music will not take seconds to start.
Did not use it yet. Maybe someone else can help or knows more.

Nice Music
Thank you so much
 

Joshua1993

Villager
Member
Joined
Jul 19, 2018
Messages
10
Reaction score
0
First Language
English
Primarily Uses
RMMV
Default behavior of MV is that the BGM is only started once the Scene_Title begins, and the MV splash is a different scene (Scene_Splash) that is ran before Scene_Title

go to the MadeWithMV.js file, find
Code:
SceneManager.goto(Scene_Splash);
(its near the top portion of the actual code part)
and add this before that line:

Code:
AudioManager.playBgm($dataSystem.titleBgm);
If it still starts slightly later, then its more of due to the delay in loading of the sound file itself, which is something I dont know if you can do much with. You can try preloading the sound first and checking it before the splash image is shown, but I dont know how to do that check right now.
Thank you so much, I will have to try that.
 

Stlove48

Warper
Member
Joined
Jun 7, 2016
Messages
2
Reaction score
0
First Language
English
Primarily Uses
Default behavior of MV is that the BGM is only started once the Scene_Title begins, and the MV splash is a different scene (Scene_Splash) that is ran before Scene_Title

go to the MadeWithMV.js file, find
Code:
SceneManager.goto(Scene_Splash);
(its near the top portion of the actual code part)
and add this before that line:

Code:
AudioManager.playBgm($dataSystem.titleBgm);
If it still starts slightly later, then its more of due to the delay in loading of the sound file itself, which is something I dont know if you can do much with. You can try preloading the sound first and checking it before the splash image is shown, but I dont know how to do that check right now.
This is super helpful.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,085
Members
137,583
Latest member
write2dgray
Top