YEP.52 – Region Battlebacks
- region戰(zhàn)斗背景定義工具--可以使用區(qū)域圖塊組控制你遇敵時(shí)的戰(zhàn)斗背景
- 什么叫區(qū)域圖塊組?就是圖塊組里的R選項(xiàng)卡,里面是1-255的ID標(biāo)識(shí)
- 同時(shí)這個(gè)插件還可以讓你修改默認(rèn)地形的遇敵背景,很方便。
- --翻譯 by 抖M俱樂(lè)部的 SmithJiong/bennett01/SOAP
- 轉(zhuǎn)載請(qǐng)注明出處
- 注意:下面parameters配置中,Battleback1表示背景圖下層,即img\battlebacks1中的文件
- Battleback2表示背景圖上層,即img\battlebacks2中的文件,不再單獨(dú)解釋。
- paremeters配置主要讓你修改默認(rèn)地圖戰(zhàn)斗背景使用,
- 如果你想使用region區(qū)塊標(biāo)記不同的戰(zhàn)斗背景,請(qǐng)使用地圖配置界面的注釋命令。
Introduction
When using an overworld map, you actually have no control over any of the battlebacks used for the region you’re in. Although they sometimes make sense if you’re using the default RTP graphics, other parts of the terrain do not translate well if you’re using custom graphics with different names. As a result, this can result in certain images not loading and promptly crashing the game.
使用世界地圖時(shí),你會(huì)發(fā)現(xiàn)自己并不能使用region區(qū)塊來(lái)控制戰(zhàn)斗背景。當(dāng)然,本插件還能有效避免因?yàn)槠渌貓D上戰(zhàn)斗背景名稱(chēng)不匹配和加載失敗引起的游戲崩潰。
This plugin will allow you to alter the battlebacks used by default for the overworld in addition to bind specific battlebacks to specific tiles on the map through usage of regions.
本插件可以允許你改變默認(rèn)地形的默認(rèn)戰(zhàn)斗背景,同時(shí)也可以讓你用地圖注釋命令定義使用region區(qū)塊定義的特別戰(zhàn)斗背景
Notetags
To bind specific battlebacks to certain region ID’s, you can use these following notetags:
要綁定背景地圖給特殊的region區(qū)塊,你可以使用下面的的注釋命令:
Map Notetags:
<Region x Battleback1: filename>
<Region x Battleback2: filename>
This will change the battleback1 or battleback2 for region x to use the battleback image with the matching filename. When writing out the filename, it is case sensitive. Do not insert the file extension.
很簡(jiǎn)單x為region區(qū)塊的ID號(hào),filename為背景圖片名稱(chēng)。注意這里只需要用文件名,不需要路徑,你的所有戰(zhàn)斗背景都應(yīng)該放在游戲工程的原始目錄下面。
For example:
If you want Region 5 to use battleback1 Dirt2.png and battleback2 as Forest.png, you would use these two notetags:
<Region 5 Battleback1: Dirt2>
<Region 5 Battleback2: Forest>
Insert these combinations into the noteboxes of the maps you wish to use specific battlebacks per region for.
上面的命令實(shí)現(xiàn)了如果玩家踏入地圖上ID為5的region標(biāo)記區(qū)域觸發(fā)的戰(zhàn)斗都將會(huì)使用以Dirt2文件為地、Forest文件為天的戰(zhàn)斗背景。