Difference between revisions of "Help File Access (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=I_b_I3A-pTY</youtube> |link1 = <html><iframe src="https://itch.io/embed/399639" height="167" width="552" framebo...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=I_b_I3A-pTY</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=I_b_I3A-pTY</youtube>
|link1 = <html><iframe src="https://itch.io/embed/399639" height="167" width="552" frameborder="0"></iframe></html>
+
|link2 = <html><iframe src="https://itch.io/embed/508235" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_HelpFileAccess.js Mirror]
+
|link3 = <html><iframe src="https://itch.io/embed/398158" height="167" width="552" frameborder="0"></iframe></html>
|link3 = [http://yanfly.moe/tools/help.rar Sample Help File]
+
|link4  = [http://yanfly.moe/tools/help.rar Sample Help File]
  
 
}}
 
}}
Line 10: Line 10:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
It's not surprising for streamlined games nowadays to have their own help
 
It's not surprising for streamlined games nowadays to have their own help
 
manuals included with the game or accessible within the game. RPG Maker MV
 
manuals included with the game or accessible within the game. RPG Maker MV
Line 26: Line 22:
 
a website URL online, such as a wiki page. This setting has to be changed in
 
a website URL online, such as a wiki page. This setting has to be changed in
 
the 'Help File Path' plugin parameters.
 
the 'Help File Path' plugin parameters.
 +
</nowiki>
  
============================================================================
+
{{Main Menu Manager Integration MV}}
Main Menu Manager - Positioning the Help Command
 
============================================================================
 
  
 +
<nowiki>
 
For those using the Main Menu Manager and would like to position the Help
 
For those using the Main Menu Manager and would like to position the Help
 
command in a place you'd like, use the following format:
 
command in a place you'd like, use the following format:
Line 48: Line 44:
  
 
Remember to turn off 'Auto Add Menu' from the plugin parameters.
 
Remember to turn off 'Auto Add Menu' from the plugin parameters.
 +
</nowiki>
  
============================================================================
+
{{Plugin Commands MV}}
Plugin Commands
 
============================================================================
 
  
 +
<nowiki>
 
You can use the following plugin commands to adjust how accessing the help
 
You can use the following plugin commands to adjust how accessing the help
 
file is done for your game.
 
file is done for your game.
Line 67: Line 63:
 
   - Will make the 'Help' command hidden in the main menu.
 
   - Will make the 'Help' command hidden in the main menu.
 
</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)]] -->

Latest revision as of 11:07, 13 June 2020

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

It's not surprising for streamlined games nowadays to have their own help
manuals included with the game or accessible within the game. RPG Maker MV
doesn't provide anything like that by default, unfortunately. However, using
this plugin, you can create ways to access the helpfile from within your
game through either the F1 key or an in-game menu.

This helpfile can be linked to a local HTML file within the directory or to
a website URL online, such as a wiki page. This setting has to be changed in
the 'Help File Path' plugin parameters.

Main Menu Manager Integration

To integrate access to a scene from this plugin into Yanfly's Main Menu Manager, use the settings below:

For those using the Main Menu Manager and would like to position the Help
command in a place you'd like, use the following format:

      Name: Yanfly.Param.HelpCmd
    Symbol: help
      Show: $gameSystem.isShowHelpCommand()
   Enabled: true
       Ext:
 Main Bind: this.commandHelp.bind(this)
Actor Bind:

Insert the above setup within a Main Menu Manager slot. Provided you copy
the exact settings to where you need it, it will appear there while using
all of the naming, enabling, disabling, hiding, and showing effects done by
the plugin parameters.

Remember to turn off 'Auto Add Menu' from the plugin parameters.

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:

You can use the following plugin commands to adjust how accessing the help
file is done for your game.

Plugin Commands

  OpenHelp
  - This will open up the help file or URL for your game.

  ShowMenuHelpCommand
  - Will make the 'Help' command show up in the main menu.

  HideMenuHelpCommand
  - Will make the 'Help' command hidden in the main menu.