

One of the bigger nuisances for the default formation system is the lack of ability to view actor data before switching them in without having to constantly switch to the Status screen. The player can change party members in a more organized fashion while also being able to view actor data shown in the lower right corner of the screen. However, those that don’t wish to use it will not gain access to the ability to lock and require actors (which will be discussed later on). This scene can be disabled for those who wish to keep using the default formation system.

The formation menu item will lead to the new Party changer scene. To change the number of members that can enter battle at a time with you, edit the MAX_BATTLE_MEMBERS constant in the module. In addition to changing that number, it will also expand the caterpillar (followers) on the field map to whatever that amount is. You can change the maximum number of actors that can enter battle at a time. Swap Order Fix – If you want to use the script call $game_party.swap_order(n,n).In addition to that, you can lock the position of actors within a party and require other actors to be in the active party before continuing. This script enables you the ability to change the maximum number of party members, change EXP rates, and/or open up a separate party menu (if desired). However, changing the maximum number of members isn’t possible without the aid of a script. RPG Maker VX Ace comes with a very nice party system.
