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.

Removing the Title Screen

Hi, I had this done before but I lost the script. I want it so that the Title Screen is removed, and instead of the title screen, when the game loads up it will start at a certain map (like map 1). thanks! can anyone help?
 
I wouldn't bother using any of those. Most make you replace Main, and most of the time, destroys compatability as most will use some sort of the Scene_Title class to add information such as $data or $game objects.

Instead, use something like this (Insert below all other scripts):
Code:
class Scene_Title
  alias seph_titlebypass_scntit_ma main_audio
  def main_audio
    seph_titlebypass_scntit_ma
    command_new_game
  end
end

If you don't have the SDK, instead, go into your Scene_Title, and below

Audio.bgs_stop

add

command_new_game


PRESTO!
 

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