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 Selection
- Original author: Mr. Trivel
- Original date: March 29, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/map-selection.59566/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name: Map Selection Version: 1.1 Author: Mr. Trivel Created: 2016-03-28
Archived First Post
Name: Map Selection
Version: 1.1
Author: Mr. Trivel
Created: 2016-03-28
What does it do?
Allows to travel to different maps from a single scene.
Gif:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/tp.gif[/IMG]
How to use?
Plugin Commands:
MapSelection Start - Enters Map Selection Scene
MapSelection Add [ID] - Adds selection to the menu
MapSelection Remove [ID] - Removes selection from the menu
Examples:
MapSelection Start
MapSelection Add 4
MapSelection Remove 5
Map List Structure:
mapList in an array of objects.
Each object start with { and ends with }
Each object has ID and Name properties.
{
ID: 1,
Name: "Some Name"
}
ID is used for plugin commands listed above.
Name is what will be seen on the command window ingame.
Now, the object may have one of three groups of other properties.
Group 1 - Sublist properties:
Sublist: [],
Background: "BackgroundName"
Group 2 - Map teleport properties:
MapID: 3,
X: 5,
Y: 20
Group 3 - Execute common event properties:
CE_ID: 2
So if Object is Group 1 type, when you click on it, you'll get it's list, meanwhile if Object is Group 2 type, when you click on it, you'll be teleported to it's map, if Object is Group 3 type, when you click on it, you'll get Common Event executed defined by CE_ID.
To edit the map list, open up this plugin in your favorite text editor and
scroll down to "EDIT MAP LIST HERE". Make sure to check the example there, too.
Plugin: Protected download
How to download 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 commercial and non-commercial projects.
Version: 1.1
Author: Mr. Trivel
Created: 2016-03-28
What does it do?
Allows to travel to different maps from a single scene.
Gif:
[IMG]https://mrtrivelrpg.files.wordpress.com/2016/03/tp.gif[/IMG]
How to use?
Plugin Commands:
MapSelection Start - Enters Map Selection Scene
MapSelection Add [ID] - Adds selection to the menu
MapSelection Remove [ID] - Removes selection from the menu
Examples:
MapSelection Start
MapSelection Add 4
MapSelection Remove 5
Map List Structure:
mapList in an array of objects.
Each object start with { and ends with }
Each object has ID and Name properties.
{
ID: 1,
Name: "Some Name"
}
ID is used for plugin commands listed above.
Name is what will be seen on the command window ingame.
Now, the object may have one of three groups of other properties.
Group 1 - Sublist properties:
Sublist: [],
Background: "BackgroundName"
Group 2 - Map teleport properties:
MapID: 3,
X: 5,
Y: 20
Group 3 - Execute common event properties:
CE_ID: 2
So if Object is Group 1 type, when you click on it, you'll get it's list, meanwhile if Object is Group 2 type, when you click on it, you'll be teleported to it's map, if Object is Group 3 type, when you click on it, you'll get Common Event executed defined by CE_ID.
To edit the map list, open up this plugin in your favorite text editor and
scroll down to "EDIT MAP LIST HERE". Make sure to check the example there, too.
Plugin: Protected download
How to download 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 commercial and non-commercial projects.
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 commercial and 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...