Page 1 of 1

Mini map

PostPosted: Mon Nov 18, 2013 00:15
by iradonpm
Is there a way to get an image of my city as a map so i can see it even if it is from the top view?

PostPosted: Tue Nov 19, 2013 01:39
by solars
You can use minetest-mapper-cpp.

To build in Linux:

git clone git://github.com/mireq/minetest-mapper-cpp.git minetest-mapper-cpp
cd minetest-mapper-cpp/
cmake .
make

To use:

./minetest_mapper -i [path_to_your_world] -o map.png

PostPosted: Tue Nov 19, 2013 02:25
by iradonpm
unfortunately i cant run linux my stupid pc wont let me ive tried dual booting but it wont work.... if i give you access to my map could you do this for me?

PostPosted: Wed Dec 11, 2013 14:31
by cactuz_pl
iradonpm wrote:unfortunately i cant run linux my stupid pc wont let me ive tried dual booting but it wont work.... if i give you access to my map could you do this for me?


I may try. Send me link with world folder or post it here.

I'm not sure, maybe you can try to run Linux using Virtual Box?

PostPosted: Mon Dec 16, 2013 09:46
by cactuz_pl
Done:
Image

PostPosted: Mon Dec 16, 2013 14:02
by pandaro
i have a problem with installation of minetest-mapper-cpp on kubuntu 12.10:

p@p-Studio-1537:~/minetest-mapper-cpp$ make
[ 16%] Building CXX object CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o
In file included from /home/p/minetest-mapper-cpp/gdfontmb.h:24:0,
from /home/p/minetest-mapper-cpp/TileGenerator.cpp:13:
/home/p/minetest-mapper-cpp/gd.h:15:16: fatal error: io.h: File o directory non esistente
#include "io.h"
^
compilation terminated.
make[2]: *** [CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o] Errore 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Errore 2
make: *** [all] Errore 2


i do not have the "io.h" file, where can i find it?

PostPosted: Mon Dec 16, 2013 15:25
by Evergreen
pandaro wrote:i have a problem with installation of minetest-mapper-cpp on kubuntu 12.10:

p@p-Studio-1537:~/minetest-mapper-cpp$ make
[ 16%] Building CXX object CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o
In file included from /home/p/minetest-mapper-cpp/gdfontmb.h:24:0,
from /home/p/minetest-mapper-cpp/TileGenerator.cpp:13:
/home/p/minetest-mapper-cpp/gd.h:15:16: fatal error: io.h: File o directory non esistente
#include "io.h"
^
compilation terminated.
make[2]: *** [CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o] Errore 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Errore 2
make: *** [all] Errore 2


i do not have the "io.h" file, where can i find it?
You can just use minetestfolder/util/minetestmapper.py with Vannessae's version of colors.txt.

PostPosted: Mon Dec 16, 2013 15:48
by pandaro
thanks for the tip, it works now.
question: is there a way to run minetest-mapper-cpp during the game?

PostPosted: Sun Dec 22, 2013 20:59
by Froggy
You guys may want to give this a try:

https://forum.minetest.net/viewtopic.php?id=4922

It gives you a short range mini map in-game. Works quite well.

PostPosted: Mon Dec 23, 2013 10:21
by twoelk
pandaro wrote:thanks for the tip, it works now.
question: is there a way to run minetest-mapper-cpp during the game?


no

SQLite does not like it as it trys to avoid having more than one application managing the database at a time and the Mapper does not hook into Minetest as client but opens the database to read it is a standalone program. Things may change though........

PostPosted: Tue Dec 24, 2013 02:20
by hampa16
solars wrote:git clone git://github.com/mireq/minetest-mapper-cpp.git minetest-mapper-cpp
cd minetest-mapper-cpp/
cmake .
How do i install the minimap?

PostPosted: Tue Dec 24, 2013 02:21
by Evergreen
hampa16 wrote:
solars wrote:git clone git://github.com/mireq/minetest-mapper-cpp.git minetest-mapper-cpp
cd minetest-mapper-cpp/
cmake .
How do i install the minimap?
Like any other mod. :P

PostPosted: Tue Dec 24, 2013 02:27
by hampa16
Evergreen wrote:
hampa16 wrote:
solars wrote:git clone git://github.com/mireq/minetest-mapper-cpp.git minetest-mapper-cpp
cd minetest-mapper-cpp/
cmake .
How do i install the minimap?
Like any other mod. :P
Be more specific.

PostPosted: Wed Dec 25, 2013 01:06
by hampa16
Evergreen wrote:
pandaro wrote:i have a problem with installation of minetest-mapper-cpp on kubuntu 12.10:

p@p-Studio-1537:~/minetest-mapper-cpp$ make
[ 16%] Building CXX object CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o
In file included from /home/p/minetest-mapper-cpp/gdfontmb.h:24:0,
from /home/p/minetest-mapper-cpp/TileGenerator.cpp:13:
/home/p/minetest-mapper-cpp/gd.h:15:16: fatal error: io.h: File o directory non esistente
#include "io.h"
^
compilation terminated.
make[2]: *** [CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o] Errore 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Errore 2
make: *** [all] Errore 2


i do not have the "io.h" file, where can i find it?
You can just use minetestfolder/util/minetestmapper.py with Vannessae's version of colors.txt.
I do not have the "util" or "minetest folder" folder
_________________________________________________________________________
!!! = missing folder


C:\Users\User\Downloads\minetest-0.4.8\!!!util\minetestmapper.py

PostPosted: Wed Dec 25, 2013 12:42
by pandaro
hi hampa16

download minetest from github:https://github.com/minetest/minetest
extract minetest
search the file colors.txt in the util folder
rename colors.txt as io.h
and move io.h in minetest-mapper-cpp

PostPosted: Thu Dec 26, 2013 08:54
by hampa16
pandaro wrote:hi hampa16

download minetest from github:https://github.com/minetest/minetest
extract minetest
search the file colors.txt in the util folder
rename colors.txt as io.h
and move io.h in minetest-mapper-cpp

??
Where do I move minetest-mapper-cpp at?

PostPosted: Thu Dec 26, 2013 15:08
by Inocudom
There was a time when this program existed:
https://forum.minetest.net/viewtopic.php?id=6920

PostPosted: Thu Dec 26, 2013 23:36
by hampa16
pandaro wrote:hi hampa16

download minetest from github:https://github.com/minetest/minetest
extract minetest
search the file colors.txt in the util folder
rename colors.txt as io.h and move io.h in minetest-mapper-cpp
Then where do I move minetest-mapper-cpp?

PostPosted: Fri Dec 27, 2013 00:52
by Inocudom
Topywo wrote:
Evolykane wrote:Page not fount @ downloadlink


https://dl.dropboxusercontent.com/u/65428713/minetest_mapper-master.zip


I never tested it, but found a copy. Hope it's useful.


Looks like Topywo found a copy...

PostPosted: Thu Jan 16, 2014 16:39
by Saom3000
how to install ? mapper help me plz

PostPosted: Thu Jan 23, 2014 04:24
by veriaqa
Is there a Windows version for this program?

PostPosted: Sat Jan 25, 2014 05:30
by gsmanners
The Windows version is on the site:

https://github.com/mireq/minetest-mapper-cpp/downloads

It's building the Linux version that can be fun (pulls in about 40 MBs of deps).

PostPosted: Sat Jan 25, 2014 05:56
by veriaqa
gsmanners wrote:The Windows version is on the site:

https://github.com/mireq/minetest-mapper-cpp/downloads

It's building the Linux version that can be fun (pulls in about 40 MBs of deps).


Thanks Sir.

PostPosted: Sat Jan 25, 2014 15:23
by Inocudom
This mod might be useful to you:
https://forum.minetest.net/viewtopic.php?id=4922