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.
LL Message Window Adjust MV - LL_MessageWindowAdjustMV.js
Plugin desc : Adjusts the width of the message window.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Prohibited (This does not apply to works made using the material.)
・Details: See Download Page / In-plugin documentation
Author : Lulu's Church
Website : https://nine-yusha.com/
Desc page : https://nine-yusha.com/plugin-messagewindowadjust/
File name : LL_MessageWindowAdjustMV.js
Help of plugin :
* @target MV * @plugindesc Adjusts the width of the message window. * @author Lulu's Church * @url https://nine-yusha.com/plugin-messagewindowadjust/ * * @help LL_MessageWindowAdjustMV.js * * When displaying messages without face graphics, * the message width will match the width when a face is shown. * * There are no plugin commands. * * Terms of use: * ・No copyright notice required. * ・No report needed for use. * ・Free for commercial and non-commercial. * ・No restriction for adult works. * ・You may modify freely for your game. * ・Redistribution as plugin material (incl. modified) prohibited. * * Author: Lulu's Church * Date: 2021/9/2 * * @param adjustWindowChoiceList * @text Sync Choice Position * @desc Whether to align choice list position with the message width. * @default true * @type boolean * * @param adjustOnBattle * @text Enable in Battle * @desc If true, adjusts the message width during battle as well. * @default false * @type boolean * * @param adjustWindowType * @text Enabled Window Background * @desc Select which background types will have width adjustment. * @type select * @default all * @option All * @value all * @option Window only * @value windowOnly * @option Dim only * @value darkenOnly * @option Transparent only * @value clearOnly * * @param adjustOnFace * @text Width Adjust (Face) * @desc Adjustment value for message width when face is shown. * Default: 0 * @default 0 * @type number * @min 0 * @max 2000 * * @param adjustNoFace * @text Width Adjust (No Face) * @desc Adjustment value for message width when no face is shown. * Default: 84 * @default 84 * @type number * @min 0 * @max 2000