Difference between revisions of "Shop Menu Core (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview=<youtube>https://www.youtube.com/watch?v=mPoRWUEIG2M</youtube> |link1=<html><iframe src="https://itch.io/embed/398514" height="167" width="552" frameborder...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview=<youtube>https://www.youtube.com/watch?v=mPoRWUEIG2M</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=mPoRWUEIG2M</youtube>
|link1=<html><iframe src="https://itch.io/embed/398514" height="167" width="552" frameborder="0"></iframe></html>
+
|link1 = <html><iframe src="https://itch.io/embed/398514" height="167" width="552" frameborder="0"></iframe></html>
|link2=[http://yanfly.moe/plugins/en/YEP_ShopMenuCore.js Mirror]
+
|link2 = [http://yanfly.moe/plugins/en/YEP_ShopMenuCore.js Mirror]
  
 
}}
 
}}
Line 12: Line 12:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG
 
The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG
 
Maker VX Ace. It's relatively basic and provides adequate information, but
 
Maker VX Ace. It's relatively basic and provides adequate information, but
Line 31: Line 27:
 
between the two modes by pressing the 'tab' button on the keyboard or with
 
between the two modes by pressing the 'tab' button on the keyboard or with
 
touch input on the name of the actor or parameter.
 
touch input on the name of the actor or parameter.
 +
</nowiki>
  
============================================================================
+
== Instructions ==
Instructions
 
============================================================================
 
  
 +
<nowiki>
 
You can add and remove commands from the Command Window by changing the
 
You can add and remove commands from the Command Window by changing the
 
'Command Order' parameter. Here is a list of commands you may use:
 
'Command Order' parameter. Here is a list of commands you may use:
Line 53: Line 49:
 
   Cancel
 
   Cancel
 
   - This exits the shop.
 
   - This exits the shop.
 +
</nowiki>
  
============================================================================
+
== Notetags ==
Notetags
 
============================================================================
 
  
 +
<nowiki>
 
You can use the following notetag to alter various shop aspects
 
You can use the following notetag to alter various shop aspects
  
Line 74: Line 70:
 
   <Can Sell>
 
   <Can Sell>
 
   This makes it so that the item can be sold even if it is at 0 gold.
 
   This makes it so that the item can be sold even if it is at 0 gold.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.05:
 
Version 1.05:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 00:59, 22 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

Extension Plugins

The following plugins are Extension Plugins that require this plugin as its Parent Plugin.

Place the following plugins below this plugin located in the Plugin Manager if you plan on using them.

Yanfly Engine Plugins

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


Introduction

The shop menu in RPG Maker MV is the same as it was in RPG Maker VX and RPG
Maker VX Ace. It's relatively basic and provides adequate information, but
not really enough to let the player know what they're actually buying or
even selling. This plugin enables shops to show more than just the basic
information displayed in RPG Maker MV and even allows for custom commands to
be inserted into the command window.

This plugin also gives the player the option to tab between a parameter
comparison mode with the whole party displaying individual stats at a time
or individual actors displaying all stats at a time. The player can switch
between the two modes by pressing the 'tab' button on the keyboard or with
touch input on the name of the actor or parameter.

Instructions

You can add and remove commands from the Command Window by changing the
'Command Order' parameter. Here is a list of commands you may use:

  Buy
  - This is the buy item command.

  Sell
  - This is the sell item command.

  Equip
  - This is the equip command to directly access an actor's equipment.

  Custom
  - If you have any custom shop menu items, they will be displayed here.

  Cancel
  - This exits the shop.

Notetags

You can use the following notetag to alter various shop aspects

Item, Weapon, and Armor Notetag:

  <Price: x>
  This notetag allows you to exceed the default editor limit for item prices
  of 999,999 gold.

  <Sell Price: x>
  This sets the selling price of the item to x.

  <Cannot Sell>
  This makes it so that the item cannot be sold.

  <Can Sell>
  This makes it so that the item can be sold even if it is at 0 gold.

Changelog

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

Version 1.04:
- Compatibility Update with YEP_X_ItemPictureImg.js

Version 1.03:
- Updated for RPG Maker MV version 1.1.0.

Version 1.02:
- Fixed a visual bug that listed actor stats in the wrong order.

Version 1.01a:
- Disabled LEFT/RIGHT movement from the status window while inputting an
item quantity to buy.
- Added a font reset on the number window upon refresh.
- Fixed a visual error with MP recovery displaying a 0 instead of ---.

Version 1.00:
- Finished Plugin!