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.
Battle Log To Message - BattleLogToMessage.js
Plugin desc : Battlelog message display plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleLogToMessage.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/BattleLogToMessage.js
File name : BattleLogToMessage.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/BattleLogToMessage.js @plugindesc Battlelog message display plugin @author Triacontane @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- BattleLogToMessage.js Changes the display of the battle log to a message window at the bottom of the screen. You can change the display method and specifications in the plugin parameters. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param StatusPosUpper @text Status top placement @desc Place command and status windows at the top of the screen so they are not obscured by messages. @type boolean @default false @param MessagePosUpper @text Message top placement @desc Display the message window at the top. In that case, disable the status top placement. @type boolean @default false @param MessageSpeed @text Message Rate Variable @desc Changes the message speed to be obtained from the variable with the specified number. The value of the variable will be the frame value. @type number @default 0 @param WaitForEndAction @text Wait after the action is completed @desc After the action is completed, the message will wait for the specified number of frames before being cleared. @type number @default 0 @param FontSize @text Font size @desc The font size of the log window. @type number @default 0 @param MessageLines @text Message Line Count @desc The number of lines in the window. If you reduce the number of lines, messages such as damage indication may not be displayed. @type number @default 2 @param HiddenIfEmpty @text Hide if empty @desc When a window has no content to display, it becomes hidden. @type boolean @default false @command LOG_CLOSE @text Close the log window @desc Close the log window. @command LOG_OPEN @text Open the log window @desc Reopens the log window if it was closed.