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.
Scene Formation - SceneFormation.js
Plugin desc : ver1.098/Added a sorting scene.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Menu/SceneFormation.js
File name : SceneFormation.js
Help of plugin :
@plugindesc ver1.098/Added a sorting scene. @author Yana @url https://github.com/munokura/Yana-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/Yana-MV-plugins ). Original plugin by Yana. ----- Plugin Commands -------------------------------------------------------------------- *Please enter spaces using half-width characters. - Calls the reordering scene. SceneFormation call - Fixes the order of the actor with ID number. SceneFormation fixed ID - Unpins the order of the actor with ID number. SceneFormation unpin ID - Fixes the order of all actors. SceneFormation all_fixed - Fixes the order of the actor with ID number. SceneFormation all_unpin - Changes the maximum number of battle participants. MaxBattleMembersSize Number *Cannot be changed during battle! ------------------------------------------------------ Notes on reordering ------------------------------------------------------ If there are no surviving actors in the battle team, you will not be able to exit the reordering scene. ----------------------------------------------------- Terms of Use ------------------------------------------------------ This plugin is released under the MIT License. http://opensource.org/licenses/mit-license.php ------------------------------------------------------ Update History: ver1.098:250517 Added a plugin parameter to remove "-" from battle member frames. ver1.097:240827 Added a plugin parameter to change the background color of Collapse actors to yellow. ver1.096:240825 Fixed actor replacement conditions. ver1.095:240429 Fixed a bug that prevented maximum level actors from being handled. by Dark Plasma ver1.094:210725 Major refactoring by Dark Plasma ver1.093:200516 Globalized Window_FormationStatus to allow patches to be received on the display. by Dark Plasma Also translated the plugin parameter display into Japanese. by munokura ver1.092:200326 Fixed touch-to-cancel support for RPG Atsumare. by ponpokoneruson ver1.091:180410 Updated plugin parameter specifications to 1.5.0. ver1.09:170228 Added a plugin command to change the maximum number of battle participants. ver1.08:170105 Fixed a bug where adding an actor would not work properly when the party size was set to -1. ver1.07: Fixed a bug where setting Use Menu Formation Scene to false would cause an error. ver1.06: Added an option to set the width of the parameter display. Added an option to set the overall text size. Added a function so that clicking outside the window acts as a cancel. Fixed a bug where right-clicking would not work properly in plugins installed below this one. Fixed a bug where increasing or decreasing the number of players during battle in side view would not display correctly. ver1.05: Fixed a bug where Window_Formation's checkBlt would loadFace. Fixed a bug where the last actor in the battle group could not be selected after selecting a blank space in the standby group. Ver 1.04: Fixed a bug where Window_FormationName was calling Window_Selectable's initialize. Ver 1.03: Fixed a bug where clicking was possible even when sorting was not active during battle. Ver 1.02: Fixed a bug where Stand Members Size and Max Battle Members Size were not working properly. Fixed a bug where an error would occur when selecting a blank space and confirming with a blank space. Ver 1.01: Fixed a bug where addActor was not working properly. Ver 1.00: Released @param Stand Members Size @text Maximum number of waiting members @desc Maximum number of waiting members. If it exceeds 11, the window will be 2 rows. @default 8 @type number @param Max Battle Members Size @text Maximum number of battle members @desc This is the maximum number of battle members. You can set it to 3 or less, or 5 or more. @default 4 @type number @param Use Menu Formation Scene @text Reorder Scenes @desc This setting determines whether to replace the menu sorting items with sorting scenes. Set this to true or false. @default true @type boolean @on Replace @off Do not replace @param Formation Scene Battle Name @text Battle member labels @desc This is the text that will be displayed above the battle members. @default Battle member @param Formation Scene Stand Name @text Waiting member label @desc The text that appears above the waiting member. @default Waiting member @param Use Battle Formation Switch ID @text In-battle sorting switch ID @desc This is the ID of the switch that allows you to add sorting items to party commands during battle. If none, they will not be added. @default 20 @type switch @param Battle Command Formation @text Party Command Display Command @desc This is the text of the sorting item that will be added to the party commands during battle. @default Formation @param Status Window Font Size @text Font size @desc The text size of the status window. @default 24 @type number @param Status Block Width @text Parameter Display Width @desc The width of the parameter display area in the status window. @default 372 @type number @param Dead Actor Color @text Collapse actor background color @desc The background color of Collapse actors will be yellow. @default true @type boolean @on Make it yellow @off Make colorless @param Member Space Add @text Member blanks @desc Add a blank (-) to the member slot. @default true @type boolean @on Add @off Do not add