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

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=5cva-JaxfpY</youtube> |link1 = <html><iframe src="https://itch.io/embed/399644" height="167" width="552" framebo...")
 
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|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 = [http://yanfly.moe/plugins/en/YEP_MapGoldWindow.js Mirror]
  
 
}}
 
}}
Line 9: Line 9:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
Ever wanted to display the gold window and leave it on the map screen for a
 
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.
 
bit? This plugin will allow you to do that with just a few plugin commands.
 +
</nowiki>
  
============================================================================
+
== Plugin Commands ==
Plugin Commands
 
============================================================================
 
  
 +
<nowiki>
 
Use the following plugin commands to control the gold window.
 
Use the following plugin commands to control the gold window.
  
Line 44: Line 40:
 
   automatically move itself to a different location if it intrudes on the
 
   automatically move itself to a different location if it intrudes on the
 
   message window.
 
   message window.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.02:
 
Version 1.02:
 
- Updated for RPG Maker MV version 1.5.0.
 
- Updated for RPG Maker MV version 1.5.0.

Revision as of 02:08, 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

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

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!