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 Transformation State - FTKR_TransformationState.js
Plugin desc : v1.1.0 A plugin that changes the character image while the state is active
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_TransformationState.js
File name : FTKR_TransformationState.js
Help of plugin :
@plugindesc v1.1.0 A plugin that changes the character image while the state is active @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 change the actor's SV character image while the state is active. Enter the following tag in the state's Note field: <TFS_TRANSFORM:filename> Changes the actor's SV character image to filename.png. Save the image file in img/sv_actors. You can also specify the filename with "%1" appended to it, where "%1" is the ID (4 digits) of the actor to which the state is active. Example: If a character with actor ID 1 is in a state tagged with <TFS_Transform:Transform_%1> The image to be loaded will be Transform_0001.png. (ID1 is converted to 0001 (four-digit display).) If you don't want the weapon to be swung during transformation, enter the following tag in the state: <TFS_WEAPON_LESS> ----------------------------------------------------------------------------- Setup Instructions ----------------------------------------------------------------------------- 1. Add this plugin to the "Plugin Manager." --------------------------------------------------------------------------- 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.0.2 - 2017/08/02: Bug fixes 1. Added a process to avoid conflicts with other plugins. v1.0.1 - May 3, 2017: Help section added v1.0.0 - May 2, 2017: First version created -----------------------------------------------------------------------------