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 Setup Troops - FTKR_SetupTroops.js
Plugin desc : v1.1.0 A plugin to set Troops formation in the game
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_SetupTroops.js
File name : FTKR_SetupTroops.js
Help of plugin :
@plugindesc v1.1.0 A plugin to set Troops formation in the game @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 ----------------------------------------------------------------------------- By implementing this plugin, you can set Troops formation in the game. ----------------------------------------------------------------------------- Setup Instructions ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." ----------------------------------------------------------------------------- How to Set Troops Formation ----------------------------------------------------------------------------- Use the following plugin command. Note that you can specify the in-game variable IDx using '¥V[x]' for values such as Troops ID, enemy ID, and coordinates. 1. Member Initialization STP_TroopMembers_Reset id Use id to set the Troops ID to be initialized (to empty its members). Execute this before adding members. Example: STP_TroopMembers_Reset 2 2. Adding Members STP_AddEnemyGroupMember id enemyID x y hidden Set the Troops ID to which you want to add a member using id. Set the hidden flag to true if you want the member to appear midway through the game, or false if they are present from the beginning. Example: STP_TroopMembers_Add 2 10 150 400 true ----------------------------------------------------------------------------- License for this Plugin ----------------------------------------------------------------------------- This plugin is released under the MIT License. Copyright (c) 2017 Futokoro http://opensource.org/licenses/mit-license.php ---------------------------------------------------------------------------- Change History ---------------------------------------------------------------------------- v1.1.0 - 2017/05/25: Added Traits 1. Added the ability to add Troops members even during battle. v1.0.0 - 2017/05/19: First version created -----------------------------------------------------------------------------