Welcome to PGMZ! 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.
RX T Change Battle Back in Battle Animation - RX_T_Change_BattleBack_in_Battle_Animation.js
Plugin desc : It is possible to create ”battle animations” that change the battleback.
License : MIT License
Author : TYPE74RX-T
Website : https://w.atwiki.jp/type74rx-t/pages/221.html
Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html
Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_Change_BattleBack_in_Battle_Animation.js
File name : RX_T_Change_BattleBack_in_Battle_Animation.js
Help of plugin :
* @target MV MZ * @plugindesc It is possible to create ”battle animations” that change the battleback. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @help Change BattleBack in Battle Animation * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * To use this plugin, you need the following plugins. * ”Change Battle Back EX” * Please apply this one first. * * ◆Summary * It is possible to create ”battle animations” that change the battleback. * It will be effective with summoning skills and terrain manipulation skills, * among other situations. * * [Notes] * This effect is only available in combat. * * ◆About the files included in the package * The zip file of this plugin contains a ”SystemOgg” folder. * Here is an explanation of the files in it. * 0m$.ogg:It is used to remember the state of the battle background at * the moment. * 0r$.ogg:It is used to restore the battle background memorized by ”0m$.ogg”. * 01$.ogg:It is used to call the battleback 1. * 02$.ogg:It is used to call the battleback 2. * * These are all silent files. * * Rename ”01$.ogg” and ”02$.ogg” to the name of the battle background you * want to use. * * Example: If you want to set battle background 1 to ’Space’ and battle * background 2 to ’DarkSpace’ * * 01$Space.ogg * 02$DarkSpace.ogg * Fill ”01$”/”02$” at the beginning of the file and name of battle background * you want to call up. * * Set this setting according to the number of battle backgrounds you need. * Please rename a copy of the supplied ogg file for safety. * * ◆Preparation * Copy the necessary files into the ””Project folder”¥audio¥se”. * * ◆Setup Method * Edit the sound effect section of the animation. * For animations where you want the battle background to change, set it to * sound ”0m$.ogg” at the first of the 1 frame. * After that, set the one marked with ”01$” or ”02$” to ring on the frame you * want to change the battle background. * Finally, set the SE setting of ”0r$.ogg” to the frame you want to return * to the original battle background, and you’re done. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php