Common Event Menu Setup Pack 2 (YEP)

From Yanfly.moe Wiki
Revision as of 11:05, 13 June 2020 by Yanfly (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_CommonEventMenu. Make sure this plugin is located
under YEP_CommonEventMenu in the plugin list.

For those using the Common Event Menu and are rearranging windows around,
you may have realized that it can take quite a bit of work to do. This
extension plugin contains various setups that come easy for you to make
quick menu setups for. This is the second Common Event Menu Setup Pack, with
more options for you to pick from and give your Common Event Menus a nice
fresh look fit for each type of menu.

Plugin Commands

PluginCommandsMV.png

Plugin Commands are event commands that are used to call upon functions added by a plugin that aren't inherently a part of RPG Maker MV.

Here is a list of Plugin Command(s) that you may use:

Use the following plugin commands to change the menu setup of your common
event menu before opening it up. To see what the layouts look like, please
refer to the Youtube video link and/or this plugin's page on Yanfly.moe.

Plugin Command:

  SetCommonEventMenuSettings Side Subtext Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the left half of the screen while the subtext window takes the
  right half of the screen. The picture window does not appear.

  SetCommonEventMenuSettings Side Reverse Subtext Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the right half of the screen while the subtext window takes the
  left half of the screen. The picture window does not appear.

  SetCommonEventMenuSettings Subtext Picture Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the left half of the screen while the subtext window takes the
  right half of the screen. The main list will be 4 lines tall while the
  picture window takes the remainder of the height.

  SetCommonEventMenuSettings Subtext Reverse Picture Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the right half of the screen while the subtext window takes the
  left half of the screen. The main list will be 4 lines tall while the
  picture window takes the remainder of the height.

  SetCommonEventMenuSettings Picture Subtext Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the left half of the screen while the picture window takes the
  right half of the screen. The main list will be 4 lines tall while the
  subtext window takes the remainder of the height.

  SetCommonEventMenuSettings Picture Reverse Subtext Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the right half of the screen while the picture window takes the
  left half of the screen. The main list will be 4 lines tall while the
  subtext window takes the remainder of the height.

  SetCommonEventMenuSettings Side Picture Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the left half of the screen while the picture window takes the
  right half of the screen. The subtext window does not appear.

  SetCommonEventMenuSettings Side Reverse Picture Setup
  - This puts the Help Window at the top of the screen. The main list will
  appear on the right half of the screen while the picture window takes the
  right left of the screen. The subtext window does not appear.

  SetCommonEventMenuSettings Left Half Setup
  - This puts the Help Window and main list on the left half of the screen.
  Everything is half width.

  SetCommonEventMenuSettings Left Half Subtext Setup
  - This puts the Help Window, main list, and subtext window on the left
  half of the screen. Everything is half width.

  SetCommonEventMenuSettings Left Half Picture Setup
  - This puts the Help Window, main list, and picture window on the left
  half of the screen. Everything is half width. The main list is only four
  commands tall.

  SetCommonEventMenuSettings Right Half Setup
  - This puts the Help Window and main list on the right half of the screen.
  Everything is half width.

  SetCommonEventMenuSettings Right Half Subtext Setup
  - This puts the Help Window, main list, and subtext window on the right
  half of the screen. Everything is half width.

  SetCommonEventMenuSettings Right Half Picture Setup
  - This puts the Help Window, main list, and picture window on the right
  half of the screen. Everything is half width. The main list is only four
  commands tall.

Changelog

Version 1.01:
- Updated for RPG Maker MV version 1.5.0.

Version 1.00:
- Finished Plugin!