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.
Stack Battle Log - StackBattleLog.js
Plugin desc : ver1.04/The battle log will be changed to a cumulative type, and a party command will be added to display the battle log.
License : MIT License
Author : Yana
Website : https://w.atwiki.jp/pokotan/pages/3.html
Desc page : https://github.com/munokura/Yana-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Battle/StackBattleLog.js
File name : StackBattleLog.js
Help of plugin :
@plugindesc ver1.04/The battle log will be changed to a cumulative type, and a party command will be added to display the battle log.
@author Yana
@url https://github.com/munokura/Yana-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/Yana-MV-plugins ).
Original plugin by Yana.
-----
------------------------------------------------------
Specifications
------------------------------------------------------
This plugin also adds the following control characters:
¥FS[FontSize]
Changes the font size of text using drawTextEx, such as messages, to FontSize.
Unlike ¥{ and ¥}, this control character does not have a minimum or maximum value.
------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
ver 1.04: Avoids conflicts with YEP_MessageCore
ver 1.03: Fixed a bug where control character conversion was not performed correctly.
: Fixed a bug where deleting logs over 100 lines was not performed correctly.
: Deleted remaining console.log files.
ver 1.01: Fixed a bug where party command logging would not function properly even when disabled.
ver 1.00: Released
@param Stack Log UseLog
@desc This setting determines whether to add a log command to the party command. Set this to true or false.
@default true
@param Stack Log UseStack
@desc This setting determines whether to change the battle log to a cumulative type. Set this to true or false.
@default true
@param Stack Log Text
@desc The name of the command to display in the party commands.
@default Log
@param Stack Log Start
@desc This is the battle start text to display in the log window.
@default ------Start Battle------
@param Stack Log TurnEnd
@desc End of turn text to display in the log window. Converts %d to the number of turns.
@default ------ %d Turn End------
@param Stack Log MaxLines
@desc Maximum number of lines in the battle log.
@default 6
@param Stack Log FontSize
@desc Font size for the battle log and log window.
@default 24
@param Stack Log Size
@desc The number of log lines to accumulate.
@default 100