Difference between revisions of "Map Gold Window (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
|preview  =  <youtube>https://www.youtube.com/watch?v=5cva-JaxfpY</youtube>
 
|preview  =  <youtube>https://www.youtube.com/watch?v=5cva-JaxfpY</youtube>
 
|link1  =  <html><iframe src="https://itch.io/embed/399644" height="167" width="552" frameborder="0"></iframe></html>
 
|link1  =  <html><iframe src="https://itch.io/embed/399644" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_MapGoldWindow.js Mirror]
+
|link2 = <html><iframe src="https://itch.io/embed/508235" height="167" width="552" frameborder="0"></iframe></html>
 +
|link3 = <html><iframe src="https://itch.io/embed/398158" height="167" width="552" frameborder="0"></iframe></html>
  
 
}}
 
}}

Revision as of 20:28, 30 October 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

Yanfly Engine Plugins

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


Introduction

Ever wanted to display the gold window and leave it on the map screen for a
bit? This plugin will allow you to do that with just a few plugin commands.

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 control the gold window.

Plugin Command:

  OpenMapGoldWindow
  Opens the map gold window.

  CloseMapGoldWindow
  Closes the map gold window.

  MapGoldWindowPosition x
  Changes the screen position of the map gold window to x. Refer to the
  NumPad for the screen position like below:

  7   8   9
  4   5   6
  1   2   3

  If you set the value to 0, it will maintain its current position but will
  automatically move itself to a different location if it intrudes on the
  message window.

Changelog

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

Version 1.01:
- Fixed a bug where a finished message in battle would open up the gold
window if it is set to automatically open.

Version 1.00:
- Finished Plugin!