Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

One more thing.......

Well, i just got RPG maker VX (I am already familiar with XP) and I would like to ask: How can I use a different title screen?? I have already inserted a few and I went to system in the database but it only has to change the music. Please help me!!!
 
The simplest solution is to rename the background image you want to use so that it has the same name as the default title screen. (So, you import an image named "Title" into the Graphics/System folder of your project)
 
Near":1001opic said:
You can do a search in the script editor for " Cache.system("Title") ", if that's the correct syntax... I haven't used VX in a while, so I'm rusty.

Actually, I don't believe that's the case. If you want to use mutiple title images, you might want to make a short script request for it.
 
Near":1kvlawkj said:
Oops, i forgot to say that you have to change "Title" to the name of your title.
I'm gonna get VX tonight, so I'll tell you once I have it.

That's not the problem. THe Cache module for RMVX doesn't have a title method. Instead you have to do this:

Code:
Cache.system("title_filename")

# title_filename must be the name of the title image, without the extension. (.bmp, .png, etc.

And that just loads the title image. It doesn't change the image in the title screen.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top