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.
TM Battle Mist - TMBattleMist.js
Plugin desc : Displays fog-like effects in battle scenes.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMBattleMist.js
File name : TMBattleMist.js
Help of plugin :
@plugindesc Displays fog-like effects in battle scenes. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Battle Mist ver. 2.1.0 How to Use: Save the fog image distributed with the plugin in the img/system folder. The file name is mist.png. If you need to change the file name, please also change the mistImage plugin parameter. https://github.com/munokura/tomoaky-MV-plugins/tree/master/img/system The image is set to the game's 816*624 resolution, so changing the resolution may cause distortion. Adjust the plugin parameter value to suit your needs. This plugin has been tested with RPG Maker MV Version 1.6.1. This plugin is distributed under the MIT License and is free to use commercially, modify, and redistribute. 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 direction of fog movement. This function is only available in side view. This setting is stored in save data and remains inverted until the offMistMirror command is executed. offMistMirror Removes the inversion of fog movement direction. This function is only available in side view. setFrontMist Allows fog to flow in the same direction as in front view, even when Battle is in side view. setSideMist Allows fog to flow in the same direction as in side view, even when Battle is in front view. @param mistImage @desc Image file name to use as fog. Default: mist @default mist @type file @require 1 @dir img/system/ @param mistNumber @desc Number of fog sprites to display. Default: 32 @default 32 @param mistTopSide @desc The top coordinate of the range where fog is displayed in side view. Default: 200 @default 200 @param mistRangeSide @desc Range of the Y direction to display fog in side view. Default: 300 @default 300 @param mistTopFront @desc The top coordinate of the area where fog is displayed in the front view. Default: 240 @default 240 @param mistRangeFront @desc Range in Y direction to display fog in front view. Default: 340 @default 340 @param mistScale @desc Magnification rate of fog sprite. Default: 1 @default 1 @param mistOpacityMax @desc Maximum opacity of fog sprites. Default: 224 @default 224