Description:
Create Animated Titles for your game.
Requeriments:
1.- Button Picture Plugin.
2.- Any program to make/modify pictures (Photoshop, Paint, etc).
3.- Any program to open scripts (Notepad, Visual Studio, etc).
Tutorial:
First, let me tell you that there are two ways you can do this. The first one can be done without the Button Picture Plugin, but the end result is a little ugly. That said, I will teach both ways here.
EDITED:
I just found that Anisoft already made a really nice "Skip Title" Script. With this you can skip the Steps 1 to 3 and avoid modifying the base scripts.
With that said, the tutorial will remain the same, just in case anyone want to avoid using external scripts.
STEPS:
1.- Go to the folder of your project and open the JS folder. Search for the "rmmz_scenes" script and open it.
2.- Go to the line 340 or search for "Scene_Title" until you find one that said "SceneManager.goto(Scene_Map);".
3.- Change
SceneManager.goto(Scene_Title); to
SceneManager.goto(Scene_Map); This will force the game to skip the Title Scene and start in whatever Map you selected as your starting point.
4.- Create a empty, blank map and use it as your Starting Point.
4.- In your starting map create one or more Events that runs in parallel. Those Events will contain the Images that your Animated Title will show. In my case I put one picture first as a Logo, and then 16 pictures that show a card spinning as my Title.
Here a Video:
Sample Video Link
And the Screenshots:
First Event Page for the Logo:
Second Event Page for transition between Logo And Title:
And finally the Event Page of the Title:
Of course, with events, you can modify what you want your title to show in any way you desire, but have in mind that the more events running in parallel at the same time, the more you take the risk of lagging your Title, so be careful!
Without Button Picture Plugin:
5a.- Create a second event that Runs in Autorun. Event Command -> Show Choices:
Choice #1.[New Game] - Put here whatever you want to happen when your game starts. Make sure to erase all the pictures that you used for the Title Before teleporting your player to a new Map.
Choice #2.[Continue] - Use this script to call for the Load Screen: SceneManager.push(Scene_Load);
Choice #3.[Options] - Use this script to call for the Options Screen: SceneManager.push(Scene_Options);
ScreenShot of the Event:
It will look like this more or less:
Sample Video Link
With this method, you can use the choices as an improvised menu, but it looks a little ugly. Well, as a plus side it works wit both Keyboard and Mouse.
With Button Picture Plugin:
5b.- Create a second event that Runs in Autorun. Now just follow the instructions in the Button Picture plugin to set your pictures. The event page look like this:
Event Page 1, just to add a little delay to the Buttons:
Event Page 2:
And the common Events:
As you see, is the same as when we used the Show Choices command.
And that's it. With this you should be able to create your own Animated Titles and customized them as much as you desire.
Just a little note here, tho:
I dont think that changing that one line of code should affect the game in anyway, but I'm not an expert in code and this is a new engine, so is any moderator or expert in it thinks it can cause problems in any way, please let me know to change/remove this tutorial.
Have fun, Makers!
本贴来自国际rpgmaker官方论坛作者:DisfantasyProject处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/animated-titles.125554/