OZ Worldmap Scene

● ARCHIVED · READ-ONLY
Started by orochii 4 posts View original ↗
  1. 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
    screenshutyourmouthandscream.png

    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.
  2. Little update.
    - Information window. DONE
    - Change animation speed when moving. DONE
    - Enable/disable places by switch. DONE
    - Place graphic. DONE
    - Fixed a bug where canceling didn't work. DONE

    I'm still not satisfied with how moving through the map feels, but... we'll see.

    Thanks for following the development of Yand-- this plugin!

    EDIT: A little video showcase!
  3. muramasa said:
    Little update.
    - Information window. DONE
    - Change animation speed when moving. DONE
    - Enable/disable places by switch. DONE
    - Place graphic. DONE
    - Fixed a bug where canceling didn't work. DONE

    I'm still not satisfied with how moving through the map feels, but... we'll see.

    Thanks for following the development of Yand-- this plugin!

    EDIT: A little video showcase!

    The plugin help doesnt say how to open it? I found that you use openworldmap but it doesnt work for me.. I got an error.
  4. Can u make a working DEMO for this? For better understanding.