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.

[REQUEST] background in save/load menu

Hi, I'm looking for a script that allows me to use a background in the save/load screen instead of just black. It's easy to edit away the windowskin, I've already done it so no worries about that.
 

OS

Sponsor

Code:
 

    #===========================================================================

    @back = Sprite.new

    @back.bitmap = RPG::Cache.picture("BACKGROUND NAME HERE")

    #===========================================================================

Place this in the main method of Scene_File. Don't forget to add @back.dispose at the end of the main method. Your background needs to be in the Pictures folder. Peace.
 
OS":175co5ci said:
Code:
 

    #===========================================================================

    @back = Sprite.new

    @back.bitmap = RPG::Cache.picture("BACKGROUND NAME HERE")

    #===========================================================================

Place this in the main method of Scene_File. Don't forget to add @back.dispose at the end of the main method. Your background needs to be in the Pictures folder. Peace.

Thanks alot! I've really been looking for this, works perfect.
 

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