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.
MNKR TM Battle Mist MZ - MNKR_TMBattleMistMZ.js
Plugin desc : Displays fog-like effects in battle scenes.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMBattleMistMZ.js
File name : MNKR_TMBattleMistMZ.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMBattleMistMZ.js @plugindesc Displays fog-like effects in battle scenes. @author munokura @license MIT License @help How to Use: Save the fog image in the img/system folder. The default filename is mist.png. If you change the filename, please also change the mistImage plugin parameter. The image is set to the game’s 816*624 resolution, so changing the resolution may cause display distortion. Adjust the plugin parameter value to suit. Plugin Commands: stopMist Disables Battle Mist. This setting is also saved in your save data, and the fog will not be displayed until the startMist command is executed. startMist Enables Battle Mist if it is disabled. onMistMirror Inverts the fog’s movement direction. This function is only available in side view. This setting is also saved in your save data, and will remain inverted until the offMistMirror command is executed. offMistMirror Cancels the inversion of the fog’s movement direction. This function is only available in side view. setFrontMist Makes the fog flow the same as in front view, even in side view battles. setSideMist Allows fog to flow in the same way as in side view, even when combat is in front view. # Contact This is a plugin originally created for RPG Maker MV, adapted for MZ. Please contact the modifier for any inquiries. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). @param mistImage @text Fog Image @desc The name of the image file to use as fog. @type file @default mist @require 1 @dir img/system/ @param mistNumber @text Number of Fog Sprites @desc The number of fog sprites to display. @type number @default 32 @param mistTopSide @text SV fog top coordinates @desc The top coordinate of the range where fog is displayed in side view. @type number @default 200 @param mistRangeSide @text SV Mist Y Range @desc The Y-range at which fog is displayed in side view. @type number @default 300 @param mistTopFront @text FV fog top coordinate @desc The top coordinate of the area where fog is displayed in the front view. @type number @default 240 @param mistRangeFront @text FV fog Y range @desc The Y-range at which fog is displayed in the front view. @type number @default 340 @param mistScale @text Fog expansion rate @desc Fog sprite magnification. @default 1.00 @param mistOpacityMax @text Max Fog Opacity @desc The maximum opacity of the fog sprite. @type number @default 224 @min 0 @max 255 @command startMist @text Battle Mist Enabled @desc Enables fog if it is disabled. @command stopMist @text Battle Mist Nullification @desc Disable fog. @command onMistMirror @text Battle Mist direction inversion @desc Reverses the direction of fog movement. This function is only available in side view. @command offMistMirror @text Cancel Battle Mist direction reversal @desc Cancels the mist movement direction inversion. This function is only available in side view. @command setFrontMist @text Battle Mist Sync Front View @desc Even if the battle is in side view, the fog will flow in the same way as in front view. @command setSideMist @text Battle Mist Synchronized Side View @desc Even if the battle is in front view, the fog will flow in the same way as in side view.