More Status Menu Pages (YEP)

From Yanfly.moe Wiki
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_StatusMenuCore. Make sure this plugin is located
under YEP_StatusMenuCore in the plugin list.

Sometimes, you'll want to be able to place more information in each party
member's status menu page. This extension menu allows you to create as many
custom pages as you want and insert whatever text inside of them! Use this
to create custom backstories, additional information regarding the actors,
and more!

Instructions

Follow these steps to add more status pages to your status menu list:

  1. Open your YEP_StatusMenuCore plugin in the plugin list. Look for the
     'Command Order' plugin parameter.

  2. Inside it, place the text 'MorePages' where you want the extra Status
     Menu Pages to go.

  3. Press OK and close the Plugin Manager.

  4. Save your game project.

Notetags

NotetagsMV.png

RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.

Here is a list of Notetag(s) that you may use.

---

Place the following notetags inside of an actor's notebox that you wish to
add more status menu pages to.

Actor Notetags:

  ========================================================================

  <Status Menu Page: title>
   text
   text
  </Status Menu Page: title>
  - Replace 'title' with the title of the status menu page you wish for it
  to display in the command window. Insert as many lines of 'text' as you
  see fit for your extra status menu profile. Inserting multiple setups of
  this notetag will allow you to have more page entries in the status menu.

  Note: You can use text codes for the 'text' entries.

  -- Examples ---

  <Status Menu Page: Origin>
   \n[1] is originally from the kingdom of Dragnof, a country that
   existed 400 years in the past; the population was made up of both
   humans and Dragons co-existing peacefully with each other.
  </Status Menu Page: Origin>

  <Status Menu Page: Discipline>
   \n[1] firmly believes in noblesse oblige, where the strong and
   privileged should act with generosity and nobility towards those
   less privileged.
  </Status Menu Page: Discipline>

  ========================================================================

  <Status Menu Page title Switch: x>
  <Status Menu Page title Switch: x, x, x>
  - Replace 'title' with the title of the status menu page you wish for this
  notetag to affect. Replace 'x' with a switch ID that is required to be ON
  in order for this status menu page to show up in the actor's status menu
  profile. If you use multiple switches, all the switches must be on in
  order for this status menu page to appear.

  -- Examples ---

  <Status Menu Page Origin Switch: 1>
  <Status Menu Page Discipline Switch: 5, 6, 7, 8, 9, 10>

Changelog

Version 1.02:
- Fixed a bug that crashed the game if certain actors did not have the same
status page keys as others when changing between actors.

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

Version 1.00:
- Finished Plugin!