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

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

MZ plugins

Mano PP Visu MZ Option Core - ManoPP_VisuMZ_OptionCore.js

Plugin desc : Provides integration with VisuMZ_1_OptionsCore.

License : MIT License

Author : しぐれん(siguren)

Website : https://github.com/Sigureya/RPGmakerMZ/blob/master/ManoPP_VisuMZ_OptionCore.js

Download Page : https://raw.githubusercontent.com/Sigureya/RPGmakerMZ/master/ManoPP_VisuMZ_OptionCore.js

File name : ManoPP_VisuMZ_OptionCore.js

Help of plugin :

* @plugindesc Provides integration with VisuMZ_1_OptionsCore.
 * @author しぐれん(siguren)
 * 
 * @target MZ
 * @orderAfter VisuMZ_1_OptionsCore
 *  
 * @param lookupTable
 * @desc Set where to allocate the items to be added.
 * @type struct<LookupItem>[]
 * @default ["{¥"symbol¥":¥"GAMEPAD_CONFIG¥",¥"categoryVisuMZ¥":¥"General¥",¥"categoryIconVisuMZ¥":¥"245¥"}","{¥"symbol¥":¥"KEYBOARD_CONFIG¥",¥"categoryVisuMZ¥":¥"General¥",¥"categoryIconVisuMZ¥":¥"245¥"}","{¥"symbol¥":¥"TestData¥",¥"categoryVisuMZ¥":¥"Playtest¥",¥"categoryIconVisuMZ¥":¥"84¥"}"]
 * 
 * @param testData
 * @text TestData/テストデータ
 * @desc For operation test. Use it to practice / learn this plugin.
 * 動作テスト用。このプラグインの練習・学習に使います。
 * @type struct<TestData>
 * @default {"okSound":"Cat","text":"TestData/テストデータ"}
 * 
 * @help
 * Helps add items to VisuMZ_1_OptionsCore.
 * This plugin adds a passage for registration.
 * Complex processing is done inside this plugin, so
 * All you have to do is call the methods of this plugin.
 * 

* ■ How to use the plug-in (for plug-in authors)
 * If VisuMZ_1_OptionsCore is installed,
 * Optional items will not be added in the usual way.
 * There are ways to add it, but you need to decipher and process the obfuscated code.
 * This is a lot of work, so this plugin does the complicated part of the registration process.
 * If VisualStudioCode is installed, you can call the registration function.
 * PP_Option.Manager has a method to do additional processing.
 * Please try the operation yourself from here.
 *  
 * ■ lookup Table
 * Defines which Category the option is assigned to.
 * Also, for Symbol data, we will add candidates if requested by the plugin author.
 * If you would like to add a candidate, please visit the author's Twitter.
 *
 * ■ About test data
 * This item is for understanding what the plugin is doing.
 * Loading plugin parameters is at the bottom of the plugin. * 
 *

スポンサードリンク

-MZ plugins

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