Mini map

Post Reply
iradonpm
New member
Posts: 2
Joined: Sat Nov 09, 2013 15:28

Mini map

by iradonpm » Post

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?

User avatar
solars
Member
Posts: 676
Joined: Sat Jul 20, 2013 15:16
Contact:

by solars » Post

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
My big Minetest map Karsthafen: English thread / German thread / Youtube / German webpage

iradonpm
New member
Posts: 2
Joined: Sat Nov 09, 2013 15:28

by iradonpm » Post

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?

User avatar
cactuz_pl
Member
Posts: 876
Joined: Tue Jun 05, 2012 16:34
Location: Poland

by cactuz_pl » Post

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?
Last edited by cactuz_pl on Wed Dec 11, 2013 14:44, edited 1 time in total.
Nope

User avatar
cactuz_pl
Member
Posts: 876
Joined: Tue Jun 05, 2012 16:34
Location: Poland

by cactuz_pl » Post

Done:
Image
Nope

User avatar
pandaro
Member
Posts: 327
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro
Location: behind

by pandaro » Post

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?
Last edited by pandaro on Mon Dec 16, 2013 14:02, edited 1 time in total.
sorry for bad english
Linux debian 7 wheezy 64
kde

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

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.
Back from the dead!

User avatar
pandaro
Member
Posts: 327
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro
Location: behind

by pandaro » Post

thanks for the tip, it works now.
question: is there a way to run minetest-mapper-cpp during the game?
sorry for bad english
Linux debian 7 wheezy 64
kde

User avatar
Froggy
Member
Posts: 24
Joined: Wed Jun 12, 2013 00:32

by Froggy » Post

You guys may want to give this a try:

viewtopic.php?id=4922

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

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

by twoelk » Post

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........

hampa16
Member
Posts: 194
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Post

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?
Rex 2 Double 9
=RomanFox2=
SoulKiller35

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

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
Back from the dead!

hampa16
Member
Posts: 194
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Post

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.
Rex 2 Double 9
=RomanFox2=
SoulKiller35

hampa16
Member
Posts: 194
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Post

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
Rex 2 Double 9
=RomanFox2=
SoulKiller35

User avatar
pandaro
Member
Posts: 327
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro
Location: behind

by pandaro » Post

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
sorry for bad english
Linux debian 7 wheezy 64
kde

hampa16
Member
Posts: 194
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Post

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?
Rex 2 Double 9
=RomanFox2=
SoulKiller35

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

There was a time when this program existed:
viewtopic.php?id=6920

hampa16
Member
Posts: 194
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Post

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?
Rex 2 Double 9
=RomanFox2=
SoulKiller35

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

Topywo wrote:
Evolykane wrote:Page not fount @ downloadlink
https://dl.dropboxusercontent.com/u/654 ... master.zip


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

Saom3000
New member
Posts: 3
Joined: Thu Jan 16, 2014 16:28

by Saom3000 » Post

how to install ? mapper help me plz

User avatar
veriaqa
Member
Posts: 65
Joined: Tue Nov 19, 2013 13:38

by veriaqa » Post

Is there a Windows version for this program?
ꦕꦺꦴꦧ ꦠꦩ꧀ꦧꦁ

gsmanners
Member
Posts: 159
Joined: Fri Jan 10, 2014 21:37

by gsmanners » Post

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).

User avatar
veriaqa
Member
Posts: 65
Joined: Tue Nov 19, 2013 13:38

by veriaqa » Post

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.
ꦕꦺꦴꦧ ꦠꦩ꧀ꦧꦁ

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

This mod might be useful to you:
viewtopic.php?id=4922

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests