A downloadable plugin/script

GRB_TitleChanger are plugins/scripts for RPG Maker versions MZ, MV, VX Ace, VX and XP that allow players to change the title screen graphics during the game.

The exact way to change title depends on the RPG Maker version:

  • MZ: use Plugin commands Set title images and Restore title images and set the code via graphical interface.
  • MV: use Plugin Command event command with the text:
    set_title_imgs Title1 Title2
    where Title1 and Title2 specifies filenames without .png extension (use - or _ to specify empty image; filenames with spaces are not supported).
  • VX Ace: use Script event command with the code
    set_title_imgs "Title1", "Title2"
    where Title1 and Title2 specifies filenames without .png extension (use "" to specify empty image).
  • VX, XP: use Script event command with the code
    set_title_img "Title"
    where Title specifies filename without .png extension.

Refer to the documentation (in the Plugin Manager or plugin code) for detailed instructions.

100% free: The plugin is free, distributed under the Creative Commons Zero public domain dedication (or under Unlicense, at your discretion).

Bugs and compatibility: If you’ve encounter a bug or conflict with other plugin or script, feel free to write a comment, we’ll try to look into it.

Download

Download
GRB_TitleChanger_XP.rb.txt (for XP) 8.2 kB
Download
GRB_TitleChanger_VX.rb.txt (for VX) 8.2 kB
Download
GRB_TitleChanger_VXAce.rb.txt (for VX Ace) 11 kB
Download
GRB_TitleChanger.js (for MV and MZ) 31 kB

Install instructions

This code requires RPG Maker XP, VX, VX Ace, MV or MZ.

For RPG Maker MV or MZ: Copy the GRB_TitleChanger.js into the subdirectory js/plugins of your project and then use Tools → Plugin Manager inside RPG Maker to install it. The usage instruction will be displayed inside RPG Maker.

The same file, GRB_TitleChanger.js, is used for for both RPG Maker MV and MZ versions.

For RPG Maker VX or VX Ace: Open Script Editor (via Tools → Script Editor menu, F11 key or main panel button). In the list of scripts, find “▼ Materials” section. Below it, find “(Insert here)”. Right-click “(Insert here)” and choose “Insert” item in the context menu.

New empty script will appear. In the Name field (in the bottom left), write any name (we recommend GRB_TitleChanger). In the content text area (to the right), paste the content of the relevant text file.

For RPG Maker VX, use the content of the text file GRB_TitleChanger_VX.rb.txt

For RPG Maker VX Ace, use the content of the text file GRB_TitleChanger_VXAce.rb.txt.

For RPG Maker XP: Open Script Editor (via Tools → Script Editor menu, F11 key or main panel button). In the list of scripts, find “Main” section (normally it’s the last one). Right-click “Main” and choose “Insert” item in the context menu.

New empty script will appear. In the Name field (in the bottom left), write any name (we recommend GRB_TitleChanger). In the content text area (to the right), paste the content of the GRB_TitleChanger_XP.rb.txt text file.

Leave a comment

Log in with itch.io to leave a comment.