My game has a map system quite similar to the Addams Family Values.
My maps are actually several maps stitched together. So this is why im adding a map system. A minimap I could care less about. But an actual big map that shows how these maps are stiched together is what would really help the player figure out where they are.
I plan to call this map in a common event from the main menu.
Here's the information that must be provided to the plugin dynamically (map notetags i guess?)
1, image to use for the map
2, x,y coordinates so I can display a icon so the player actually knows where they are in each said area.
Side notes: there is more then one map image (one per area). but as usual several maps share the same image. but each map has unique coordinates relative to their area.
Thanks in advance for your time reading this.
My maps are actually several maps stitched together. So this is why im adding a map system. A minimap I could care less about. But an actual big map that shows how these maps are stiched together is what would really help the player figure out where they are.
I plan to call this map in a common event from the main menu.
Here's the information that must be provided to the plugin dynamically (map notetags i guess?)
1, image to use for the map
2, x,y coordinates so I can display a icon so the player actually knows where they are in each said area.
Side notes: there is more then one map image (one per area). but as usual several maps share the same image. but each map has unique coordinates relative to their area.
Thanks in advance for your time reading this.

