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: OZ Worldmap Scene
- Original author: orochii
- Original date: August 27, 2018
- Source thread: https://forums.rpgmakerweb.com/threads/oz-worldmap-scene.99404/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
OZ Worldmap Scene thing Author: Me (Orochii Zouveleki, Muramasa, whatever). Version: 0.6b. Tested with RMMV 1.5.1 INTRODUCTION
Archived First Post
OZ Worldmap Scene thing
Author: Me (Orochii Zouveleki, Muramasa, whatever).
Version: 0.6b. Tested with RMMV 1.5.1
INTRODUCTION
I was doing random stuff with MV because why not. And did this. It's meant to be sort of like Romancing SaGa's worldmap travel. There you pick a place and... do stuff!
Thanks to newer RMMV's support for array parameters, everything is configurable through... plugin parameters. And that's pretty much it.
There is some unexpected behaviour when selecting things, and that's the cause of it being still not a complete 1.0 version. But I'd be glad if there is anyone willing to test it out and help with it and stuff.
It might not be too compatible with, say, scripts that modify too much the way character sets work, but it should work with almost anything else. I for instance was using SRD's Character Creator EX, and it does work. :^D
SCREENSHOT
INSTRUCTIONS
First off, you need a worldmap background. Assign it to the Background parameter through the plugin properties window.
Pattern Delay sets the animation speed for the character graphic.
Pattern Delay Moving is something I forgot to implement.
Move Speed is the speed in pixels per frame for the character movement.
Now, the Places parameter. This might look horrible but it's not so much. Add one entry per each place in your worldmap.
- Display Name is GONNA be the display name for the place.
- Description is GONNA be a line that shows under the display name.
- Screen X / Screen Y are the coordinates within the picture where the place is located, used for moving the character towards it.
- Map ID / Map X / Map Y / Direction is the data used for teleporting your character.
TODO List (for Version 1.0):
- Fix selection bug.
PLUGIN
Code: https://rpgmaker.net/users/orochii/locker/OZ_WorldMap.js
LICENSE
Creative Commons 0. Free to use commercially or non-commercial. No need for accreditation. You can share, modify, whatever.
Author: Me (Orochii Zouveleki, Muramasa, whatever).
Version: 0.6b. Tested with RMMV 1.5.1
INTRODUCTION
I was doing random stuff with MV because why not. And did this. It's meant to be sort of like Romancing SaGa's worldmap travel. There you pick a place and... do stuff!
Thanks to newer RMMV's support for array parameters, everything is configurable through... plugin parameters. And that's pretty much it.
There is some unexpected behaviour when selecting things, and that's the cause of it being still not a complete 1.0 version. But I'd be glad if there is anyone willing to test it out and help with it and stuff.
It might not be too compatible with, say, scripts that modify too much the way character sets work, but it should work with almost anything else. I for instance was using SRD's Character Creator EX, and it does work. :^D
SCREENSHOT
INSTRUCTIONS
First off, you need a worldmap background. Assign it to the Background parameter through the plugin properties window.
Pattern Delay sets the animation speed for the character graphic.
Pattern Delay Moving is something I forgot to implement.
Move Speed is the speed in pixels per frame for the character movement.
Now, the Places parameter. This might look horrible but it's not so much. Add one entry per each place in your worldmap.
- Display Name is GONNA be the display name for the place.
- Description is GONNA be a line that shows under the display name.
- Screen X / Screen Y are the coordinates within the picture where the place is located, used for moving the character towards it.
- Map ID / Map X / Map Y / Direction is the data used for teleporting your character.
TODO List (for Version 1.0):
- Fix selection bug.
PLUGIN
Code: https://rpgmaker.net/users/orochii/locker/OZ_WorldMap.js
LICENSE
Creative Commons 0. Free to use commercially or non-commercial. No need for accreditation. You can share, modify, whatever.
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
LICENSE Creative Commons 0. Free to use commercially or non-commercial. No need for accreditation. You can share, modify, whatever.
Referenced Images / Attachments
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...