YEP.134 – Help File Access – RPG Maker MV
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.
Steam上的游戏并不提供给我们帮助手册的功能或链接,RMMV也毫不例外。不过,你可以使用这款插件来制作游戏内部链接帮助文件的功能,你可以使用F1键或内置菜单。
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.
隐藏帮助文件菜单栏