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.
Alt Menu Screen2 - AltMenuScreen2.js
Plugin desc : Alternative menu screen layout.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Yoji Ojima, Sasuke KANNAZUKI
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins AltMenuScreen2.js
File name : AltMenuScreen2.js
Help of plugin :
* @plugindesc Alternative menu screen layout. * @author Yoji Ojima, Sasuke KANNAZUKI * * @param backGroundBitmap * @desc background bitmap file at img/pictures. * @default * * @param maxColsMenu * @desc max column at menu window * @default 4 * * @param commandRows * @desc number of visible rows at command window * @default 2 * * @param isDisplayStatus * @desc whether display status or not. (1 = yes, 0 = no) * @default 0 * * @help This plugin does not provide plugin commands. * The differences with AltMenuscreen are follows: * - windows are transparent * - it can set the menu's background bitmap. * - picture is actors' original * * Actor' note: * <stand_picture:filename> set actor's standing picture at menu. * put file at img/pictures. * * preferred size of actor's picture: * width: 174px(maxColsMenu=4), 240px(maxColsMenu=3) * height: 408px(commandRows=2), 444px(commandRows=1)