Difference between revisions of "Common Event Menu Setup Pack 2 (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 143: Line 143:
 
- Finished Plugin!
 
- Finished Plugin!
 
</nowiki>
 
</nowiki>
 +
 +
<!-- This is a comment, remove the arrows surrounding this for the categories you want to show -->
 +
<!-- [[Category: RPG Maker MV Core Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Battle Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Item Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Skill Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Equip Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Status Menu Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Gameplay Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Movement Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Quest Plugins]] -->
 +
<!-- [[Category: RPG Maker MV Options Plugins]] -->
 +
[[Category: RPG Maker MV Eventing Plugins]]
 +
[[Category: RPG Maker MV Utility Plugins]]
 +
[[Category: RPG Maker MV Mechanical Plugins]]
 +
[[Category: RPG Maker MV Visual Plugins]]
 +
[[Category: RPG Maker MV Menu Plugins]]
 +
<!-- [[Category: RPG Maker MV Message Plugins]] -->
 +
[[Category: RPG Maker MV Quality of Life Plugins]]
 +
<!-- [[Category: RPG Maker MV Plugin Tips & Tricks]] -->
 +
<!-- [[Category: Action Sequences (MV)]] -->
 +
<!-- [[Category: Comment Tags (MV)]] -->
 +
<!-- [[Category: Main Menu Manager Integration (MV)]] -->
 +
<!-- [[Category: Notetags (MV)]] -->
 +
<!-- [[Category: Options Core Integration (MV)]] -->
 +
<!-- [[Category: Plugin Commands (MV)]] -->
 +
<!-- [[Category: Script Calls (MV)]] -->
 +
<!-- [[Category: Text Codes (MV)]] -->

Revision as of 17:19, 27 June 2019

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

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!