YEP.140 – More Status Menu Pages
Introduction
This plugin requires YEP_Status Menu Core. Make sure this plugin is located under YEP_Status Menu Core in the plugin list.
这个插件需要YEP_Status Menu Core为基础,确保它放在YEP_Status Menu Core下面
Sometimes, you’ll want to be able to place more information in each party member’s status menu page. This extension menu allows you to create as many custom pages as you want and insert whatever text inside of them! Use this to create custom backstories, additional information regarding the actors, and more!
有时候,你想要为队伍每一个成员的状态菜单页设置更多的信息。这个拓展菜单可以让你自定义许多页面来插入你想要的文本。你可以设置自定义背景故事等等
This is a collaboration plugin by Tigress and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.
这个插件是由Tigress和Yanfly合作完成,确保适配YEP库
Instructions
Follow these steps to add more status pages to your status menu list:
你需要采用下面的步骤来添加页面
Open your YEP_StatusMenuCore plugin in the plugin list. Look for the ‘Command Order’ plugin parameter.
Inside it, place the text ‘MorePages’ where you want the extra Status Menu Pages to go.
Press OK and close the Plugin Manager.
Save your game project.
1.打开 YEP_StatusMenuCore插件,寻找Command Order这个插件参数
2.放入MorePages
3.按下OK键并关闭插件管理器
4.保存游戏项目
Notetags
Place the following notetags inside of an actor’s notebox that you wish to add more status menu pages to.
你可以把下面的命令放入角色备注栏来添加更多的状态菜单页
Actor Notetags:
<Status Menu Page: title>
text
text
</Status Menu Page: title>
– Replace ‘title’ with the title of the status menu page you wish for it to display in the command window. Insert as many lines of ‘text’ as you see fit for your extra status menu profile. Inserting multiple setups of this notetag will allow you to have more page entries in the status menu.
你可以自定义页面名称,插入你需要的文本,多次插入这段命令可以让你添加多个页面
Note: You can use text codes for the ‘text’ entries.
注意:你可以使用文本代码
— Examples —
<Status Menu Page: Origin>
\n[1] is originally from the kingdom of Dragnof, a country that
existed 400 years in the past; the population was made up of both
humans and Dragons co-existing peacefully with each other.
</Status Menu Page: Origin>
<Status Menu Page: Discipline>
\n[1] firmly believes in noblesse oblige, where the strong and
privileged should act with generosity and nobility towards those
less privileged.
</Status Menu Page: Discipline>
<Status Menu Page title Switch: x>
<Status Menu Page title Switch: x, x, x>
– Replace ‘title’ with the title of the status menu page you wish for this notetag to affect. Replace ‘x’ with a switch ID that is required to be ON in order for this status menu page to show up in the actor’s status menu profile. If you use multiple switches, all the switches must be on in order for this status menu page to appear.
你可以设置当某个开关打开时,特定的菜单才会显示出来,如果你设置了多个开关,则必须全部打开才可以显示
— Examples —
<Status Menu Page Origin Switch: 1>
<Status Menu Page Discipline Switch: 5, 6, 7, 8, 9, 10>