ノード選択を通じて異なる地図に移動することを許可するプラグイン – MrTS_MapNodesTravel.js

タイトル
Allows to travel to different maps through node selection.
作者名
ヘルプ
--------------------------------------------------------------------------------
Terms of Use
--------------------------------------------------------------------------------
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for commercial and non-commercial projects.
--------------------------------------------------------------------------------
Version 1.0
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Setting up nodes
--------------------------------------------------------------------------------
Open up this plugin in your favorite text editor and scroll down to the part
where it says EDIT MAP NODES HERE - follow the structure there.
"keyName": {
picture: "pictureName",
xMenu: number,
yMenu: number,
mapID: number,
mapX: number,
mapY: number
},

"keyName" - key name of node that will be used to lock/unlock it - single word.
picture - picture name to show above the node
xMenu - X position in meun
yMenu - Y position in menu
mapID - map ID to teleport to
mapX - map X to teleport to
mapY - map Y to teleport to
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Plugin Commands
--------------------------------------------------------------------------------
MapNode Enter - Enters MapNode scene

MapNode Show [KEYNAME] - Adds node on the map
MapNode Hide [KEYNAME] - Removes node from the map

MapNode Lock [KEYNAME] - Locks node on the map
MapNode Unlock [KEYNAME] - Unlocks node on the map

Examples:
MapNode Enter

MapNode Show Forest
MapNode Hide Forest

MapNode Lock Graveyard
Mapnode Unlock StoneFarm
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Pictures
--------------------------------------------------------------------------------
All pictures go into img\system folder.
Default pictures:
img\system\mapNodeCursor.png
img\system\mapNodeBackground.png
img\system\mapNodeLocked.png
img\system\mapNodeUnlocked.png
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Version History
--------------------------------------------------------------------------------
1.0 - Release
パラメータ
param Cursor Offset
desc Offset for Cursor image. X Y
Default: 0 -48
default 0 -48

param Info Offset
desc Offset for Info image. X Y
Default: -88 -118
default -88 -118

ライセンス表記
Free for commercial and non-commercial projects.

紹介ページ https://github.com/Trivel/RMMV/blob/master/MrTS_MapNodesTravel.js