YEP_CoreEngine.js

Introduction and Instructions--指引及说明

 Yanfly Engine Plugins - Core Engine is made for RPG Maker MV. This plugin functions primarily  to fix bugs and to allow the user more control over RPG Maker MV's various features, such as  the screen resolution, font, window colors, and more.

该插件适用RPG Maker MV,主要修复MV的一些BUG,并且让创作者对MV丰富的功能拥有更多的控制权,

 比如屏幕方案、字体、窗口颜色等。

 Just place this on top of all the other Yanfly Engine Plugins.Adjust any parameters as you  see fit.

只需要将该插件放置在其他Yanfly插件的前面,然后调整你需要的各项参数。

Gold--金币

 You can use the plugin commands to add or remove gold more than the editor's 9,999,999 limit.  You can also place notetags into items, weapons,and armors to over the 999,999 cost limit.

 你可以使用插件命令增加或移除MV对金币数量的限制(MV编辑器默认金币数量为9,999,999)。

 你也可以在物品、武器、防具上添加备注信息,以达到破除物品对消耗金币的限制。

 Plugin Command:


GainGold1234567890# Party gains 1234567890 gold. 增加金币1234567890

LoseGold9876543210# Party loses 9876543210 gold. 减少金币9876543210

 Item, Weapon, Armor Notetags:物品、武器、防具备注标签


<Price:x>

 Changes the price of the item to x. This notetag allows you to bypass the editor's 999,999  gold cost limit.

 将物品价格修改为X。这个备注标签可以将物品消耗金币设置为超过999,999的数值。

 Enemy Notetag:敌人备注标签


<Gold:x>

 Changes the gold drop value of enemies to x. This notetag allows you to bypass the editor's  9,999,999 gold drop limit.

修改敌人掉落金币为X。可以将敌人掉落金币数量设置为超过9,999,999的数值。

Items--物品

 Change the parameters to reflect the maximum number of items a player can hold per item. If  you wish to make individual items have different max values, use the following notetag:

 通过参数修改角色所拥有某件物品的最大数量。如果想修改某个物品的最大持有量,可以使用下面的备注标签:

Item, Weapon, Armor Notetag:物品、武器、防具备注标签


<MaxItem:x>

 This changes the maximum amount of the item to x.

 修改某个物品的最大数量为X。

Stats--状态

 Even with the parameter limits raised, the editor is still confined to RPG Maker MV's default  limits. To break past them, use the following notetags to allow further control over the

 individual aspects for the parameters.

 即使参数限制得到了提升,编辑器仍然受限于MV的默认限制。为了打破这些限制,我们可以使用以下的备注标签进一步的控制每  一方面的参数。

Actor Notetag:角色备注标签


<InitialLevel:x>

 Changes the actor's initial level to x. This allows you to bypass the editor's level 99  limit.

 修改角色初始化等级为X。这可以打破99级的等级限制。


<MaxLevel:x>

 Changes the actor's max level to x. This allows you to bypass the editor's level 99 limit.

修改角色最大等级为X。这可以打破99级的等级限制。

 Class Skill Learn Notetag:职业技能学习备注标签


<LearnatLevel:x>

 When placed inside a class's "Skills to Learn" notetag, this will cause the class to learn  the skill at level x.

 该标签被放置在某职业的技能学习备注栏,可以让某职业在相应等级学习技能。

 Weapon and Armor Notetags:武器和防具备注标签


<stat:+x>

<stat:-x>

 Allows the piece of weapon or armor to gain or lose x amount of stat.Replace "stat" with  "hp", "mp", "atk", "def", "mat", "mdf", "agi", or "luk" to alter that specific stat. This  allows the piece of equipment to go past the editor's default limitation so long as the  maximum value allows for it.

允许某件武器、防具获得或失去X状态。你可以将stat替换为"hp", "mp", "atk", "def", "mat", "mdf", "agi",  或者"luk",以此修改具体的某样你需要的属性,只要在最大值的允许范围内。

 Enemy Notetags:敌人备注标签


<stat:x>

 This changes the enemy's stat to x amount. Replace "stat" with "hp","mp", "atk", "def",  "mat","mdf", "agi", or "luk" to alter that specific stat. This allows the piece of equipment  to go past the editor's default limitation.

该标签修改敌人状态为X。你可以将stat替换为"hp", "mp", "atk", "def", "mat", "mdf", "agi",  或者"luk"。

以此修改具体的某样你需要的属性,只要在最大值的允许范围内。


<exp:x>

 This changes the enemy's exp given out to x amount. This allows the enemy give out more exp  than the editor's default 9,999,999 limit.

修改敌人经验值。使用该标签能够获得超出编辑器默认最大值9,999,999的经验。


Script Call Fail Safe--脚本调用失败安全性

 Irregular code in damage formulas, script calls, conditional branches,  and variable events    will no longer crash the game. Instead, they will  force open the console window to display  the error only during test  play.

 伤害公式、脚本、条件分支及变量事件中的不规范代码将不会使游戏崩溃。相反的,当你在测  试的时候,只会强制的打开控制  台窗口并显示错误信息。

 If the player is not in test play, the game will continue as normal  without the error being  shown. If the game is being played in a  browser, opening up the console window will still  display the error.

 如果不是在测试,游戏会跳过错误继续,不会显示错误信息。如果游戏是在浏览器中运行,打  开浏览器控制台仍然会显示错误  信息。

参数详解

 ---Screen---

 Screen Width:屏幕宽度

 Screen Height:屏幕高度

 Scale Battlebacks:是否需要拉伸战斗背景

 Scale Title:是否需要拉伸标题场景

 Scale Game Over:是否需要拉伸游戏结束场景

 Open Console:测试及DEBUG时是否需要打开控制台

 Reposition Battlers:是否允许插件重新定位战斗成员

 GameFont Load Timer:设置加载字体时间

 Update Real Scale:不推荐使用,是否允许屏幕拉伸

 Collection Clear:切换场景时,是否需要清除主场景中的对象,以释放内存

 ---Gold---

 Gold Max:角色持有金币上限

 Gold Font Size:展示金币数量的字体大小

 Gold Icon:金币窗口中代表金币的图标

 Gold Overlap:如果金币数量超过最大值,将显示此处设置的值

 ---Items---

 Default Max:角色持有物品上限值

 Quantity Text Size:物品数量字体大小

 ---Parameters---

 Max Level:角色最高等级

 Actor MaxHP:角色最大HP

 Actor MaxMP:角色最大MP

Actor Parameter:

 Enemy MaxHP:敌人最大HP

 Enemy MaxMP:敌人最大MP

 Enemy Parameter:

 ---Battle---

 Animation Rate:调整战斗动画频率

 Flash Target:如果敌人被选中,是否闪烁或者变白

 Show Events Transition:

 Show Events Snapshot:

 ---Map Optimization---

 Refresh Update HP:

 Refresh Update MP:

 Refresh Update TP:

 ---Font---

 Chinese Font:中文字体

 Korean Font:韩文字体

 Default Font:默认字体

 Font Size:字体大小

 Text Align:文字居中方式

 ---Windows---

 Digit Grouping:

 Line Height:

 Icon Width:图标宽度

 Icon Height:图标高度

 Face Width:角色脸图宽度

 Face Height:角色脸图高度

 Window Padding:窗口之间的间隙宽度

 Text Padding:文字间间隙宽度

 Window Opacity:窗口背景透明度

 Gauge Outline:

 Gauge Height:

 Menu TP Bar:是否在菜单的状态窗口绘制TP条

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,837评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,551评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 160,417评论 0 350
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,448评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,524评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,554评论 1 293
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,569评论 3 414
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,316评论 0 270
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,766评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,077评论 2 330
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,240评论 1 343
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,912评论 5 338
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,560评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,176评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,425评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,114评论 2 366
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,114评论 2 352

推荐阅读更多精彩内容