Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Option Help - OptionHelp.js
Plugin desc : Optional Help Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/OptionHelp.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/OptionHelp.js
File name : OptionHelp.js
Help of plugin :
@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/OptionHelp.js
@plugindesc Optional Help Plugin
@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
-----
OptionHelp.js
Adds and displays a help window to the Options screen.
If you want to display help for items added by other plugins,
you will need to know the symbols of the added items.
The symbols for the default items are as follows:
alwaysDash: Always dash
commandRemember: Command remember
touchUI: Touch UI
bgmVolume: BGM volume
bgsVolume: BGS volume
meVolume: ME volume
seVolume: SE volume
The symbols for items added with the Optional Item Creation Plugin are as
follows:
Number1: Number item [1] (Replace the number with 2 or higher)
Boolean1: Switch item [1]
String1: String item [1]
Volume1: Volume item [1]
This plugin requires the base plugin ”PluginCommonBase.js.”
”PluginCommonBase.js” is located in the following folder
under the RPG Maker MZ installation folder.
dlc/BasicResources/plugins/official
Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.
@param helpList
@text Help List
@desc This is the list of help displayed on the options screen.
@type struct<Help>[]
@default [”{¥”symbol¥”:¥”alwaysDash¥”,¥”description¥”:¥”You will automatically dash without holding down the Shift key.¥”}”,”{¥”symbol¥”:¥”commandRemember¥”,¥”description¥”:¥”It remembers the command input you select during battle.¥”}”,”{¥”symbol¥”:¥”touchUI¥”,¥”description¥”:¥”Displays touch buttons on the menu screen.¥”}”,”{¥”symbol¥”:¥”bgmVolume¥”,¥”description¥”:¥”Adjust the volume of the background music.¥”}”,”{¥”symbol¥”:¥”bgsVolume¥”,¥”description¥”:¥”Adjusts the volume of the background music.¥”}”,”{¥”symbol¥”:¥”meVolume¥”,¥”description¥”:¥”Adjust the volume of the ME.¥”}”,”{¥”symbol¥”:¥”seVolume¥”,¥”description¥”:¥”Adjusts the volume of the SE.¥”}”]
@param helpLines
@text Help Lines
@desc Number of lines in the help window. Specifying 0 will default to 2.
@type number
@default 0