RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

I need help changing the Title

Started by BloodyChaos, February 22, 2008, 04:54:15 AM

0 Members and 1 Guest are viewing this topic.

BloodyChaos

I can't find where to change the Title Picture I checked every where in the data base  ???

worale

You can't change it in database,

just change your title screen picture's name to 'Title' and import it to folder 'Graphics/System' of your game.  ;)

BloodyChaos

Thats what I was thinking about doing Thnx for letting me know there is no other way  :)

modern algebra

You can also go into the scripts into Scene_Title. You'll find this at line 133:


  #--------------------------------------------------------------------------
  # ? ?????????????
  #--------------------------------------------------------------------------
  def create_title_graphic
    @sprite = Sprite.new
    @sprite.bitmap = Cache.system("Title")
  end


You could change "Title" to the name of a new Title Screen if you so chose.

BloodyChaos

Thnx I found a Script last night though for a Moving Title and its awsome, Do think it would be ok if I made a thread Scripts for it as long as I dont post it as my own? someone got it from someone  portugese guy