あなたのゲームの間に押されたときにHTMLヘルプファイルを開くためにF1キーを設定してください。 – YEP_HelpFileAccess.js
- タイトル
- Set the F1 key to open up an HTML help file whenpressued during your game.
- 作者名
- Yanfly Engine Plugins様
- ヘルプ
- ============================================================================
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 - Positioning the Help Command
============================================================================
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
============================================================================
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. - パラメータ
-
param ---General--- default param Help File Path parent ---General--- desc Path to the help file. Use a local path to an HTML file or
a URL for an online website.default /help/index.htm param Enable F1 Key parent ---General--- type boolean on Enable off Disable desc Enable the F1 key to open the help file?
ON - true OFF - falsedefault true param ---Menu--- default param Help Command parent ---Menu--- desc This is the text used for the menu command. default Help param Auto Add Menu parent ---Menu--- type boolean on YES off NO desc Automatically add the 'Help' command to the main menu?
NO - false YES - truedefault true param Show Command parent ---Menu--- type boolean on Show off Hide desc Show the Help command in the main menu by default?
NO - false YES - truedefault true param Auto Place Command parent ---Menu--- type boolean on YES off NO desc Allow this plugin to decide the menu placement position?
NO - false YES - truedefault true - ライセンス表記
紹介ページ http://yanfly.moe/