View Single Post
Old 11-21-10, 10:12 AM   #757
Dowly
Lucky Jack
 
Join Date: Apr 2005
Location: Finland
Posts: 25,056
Downloads: 32
Uploads: 0


Default

I said I like it.


Right, got the Minecraft Overviewer to work (the google maps thingy), so here's a quick tutorial for those interested.

1. Download the app from here: https://github.com/brownan/Minecraft-Overviewer (flip a finger to the python/pil/numpy requirements)
2. Extract the zip anywhere you like (preferably somewhere that is easily accessable with the command line)
3. Open command line
4. Browse to the minecraft overviewer folder
5. Type in: gmap [path to your world] [path to output folder]

For example:
Code:
gmap E:\users\xxxx\appdata\roaming\.minecraft\saves\world2 D:\maptest
That's it, the first render takes time as it renders the whole map (d'uh), the following renders only update chunks that have changed.

Also, type gmap help for a list of all the commands.
Dowly is offline   Reply With Quote