Tsukihime

Veteran
Veteran
Joined
Jun 30, 2012
Messages
8,564
Reaction score
3,921
First Language
English




RPG Maker MV gives you a nice title screen, but it doesn’t give you much control over what should happen before the game goes to the title screen.

For example, you might want to show some splash screens, or perhaps an introductory video.

With this plugin, you can easily put together what should happen before the title screen using events that you are already familiar with.

Because it is an event, you can do basically anything you want!
 
More information and downloads available at HimeWorks
I have also written a tutorial showing an example splash screen and how it is setup. You can read it here
 
Last edited by a moderator:

THEMagicMissile

Master Mage
Member
Joined
Jan 3, 2015
Messages
15
Reaction score
4
First Language
English
Primarily Uses
RMMV
I've been waiting for something like this! Thanks very much!
 

Sol Rising

Veteran
Veteran
Joined
Oct 25, 2015
Messages
162
Reaction score
21
First Language
English
can you make this like mog's plugin and have animated titles?
 

andai

Veteran
Veteran
Joined
Oct 19, 2014
Messages
54
Reaction score
26
First Language
English
Primarily Uses
The amount of details you put into helping people understand your plugin is amazing! Thanks a lot!
 

kokozhang

Illustrator
Member
Joined
Apr 1, 2015
Messages
9
Reaction score
12
First Language
Indonesia
Primarily Uses
RMMV
finnaly ! i really want this one. thanks for the great works !
 

Tsukihime

Veteran
Veteran
Joined
Jun 30, 2012
Messages
8,564
Reaction score
3,921
First Language
English
can you make this like mog's plugin and have animated titles?
This plugin is specifically for creating events that should run before the title screen.


I may have plans for building title screens as well.
 

MaxLionheart

Veteran
Veteran
Joined
Aug 23, 2015
Messages
115
Reaction score
35
First Language
French
Once more, good job Tsukihime! Really sweet plugin!
 

Wren

Veteran
Veteran
Joined
Jun 25, 2013
Messages
94
Reaction score
16
First Language
English
I am a serious fan of Tsukihime, who is consistently making useful, flexible and powerful scripts/plugins since as far back as I can remember being a part of the rpgmaker community.

Again, thanks for all that you do for us, Tsukihime!
 

SJWebster

Too old for this ****
Veteran
Joined
Apr 8, 2012
Messages
143
Reaction score
245
First Language
English (UK)
Primarily Uses
RMMV
This is incredibly useful!  Starting somewhere other than the title allows for splash screens, opening cutscenes/demos and, as you're never forced to go to the default title, custom title screens!  Awesome!
 

y0da

Villager
Member
Joined
Oct 27, 2015
Messages
21
Reaction score
1
Hello.

Is it possible to simulate a tap on the screen before the title screen appears?

On Android, the title screen music (and all the BGM) does not play until the screen is touched. This is annoying when you play with a pad.

Here is what I am talking about. Put it at 3:40




Thank you for your work.
 
Last edited by a moderator:

Tsukihime

Veteran
Veteran
Joined
Jun 30, 2012
Messages
8,564
Reaction score
3,921
First Language
English
This is incredibly useful!  Starting somewhere other than the title allows for splash screens, opening cutscenes/demos and, as you're never forced to go to the default title, custom title screens!  Awesome!
Oh, you're right, I just realized you didn't *have* to go to the title screen and could just skip to a different map entirely.
I was caught up on making a plugin that allows you to just quickly put together a splash screen using events that I didn't think about what else you could do with it.

Hello.


Is it possible to simulate a tap on the screen before the title screen appears?


On Android, the title screen music (and all the BGM) does not play until the screen is touched. This is annoying when you play with a pad.


Here is what I am talking about. Put it at 3:40[/ 


Thank you for your work.
It is difficult to tell from this video because only a second or two elapsed before the "new game" menu was pressed.
RM is known to have terrible delays when playing audio. Does the same issue occur if you wait 10-20 seconds?
 
Last edited by a moderator:

Tsukihime

Veteran
Veteran
Joined
Jun 30, 2012
Messages
8,564
Reaction score
3,921
First Language
English
Thank you for your quick reply.


It doesn't play at all, no matter what time you're waiting.


It is not a loading issue. You can test it by yourself with this game ( not mine.)


https://play.google.com/store/apps/details?id=com.cattof.pad&hl=en
I just saw this in the support section


http://forums.rpgmakerweb.com/index.php?/topic/49703-to-all-whom-compiled-an-apk-can-you-test-something-for-me/


It looks like there are certain situations where the BGM doesn't automatically play, and therefore requires you to touch the screeen.


Based on this, I would imagine this is a general issue that you will have for all BGM's on mobile, so I would first try to explore some alternative solutions.
 

y0da

Villager
Member
Joined
Oct 27, 2015
Messages
21
Reaction score
1
Yes I tried to explain my bug to the OP.

Very helpful guy.
 

Ghost of Christmas Kloe

The Icecream Princess
Veteran
Joined
Nov 15, 2015
Messages
1,548
Reaction score
967
First Language
English
Primarily Uses
RMMZ
I was wondering, how do you do the New Game/Continue/Options using events? I have the rest set up but I cant get that one vital bit set up!

Does anybody know? I would think it'd be a simple script call but I looked through the list of script calls that Archelia put up, and I couldn't find anything...
 

Tsukihime

Veteran
Veteran
Joined
Jun 30, 2012
Messages
8,564
Reaction score
3,921
First Language
English
I was wondering, how do you do the New Game/Continue/Options using events? I have the rest set up but I cant get that one vital bit set up!

Does anybody know? I would think it'd be a simple script call but I looked through the list of script calls that Archelia put up, and I couldn't find anything...
Use these script calls.

For setting up new game:

Code:
DataManager.setupNewGame();SceneManager.goto(Scene_Map);
For continue:
Code:
SceneManager.push(Scene_Load);
For options:
Code:
SceneManager.push(Scene_Options);
 
Last edited by a moderator:

Sausage_Boi

Game Dev. "Artist."
Veteran
Joined
Sep 10, 2014
Messages
1,743
Reaction score
703
First Language
Americanese
Primarily Uses
RMVXA
Hey Hime, thanks for the awesome scripts! I was originally just looking for a splashscreen plugin, but a custom, event-powered title is way better. I am just having trouble calling the "New Game" menu... what am i doing wrong?

notworking.png


This is the only event on my map (so far). It does everything it is supposed to do, except the player character starts up in the upperleft corner and moves to starting position after a few seconds, and I can't get the menu to call up. Any/all help would be/is greatly appreciated.
 
Last edited by a moderator:

Latest Threads

Latest Posts

Latest Profile Posts

%2FswUmX.png


I'm excited to announce I've received a great deal of feedback from a fellow tactics fan!
bandicam 2023-05-29 22-28-54-159.png
When will I be able to play my own game? There is a lot of work, but I am working hard towards the goal
Add Monser2.png!!
index.php

Happy Memorial Day to those on here like me who live in the United States. :)
Alright got a video of a review of a fake PS5 here. I've decided I'm only going to do maybe 10 videos about bootleg consoles, and then I think I'm going to move on, and post YouTube videos of old video game TV advertisements for franchises like Mario and Sonic and Spyro and all that for a little nostalgia. :cool:

Forum statistics

Threads
131,528
Messages
1,220,549
Members
173,221
Latest member
ZecaVn
Top