daveyliam / mapwriter

MapWriter: A minimap mod for Minecraft
MIT License
89 stars 81 forks source link

Generate images for world #7

Closed ChrisLane closed 10 years ago

ChrisLane commented 10 years ago

It would be a good feature to have to be able to generate the map images for MapWriter from the world files a bit like the DynMap bukkit plugin does.

This would mean that when MapWriter data gets deleted or old worlds from before MapWriter are loaded up, the mod would be able to generate the map images.

This might even be better to provide as a separate tool if that's preferable by you because then people won't be complaining about lag they might experience while images are generating.

daveyliam commented 10 years ago

This is already possible. Just copy the *.mca region files from your single player world into the folder:

.minecraft/saves/mapwriter_sp_worlds//region

Then when in game zoom out in the map GUI and press 'R' to regenerate the entire map from the world files.

On Sat, Nov 30, 2013 at 6:20 AM, godgodgodgo notifications@github.comwrote:

It would be a good feature to have to be able to generate the map images for MapWriter from the world files a bit like the DynMap bukkit plugin does.

This would mean that when MapWriter data gets deleted or old worlds from before MapWriter are loaded up, the mod would be able to generate the map images.

This might even be better to provide as a separate tool if that's preferable by you because then people won't be complaining about lag they might experience while images are generating.

— Reply to this email directly or view it on GitHubhttps://github.com/daveyliam/mapwriter/issues/7 .

ChrisLane commented 10 years ago

:O awesome! Thanks Is this mentioned on the mod page anywhere? I didn't see it and it would be good to mention.

ChrisLane commented 10 years ago

Well MapWriter doesn't seem to like displaying the images for my 15GB world :P