This library allows you to extract all of the data for your mappable atoms and create a separate project just for your mappers in as little as a single line of code:
var/MapDataExtractor/mde = new/MapDataExtractor() |
The default settings will analyze your project to automatically extract any atoms that have been used in included map files, and will exclude any types listed in the project's Object Tree Hidden Paths preference. You can also specify your own list of types to include and/or exclude.
The generated project contains only a single DM code file--which holds just the visual data of the included atoms--and a precompiled RSC file.
//////////////////////// |
Update History:
- Version 1.0 (July 3rd, 2012)
- Initial release


I've been searching for such a tool on BYOND for years.
It is gonna cut the world building process a ton for all developers. I hate searching for turfs/objs used in world and making a separate file for them myself, just so a map builder can be made, and I believe everybody would agree with that.
I only tested it with TOP_DOWN maps and it works flawlessly. I haven't tried with ISOMETRIC but I see no reason why it shouldn't.
Thank you!