これにより、その地域で戦闘に入るときに、特定の地域IDに特定の戦闘を割り当てることができるプラグイン – YEP_RegionBattlebacks.js
- タイトル
- This lets you assign certain battlebacks to specificregion ID's when entering battle in that region.
- 作者名
- Yanfly Engine Plugins様
- ヘルプ
- ============================================================================
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.
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.
============================================================================
Notetags
============================================================================
To bind specific battlebacks to certain region ID's, you can use these
following notetags:
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.
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.
============================================================================
Changelog
============================================================================
Version 1.00:
- Finished Plugin! - パラメータ
-
param ---------- default param Default 1 desc The filename used by default for battleback1.
Default: Grasslanddefault Grassland param Default 2 desc The filename used by default for battleback2.
Default: Grasslanddefault Grassland param ---------- default param Ship 1 desc The filename used by ships for battleback1.
Default: Shipdefault Ship param Ship 2 desc The filename used by ships for battleback2.
Default: Shipdefault Ship param ---------- default param Forest 1 desc The filename used by forests for battleback1.
Default: There is none.default There is none. param Forest 2 desc The filename used by forests for battleback2.
Default: Forestdefault Forest param ---------- default param Cliff 1 desc The filename used by cliffs for battleback1.
Default: There is none.default There is none. param Cliff 2 desc The filename used by cliffs for battleback2.
Default: Cliffdefault Cliff param ---------- default param Wasteland 1 desc The filename used by wastelands for battleback1.
Default: Wastelanddefault Wasteland param Wasteland 2 desc The filename used by wastelands for battleback2.
Default: Wastelanddefault Wasteland param ---------- default param Dirtfield 1 desc The filename used by dirt fields for battleback1.
Default: Wastelanddefault Wasteland param Dirtfield 2 desc The filename used by dirt fields for battleback2.
Default: There is none.default There is none. param ---------- default param Desert 1 desc The filename used by deserts for battleback1.
Default: Desertdefault Desert param Desert 2 desc The filename used by deserts for battleback2.
Default: Desertdefault Desert param ---------- default param Lava1 1 desc The filename used by lava type 1 for battleback1.
Default: Lava1default Lava1 param Lava1 2 desc The filename used by lava type 1 for battleback2.
Default: Lavadefault Lava param ---------- default param Lava2 1 desc The filename used by lava type 2 for battleback1.
Default: Lava2default Lava2 param Lava2 2 desc The filename used by lava type 2 for battleback2.
Default: Lavadefault Lava param ---------- default param Snowfield 1 desc The filename used by snow fields for battleback1.
Default: Snowfielddefault Snowfield param Snowfield 2 desc The filename used by snow fields for battleback2.
Default: Snowfielddefault Snowfield param ---------- default param Clouds 1 desc The filename used by clouds for battleback1.
Default: Cloudsdefault Clouds param Clouds 2 desc The filename used by clouds for battleback2.
Default: Cloudsdefault Clouds param ---------- default param PoisonSwamp 1 desc The filename used by poison swamps for battleback1.
Default: PoisonSwampdefault PoisonSwamp param PoisonSwamp 2 desc The filename used by poison swamps for battleback2.
Default: PoisonSwampdefault PoisonSwamp param ---------- default - ライセンス表記
紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_RegionBattlebacks.js