• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Caruban's Map Exporter

Resource Caruban's Map Exporter 1.0

Caruban

Cooltrainer
Member
Joined
Sep 24, 2020
Posts
187
Caruban submitted a new resource:

Caruban's Map Exporter - Choose a map and export it as PNG image file

Mapping is a major part of progress in game development. One way to showcase that progress is by exporting maps as images using the Marin's Map Exporter plugin. However, I noticed the script had some limitations, especially since the last update was in 2022. So, I decided to create my own version of the Map Exporter.

Features:
  • Export single, even-connected maps.
  • Supports tile-based graphic map events.
  • Handles map...

Read more about this resource...
 
Thank you for this! It is very helpful.

I would like to make an observation.

When exporting events, those that have several pages and all have conditions, are not exported. In my project, for example, the doors of the houses have 3 or 4 pages depending on the switches and variables that activate them. If the events do not have a page without conditions, it seems that they are not exported.
 
Thank you for this! It is very helpful.

I would like to make an observation.

When exporting events, those that have several pages and all have conditions, are not exported. In my project, for example, the doors of the houses have 3 or 4 pages depending on the switches and variables that activate them. If the events do not have a page without conditions, it seems that they are not exported.
Yeah, the exported map events are the ones with an active page or that meet all the conditions, and they’re sorted by the highest page number, similar to how the map events are rendered.

Unless I’m mistaken, do you want to export those invisible events too? Or are there any events that aren’t exported but visible in the overworld?
 
Back
Top