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

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

MZ plugins

Dark Plasma Formation - DarkPlasma_Formation.js

Plugin desc : Sorting scene

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_Formation.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_Formation.js

File name : DarkPlasma_Formation.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Sorting scene
@author DarkPlasma
@license MIT

@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/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 4.0.2
Provides a sorting scene.

You can start the sorting scene with a plugin command.

The behavior of the menu sorting command will not change with this plugin
alone.
You can change it by using it in conjunction with a plugin that changes menu
behavior.
For example, you can use DarkPlasma_FormationInMenu or
Triacontan's MenuSubCommand.

Please note that from version 4.0.0 onwards, FormationInBattle must also be
updated to
3.0.0.

Sorting scene start script:
SceneManager.push(Scene_Formation);

@param characterWidth
@text Character graphics width
@desc Character walking graphic width
@type number
@default 48

@param characterHeight
@text Character graphics vertical size
@desc Character walking graphic vertical size
@type number
@default 48

@param characterDirectionToLeft
@text Character graphics facing left
@desc Whether to display the character graphic facing left
@type boolean
@default true

@param inheritMenuBackground
@text Menu background use
@desc Whether to carry over the background when transitioning from a menu screen
@type boolean
@default true

@param cancelButtonLeftMergin
@text Cancel Left Space
@desc The distance between the cancel button and the help window
@type number
@default 4

@param cancelButtonRightMergin
@text Cancel right space
@desc Width between the cancel button and the edge of the screen
@type number
@default 4

@param showHelpWindow
@text Show the help window
@desc When turned OFF, the help window at the top will be hidden and the equipment and status windows will be made wider.
@type boolean
@default true

@command openFormationScene
@text Open the sorting scene

スポンサードリンク

-MZ plugins

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