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.
NUUN System Database Unlimited - NUUN_SystemDatabaseUnlimited.js
Plugin desc : Exceeded database limit
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_SystemDatabaseUnlimited.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_SystemDatabaseUnlimited.js
File name : NUUN_SystemDatabaseUnlimited.js
Help of plugin :
* @target MZ * @plugindesc Exceeded database limit * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.0.2 * * @help * You can set more than the maximum number of maps (default 2000) and the maximum number of animations (default 1000). * To change the upper limit, execute it during test play with the plug-in command. * It is recommended to make a backup before execution. * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 8/23/2023 Ver.1.0.2 * Fixed to output a map JSON file when adding a new map. * 1/21/2023 Ver.1.0.1 * Added the ability to add maps without restrictions. * 1/19/2023 Ver.1.0.0 * First edition. * * @command DataBaseAddAnimations * @desc Sets the animation database maximum. * @text Animation max database * * @arg MaxDatabase * @text Max database * @desc Max database. * @type number * @default 0 * * @command DataBaseAddMaps * @desc Sets the map database maximum. * @text Map max database * * @arg MaxDatabase * @text Max database * @desc Max database. * @type number * @default 0 * * @command AddMap * @desc Add a map to the database. Use it when adding more than 2000. * @text Add map *