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.

Change Title Screen Graphic

Hi, just wondering if anyone could help me. Is it possible to change the title graphic through RGSS?

Thanks in advance

Micklo
 
Well, the bitmap filename is $data_system.title_name, but if you are talking in the actual Scene_Title,

@sprite.bitmap = RPG::Cache.<foldername>(<filename>)

Foldername is just the folders in your graphics folder - s.

RPG::Cache.animation(filename, hue)
Gets an animation graphic. Use hue to adjust its hue values.

RPG::Cache.autotile(filename)
Gets an autotile graphic.

RPG::Cache.battleback(filename)
Gets a battle background graphic.

RPG::Cache.battler(filename, hue)
Gets a battler graphic. Use hue to adjust its hue values.

RPG::Cache.character(filename, hue)
Gets a character graphic. Use hue to adjust its hue values.

RPG::Cache.fog(filename, hue)
Gets a fog graphic. Use hue to adjust its hue values.

RPG::Cache.gameover(filename)
Gets a "Game Over" graphic.

RPG::Cache.icon(filename)
Gets an icon graphic.

RPG::Cache.panorama(filename, hue)
Gets a panorama graphic. Use hue to adjust its hue values.

RPG::Cache.picture(filename)
Gets a picture graphic.

RPG::Cache.tileset(filename)
Gets a tileset graphic.

RPG::Cache.title(filename)
Gets a title graphic.

RPG::Cache.windowskin(filename)

Then filename is just the image name.
 

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