Welcome to PGMV! 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.
FTKR Max Battle Members - FTKR_MaxBattleMembers.js
Plugin desc : v1.0.0 A plugin that manages the maximum number of battle members with variables
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_MaxBattleMembers.js
File name : FTKR_MaxBattleMembers.js
Help of plugin :
@plugindesc v1.0.0 A plugin that manages the maximum number of battle members with variables @author Futokoro @url https://github.com/munokura/futokoro-MV-plugins @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/futokoro-MV-plugins ). Original plugin by Futokoro. Please check the URL below for the latest version of the plugin. URL https://github.com/futokoro/RPGMaker ----- ----------------------------------------------------------------------------- Overview ----------------------------------------------------------------------------- You can change the number of battle members during a game without changing the number of party members. The value stored in the variable <VariableId> specified in the plugin parameters will be the number of battle members at that time. Set the initial maximum number of players in <Initial Value>. The value set when starting a new game will be written to the variable. ----------------------------------------------------------------------------- Settings ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- License for this plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2018 Futokoro http://opensource.org/licenses/mit-license.php Plugin source https://github.com/futokoro/RPGMaker/blob/master/README.md ----------------------------------------------------------------------------- Change History ----------------------------------------------------------------------------- v1.0.0 - February 25, 2018: First version created ----------------------------------------------------------------------------- @param VariableId @desc Set the variable ID that manages the maximum number of battle members. @default 0 @type variable @parent database @param Initial Value @desc Set the initial maximum number of battle members. @default 4 @type number @min 1 @parent dataType