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.
NRP Window Battle Log Layout - NRP_WindowBattleLogLayout.js
Plugin desc : v1.05 Change the layout of the battle log.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_WindowBattleLogLayout.js
Desc page : http://newrpg.seesaa.net/article/474864758.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_WindowBattleLogLayout.js
File name : NRP_WindowBattleLogLayout.js
Help of plugin :
Change the layout of the battle log. * You can change the position and size of the window. * * [Main features] * - You can use the official SimpleMsgSideView plugin together. * - You can use gradations. * - Switch to normal window. * - You can change the background color and transparency. * - When the message is long, it shrinks to fit the width of the window. * - There is also a function to adjust the window width to the string length. * * [Described in the skills note] * <NoName> * Hide the skill name when using it. * * For more information, please see below. * http://newrpg.seesaa.net/article/474864758.html * * [Terms] * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but we will respond to defects as far as possible. * * @param <Window Position> * @desc Set up the position of the window. * * @param x * @parent <Window Position> * @type text * @default 0 * @desc The X coordinate of the window. * * @param y * @parent <Window Position> * @type text * @default 0 * @desc The Y coordinate of the window. * * @param showFront * @parent <Window Position> * @type boolean * @default false * @desc Show the window in the front. * However, it's not guaranteed for windows generated by the following plugins. * * @param <Window Size> * @desc Configure the window size settings. * * @param width * @parent <Window Size> * @type text * @default this.windowWidth() * @desc The width of the window. * The initial value is "this.windowWidth()". This will fit the width of the screen. * * @param autoWidth * @parent <Window Size> * @type boolean * @default false * @desc Automatically adjusts the width of the window according to the number of characters. * * @param lineHeight * @parent <Window Size> * @type number * @default 36 * @desc The height of one line. * The default value is 36. * * @param <Window Message> * @desc Configure the window messages. * * @param fontSize * @parent <Window Message> * @type number * @default 28 * @desc Specify the size of the font. * The default value is 28. * * @param padding * @parent <Window Message> * @type number * @default 18 * @desc Specify the padding of the message. * The default value is 18. * * @param <Window Background> * @desc Set the background of the window. * * @param normalWindow * @parent <Window Background> * @type boolean * @default false * @desc Change to the same window as the normal message. * * @param backColor * @parent <Window Background> * @type text * @default #000000 * @desc The background color. (RGB value in hex, Default: #000000) * This doesn't make sense in the normal window. * * @param backPaintOpacity * @parent <Window Background> * @type number * @default 64 * @desc The opacity of background. (Default: 64) * This doesn't make sense in the normal window. * * @param gradientType * @parent <Window Background> * @type select * @option 0:none @value 0 * @option 1:horizontal @value 1 * @option 2:vertical @value 2 * @default 0 * @desc This is the gradation type of the window. * This doesn't make sense in the normal window. * * @param startGradientSize * @parent <Window Background> * @type text * @default 18 * @desc The gradient width of the start side. * (Default: 18) * * @param endGradientSize * @parent <Window Background> * @type text * @default 18 * @desc The gradient width of the end side. * (Default: 18)