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.
NRP Title Customize - NRP_TitleCustomize.js
Plugin desc : v1.00 Customize the title scene.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_TitleCustomize.js
Desc page : https://newrpg.seesaa.net/article/501426741.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_TitleCustomize.js
File name : NRP_TitleCustomize.js
Help of plugin :
Customize the title scene. * * - Change the size of the command window * - Enable control characters for commands. * ※Icon and font size changes are enabled. * - Do not fade out BGM at the beginning of the game. * * Note that the placement of the command window can be changed * in System 1 of the database. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @----------------------------------------------------- * @ Plugin Parameters * @----------------------------------------------------- * * @param UseControlCharacter * @type boolean * @default true * @desc Enables control characters in command names. * Note that character reduction is disabled. * * @param TextAlign * @type select * @option left * @option center * @default center * @desc Command name placement. * * @param WindowWidth * @type number * @default 240 * @desc The width of the title window. * The default value is 240. * * @param WindowLineHeight * @type number * @desc The height of a single line of the window. * If blank, the original setting is used. * * @param OptionName * @type string * @desc Optional display name. * Can be specified separately from the menu scene. * * @param NoBgmFadeOut * @type boolean * @default false * @desc Don't fade out the BGM at the start of the game. * If you want to take over the title music as it is.