Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Map Nodes Travel
- Original author: Mr. Trivel
- Original date: March 31, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/map-nodes-travel.59713/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Author: Mr. Trivel Name: Map Nodes Travel Version: 1.0 Created: 2016-03-31
Archived First Post
Author: Mr. Trivel
Name: Map Nodes Travel
Version: 1.0
Created: 2016-03-31
What does it do?
Allows to travel to different maps through node selection.
Video:
How to use?
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
Plugin: Protected download
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.
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 non-commercial projects.
For commercial use contact Mr. Trivel.
Images for testing:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodecursor.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodeunlocked.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodelocked1.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/node.png[/IMG]
Name: Map Nodes Travel
Version: 1.0
Created: 2016-03-31
What does it do?
Allows to travel to different maps through node selection.
Video:
How to use?
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
Plugin: Protected download
How to download the Plugin: Click the link above, there will be a button named Raw, press Right Click -> Save As.
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 non-commercial projects.
For commercial use contact Mr. Trivel.
Images for testing:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodecursor.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodeunlocked.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/mapnodelocked1.png[/IMG][IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/node.png[/IMG]
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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 non-commercial projects.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...