An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Title Help - TitleHelp.js

Plugin desc : Title Help Plug-in

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/TitleHelp.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/TitleHelp.js

File name : TitleHelp.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/TitleHelp.js
@plugindesc Title Help Plug-in
@author Triacontane
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

TitleHelp.js

A help window can be displayed on the title screen.
Help text for each command can be displayed by specifying a symbol.
If the symbol can be specified, it can be used for commands added by plug-ins.

newGame : New Game
continue : continue
options : options
The following are commands added by plug-ins.
nameGame2_0 : Another New Game (1st)
nameGame2_1 : another new game (second)
shutdown : Game shutdown
soundTest : sound test

To adjust the appearance of help, you can use ”Window Background Image
Plug-in”.

The base plugin ”PluginCommonBase.js” is required to use this plugin.
PluginCommonBase.js” is stored in the following folder under the RPG Tool MZ
installation folder.
under the RPG Tool MZ installation folder.
dlc/BasicResources/plugins/official

Terms of Use:
You may modify and redistribute the software without permission of the author.
There are no restrictions on the type of use (commercial, 18-content use,
etc.).
This plugin is now yours.

@param descriptionList
@text help list
@desc Here is a list of help for each command. Check the symbols for any commands added by the plug-in.
@type struct<TitleHelp>[]
@default []

@param helpWindowX
@text Help Window X Coordinate
@desc X coordinate of the help window.
@type number
@default 0

@param helpWindowY
@text Help Window Y Coordinate
@desc Y coordinate of the help window.
@type number
@default 0

@param helpWindowLines
@text Help Window Lines
@desc The number of lines in the help window.
@type number
@default 1

@param helpButton
@text help button
@desc This button displays the help window. If not specified, it is always displayed.
@type combo
@option cancel
@option shift
@option control
@option tab
@option pageup
@option pagedown
@option menu

@param helpButtonTrigger
@text help button trigger
@desc Triggers a button to display a help window.
@type select
@default toggle
@option switching (to)
@value toggle
@option (something) held in one’s pressed hands
@value press

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.