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.
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. *
*