Page 1 of 1

Minetest Mapper Help

PostPosted: Mon Dec 17, 2012 11:00
by jojoa1997
https://github.com/mireq/minetest-mapper-cpp

Usage

Binary minetest_mapper has two mandatory paremeters, -i (input world path) and -o (output image path).
./minetest_mapper -i /home/user/.minetest/worlds/my_world/ -o /home/user/map.png

I dont understand this. Can someone tell me what folders to make and the such.

PostPosted: Mon Dec 17, 2012 12:03
by Calinou
What OS are you on?
That Git repository comes with no binaries, so you'll have to compile the binary yourself, too. Compiling on Windows isn't easy, too.

PostPosted: Mon Dec 17, 2012 12:13
by jojoa1997
Calinou wrote:What OS are you on?
That Git repository comes with no binaries, so you'll have to compile the binary yourself, too. Compiling on Windows isn't easy, too.


I found it on this topic. http://minetest.net/forum/viewtopic.php?id=2896

mireq wrote:Removed hardcoded size of image and added --geometry x:y+w+h option. New sources and binary are on github (https://github.com/mireq/minetest-mapper-cpp).


It said there was binaries.