Introduction
This plugin requires YEP_QuestJournal. Make sure this plugin is located under YEP_QuestJournal in the plugin list.
這個(gè)插件需要YEP_QuestJournal。確保這個(gè)插件位于插件列表中的YEP_QuestJournal下。
This plugin adds a new window to the map scene: a Quest Window to display whatever quest is currently active and its unfinished objectives. This way, the player can conveniently look at the needed quest objectives that are needed to be completed. The player can also set or clear the currently active quest from the Quest Journal System menu.
這個(gè)插件為地圖添加了一個(gè)新窗口:一個(gè)任務(wù)窗口,顯示當(dāng)前活動(dòng)的任務(wù)以及未完成的任務(wù)。這樣,玩家可以方便地查看需要完成的任務(wù)目標(biāo)。玩家還可以從任務(wù)日志系統(tǒng)菜單中設(shè)置或清除當(dāng)前活動(dòng)的任務(wù)。
Instructions – Setting Up the Active Map Quest Window
The plugin parameter ‘Window Settings’ can also be left alone by default, but should you wish to alter it to fit your game’s settings, here’s what you need to know.
插件參數(shù)“窗口設(shè)置”默認(rèn)保留,但是如果你想進(jìn)行調(diào)整,需要仔細(xì)閱讀下面內(nèi)容。
Word Wrap Objectives
– For those with YEP_MessageCore.js installed, you can set whether or not you want the objectives to be word wrapped. Enabling this would set quest objectives to become word wrapped and disabling it would not.
自動(dòng)換行
對(duì)于安裝了YEP_MessageCore.js的用戶,您可以設(shè)置是否啟用自動(dòng)換行。
Default Show
– This will determine if you want this window to appear by default or not. This will have no bearing on the player’s Options menu command, but it will allow you to disable the Active Map Quest Window from the mechanical-driven side of the game.
默認(rèn)顯示
這將決定您是否希望此窗口默認(rèn)顯示。
Window Settings
– If you wish to customize the category window, you can adjust the various settings here to adjust its properties. However, keep in mind that unless you are familiar with JavaScript, you can make errors here that can make the windows not work in your game.
窗口設(shè)置
如果您想自定義窗口,可以在此調(diào)整各種設(shè)置。但是請(qǐng)記住,除非您熟悉JavaScript,否則可能會(huì)在此處發(fā)生錯(cuò)誤,導(dǎo)致游戲無法運(yùn)行。
X: Graphics.boxWidth – width
Y: 0
Scale: 0.50
Width: Graphics.boxWidth / 3
Line Height: 36
Font Face: GameFont
Font Size: 28
Standard Padding: 18
Text Padding: 6
Standard Opacity: 255
Back Opacity: 192
Window Skin: Window
Plugin Commands
You can use the following plugin commands to change the behavior of the Map Quest Window.
您可以使用以下插件命令來更改顯示。
Plugin Commands:
SetActiveQuest x
– Sets the active quest to x.
將當(dāng)前任務(wù)設(shè)置為x。
RefreshActiveQuestWindow
– Refreshes the map quest window.
刷新地圖任務(wù)窗口。
ShowActiveQuestWindow
HideActiveQuestWindow
– Changes the Active Map Quest Window to be visible/hidden. This will not override the player’s Options Menu’s setting to hide the window.
將地圖任務(wù)窗口更改為可見/隱藏。