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 Screen3 - AltMenuScreen3.js
Plugin desc : Yet Another menu screen layout (ver1.0.1)
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Sasuke KANNAZUKI, Yoji Ojima
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins AltMenuScreen3.js
File name : AltMenuScreen3.js
Help of plugin :
* @plugindesc Yet Another menu screen layout (ver1.0.1) * @author Sasuke KANNAZUKI, Yoji Ojima * * @default * @param bgBitmapMenu * @desc background bitmap file at menu scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * * @param bgBitmapItem * @desc background bitmap file at item scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapSkill * @desc background bitmap file at skill scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapEquip * @desc background bitmap file at equip scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapStatus * @desc background bitmap file at status scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapOptions * @desc background bitmap file at option scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapFile * @desc background bitmap file at save/load scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @param bgBitmapGameEnd * @desc background bitmap file at gameEnd scene. put at img/pictures. * @default * @require 1 * @dir img/pictures/ * @type file * * @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 1 * * @param display map name * @desc whether to display map name. (1 = yes, 0 = no) * @default 1 * * @param location string * @desc prefix of map name. drawn system color. * @default Location: * * @help This plugin does not provide plugin commands. * The differences with AltMenuscreen are follows: * - windows are transparent at all menu scene. * - it can set the background bitmap for each scenes at menu. * - 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)