YEP_CoreEngine.js

Introduction and Instructions--指引及說(shuō)明

?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,主要修復(fù)MV的一些BUG,并且讓創(chuàng)作者對(duì)MV豐富的功能擁有更多的控制權(quán),

?比如屏幕方案、字體、窗口顏色等。

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

只需要將該插件放置在其他Yanfly插件的前面,然后調(diào)整你需要的各項(xiàng)參數(shù)。

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對(duì)金幣數(shù)量的限制(MV編輯器默認(rèn)金幣數(shù)量為9,999,999)。

?你也可以在物品、武器、防具上添加備注信息,以達(dá)到破除物品對(duì)消耗金幣的限制。

?Plugin Command:


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

LoseGold9876543210# Party loses 9876543210 gold. 減少金幣9876543210

?Item, Weapon, Armor Notetags:物品、武器、防具備注標(biāo)簽


<Price:x>

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

?將物品價(jià)格修改為X。這個(gè)備注標(biāo)簽可以將物品消耗金幣設(shè)置為超過(guò)999,999的數(shù)值。

?Enemy Notetag:敵人備注標(biāo)簽


<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??梢詫橙说袈浣饚艛?shù)量設(shè)置為超過(guò)9,999,999的數(shù)值。

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:

?通過(guò)參數(shù)修改角色所擁有某件物品的最大數(shù)量。如果想修改某個(gè)物品的最大持有量,可以使用下面的備注標(biāo)簽:

Item, Weapon, Armor Notetag:物品、武器、防具備注標(biāo)簽


<MaxItem:x>

?This changes the maximum amount of the item to x.

?修改某個(gè)物品的最大數(shù)量為X。

Stats--狀態(tài)

?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.

?即使參數(shù)限制得到了提升,編輯器仍然受限于MV的默認(rèn)限制。為了打破這些限制,我們可以使用以下的備注標(biāo)簽進(jìn)一步的控制每 ?一方面的參數(shù)。

Actor Notetag:角色備注標(biāo)簽


<InitialLevel:x>

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

?修改角色初始化等級(jí)為X。這可以打破99級(jí)的等級(jí)限制。


<MaxLevel:x>

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

修改角色最大等級(jí)為X。這可以打破99級(jí)的等級(jí)限制。

?Class Skill Learn Notetag:職業(yè)技能學(xué)習(xí)備注標(biāo)簽


<LearnatLevel:x>

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

?該標(biāo)簽被放置在某職業(yè)的技能學(xué)習(xí)備注欄,可以讓某職業(yè)在相應(yīng)等級(jí)學(xué)習(xí)技能。

?Weapon and Armor Notetags:武器和防具備注標(biāo)簽


<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狀態(tài)。你可以將stat替換為"hp", "mp", "atk", "def", "mat", "mdf", "agi", ?或者"luk",以此修改具體的某樣你需要的屬性,只要在最大值的允許范圍內(nèi)。

?Enemy Notetags:敵人備注標(biāo)簽


<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.

該標(biāo)簽修改敵人狀態(tài)為X。你可以將stat替換為"hp", "mp", "atk", "def", "mat", "mdf", "agi", ?或者"luk"。

以此修改具體的某樣你需要的屬性,只要在最大值的允許范圍內(nèi)。


<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.

修改敵人經(jīng)驗(yàn)值。使用該標(biāo)簽?zāi)軌颢@得超出編輯器默認(rèn)最大值9,999,999的經(jīng)驗(yàn)。


Script Call Fail Safe--腳本調(diào)用失敗安全性

?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.

?傷害公式、腳本、條件分支及變量事件中的不規(guī)范代碼將不會(huì)使游戲崩潰。相反的,當(dāng)你在測(cè) ?試的時(shí)候,只會(huì)強(qiáng)制的打開(kāi)控制 ?臺(tái)窗口并顯示錯(cuò)誤信息。

?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.

?如果不是在測(cè)試,游戲會(huì)跳過(guò)錯(cuò)誤繼續(xù),不會(huì)顯示錯(cuò)誤信息。如果游戲是在瀏覽器中運(yùn)行,打 ?開(kāi)瀏覽器控制臺(tái)仍然會(huì)顯示錯(cuò)誤 ?信息。

參數(shù)詳解

?---Screen---

?Screen Width:屏幕寬度

?Screen Height:屏幕高度

?Scale Battlebacks:是否需要拉伸戰(zhàn)斗背景

?Scale Title:是否需要拉伸標(biāo)題場(chǎng)景

?Scale Game Over:是否需要拉伸游戲結(jié)束場(chǎng)景

?Open Console:測(cè)試及DEBUG時(shí)是否需要打開(kāi)控制臺(tái)

?Reposition Battlers:是否允許插件重新定位戰(zhàn)斗成員

?GameFont Load Timer:設(shè)置加載字體時(shí)間

?Update Real Scale:不推薦使用,是否允許屏幕拉伸

?Collection Clear:切換場(chǎng)景時(shí),是否需要清除主場(chǎng)景中的對(duì)象,以釋放內(nèi)存

?---Gold---

?Gold Max:角色持有金幣上限

?Gold Font Size:展示金幣數(shù)量的字體大小

?Gold Icon:金幣窗口中代表金幣的圖標(biāo)

?Gold Overlap:如果金幣數(shù)量超過(guò)最大值,將顯示此處設(shè)置的值

?---Items---

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

?Quantity Text Size:物品數(shù)量字體大小

?---Parameters---

?Max Level:角色最高等級(jí)

?Actor MaxHP:角色最大HP

?Actor MaxMP:角色最大MP

Actor Parameter:

?Enemy MaxHP:敵人最大HP

?Enemy MaxMP:敵人最大MP

?Enemy Parameter:

?---Battle---

?Animation Rate:調(diào)整戰(zhàn)斗動(dòng)畫頻率

?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:默認(rèn)字體

?Font Size:字體大小

?Text Align:文字居中方式

?---Windows---

?Digit Grouping:

?Line Height:

?Icon Width:圖標(biāo)寬度

?Icon Height:圖標(biāo)高度

?Face Width:角色臉圖寬度

?Face Height:角色臉圖高度

?Window Padding:窗口之間的間隙寬度

?Text Padding:文字間間隙寬度

?Window Opacity:窗口背景透明度

?Gauge Outline:

?Gauge Height:

?Menu TP Bar:是否在菜單的狀態(tài)窗口繪制TP條

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • YEP.1 Core Engine Yanfly Engine Plugins is a plugin libra...
    滄笙閱讀 24,563評(píng)論 7 217
  • pyspark.sql模塊 模塊上下文 Spark SQL和DataFrames的重要類: pyspark.sql...
    mpro閱讀 9,930評(píng)論 0 13
  • =========================================================...
    高速路邊數(shù)車車閱讀 1,914評(píng)論 2 4
  • “龐貝古城”這個(gè)名字你一定聽(tīng)過(guò),可能是小時(shí)候看某本地理科普讀物的時(shí)候匆匆略過(guò),可能是某次聊天的時(shí)候聽(tīng)誰(shuí)提過(guò)那么一嘴...
    說(shuō)謊的布谷閱讀 1,247評(píng)論 1 5
  • 你的一切并不是都被人接受,到最后陪你的人越來(lái)越少,只有發(fā)自內(nèi)心的喜歡才能讓自己適應(yīng),適應(yīng)寂寞,適應(yīng)孤獨(dú)。
    雪不會(huì)冷閱讀 182評(píng)論 0 1

友情鏈接更多精彩內(nèi)容