The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => Topic started by: moobob9 on August 05, 2010, 02:54:46 AM

Title: [VX] How do I make a title screen?
Post by: moobob9 on August 05, 2010, 02:54:46 AM
Ok, I know all about how to make title screens in 2k3, but where do I find the place where I load the title screen into the game? In 2k3, you just needed to go to the database, under system, and there would just be a spot right there to put the title screen and game over screen in. What I am asking is where is this in VX?

Please respond soon. Thanks!
Title: Re: [VX] How do I make a title screen?
Post by: Sashikinaroji on August 05, 2010, 04:17:55 AM
well, if you import it with the same name as the original via the resource manager, you don't need to worry about anything like that, however, if you don't want to...

Try line 138 in the Scene_Title. Change the name in the quotes to the name of your new title graphic.

In Scene_Gameover, look at line 49, same procedure.
Title: Re: [VX] How do I make a title screen?
Post by: Zylos on August 05, 2010, 12:54:34 PM
Personally I'd just stick it in the game's system folder and call it Title instead of changing the script for it. But it should work either way.
Title: Re: [VX] How do I make a title screen?
Post by: moobob9 on August 05, 2010, 04:12:28 PM
I tried both of your ideas, but sadly, neither of them worked......
Title: Re: [VX] How do I make a title screen?
Post by: Zylos on August 05, 2010, 06:17:15 PM
Are you sure you're putting it in your game's system folder and calling it "Title"?
Title: Re: [VX] How do I make a title screen?
Post by: Sashikinaroji on August 05, 2010, 09:32:54 PM
then, it must be a wrong file-size or format, else it would have worked.

File format and height by width?
Title: Re: [VX] How do I make a title screen?
Post by: moobob9 on August 08, 2010, 01:16:04 PM
I don't know why it's not working......However, it's only the free trial so it doesn't really matter.
Title: Re: [VX] How do I make a title screen?
Post by: Zylos on August 08, 2010, 05:19:44 PM
All you need to do is find your project folder under RPGVX in My Documents, go to the graphics folder, then system folder, and put a PNG file named Title in there. It should work. If not, then you probably did something wrong, no offense.