Title Changer plugin and scripts
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
whereTitle1andTitle2specifies 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"
whereTitle1andTitle2specifies filenames without .png extension (use""to specify empty image). - VX, XP: use Script event command with the code
set_title_img "Title"
whereTitlespecifies 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.
| Status | Released |
| Category | Assets |
| Rating | Rated 5.0 out of 5 stars (1 total ratings) |
| Author | Garbata team |
| Made with | RPG Maker |
| Tags | No AI, Open Source, plugin, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-vx, rpg-maker-vx-ace, rpg-maker-xp, sourcecode |
| Code license | Unlicense |
| Asset license | Creative Commons Zero v1.0 Universal |
| Average session | A few seconds |
| Languages | Belarusian, English, Russian, Ukrainian |
| Links | Ukrainian wiki page (XP), Ukrainian wiki page (VX), Ukrainian wiki page (VX Ace), Ukrainian wiki page (MV, MZ) |
Download
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.