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.

Trying to Alter Scene_Title

I'm trying to alter some code in Scene_Title (RMVX) in order to make the screen not fade back in after I hit "New Game" and just proceed to the starting map still faded out. I want my Autorun to run, basically I want the game after I hit start game to act like I had hit the "Fadeout Screen" command in eventing.

What line do I have to alter? I tried the following lines (all of them):
Code:
    Graphics.fadeout(60)

    Graphics.wait(40)

    Graphics.frame_count = 0

    RPG::BGM.stop

    $game_map.autoplay
 
Why don't you just use a black starting map, and when you want to fade in again, transfer to another map via event commands, which will automatically be faded in? Would be the most efficient solution, too, since your most likely bigger than 20x15/17x13 tiles large map will be completely black either way, and you can't see a thing.
 

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