Mini map

Loadable maps as opposed to OldCoder's zoomable maps
iradonpm
New member
 
Posts: 2
Joined: Sat Nov 09, 2013 15:28

Mini map

by iradonpm » Mon Nov 18, 2013 00:15

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: 370
Joined: Sat Jul 20, 2013 15:16

by solars » Tue Nov 19, 2013 01:39

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
Dinnae bother wi mah poor english, but hae a keek at th' pics 'o mah pure dead brilliant map Karsthafen:
English thread: [Map] Karsthafen
German thread: [Map] Karsthafen - Diskussionsthread
 

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

by iradonpm » Tue Nov 19, 2013 02:25

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: 874
Joined: Tue Jun 05, 2012 16:34

by cactuz_pl » Wed Dec 11, 2013 14:31

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: 874
Joined: Tue Jun 05, 2012 16:34

by cactuz_pl » Mon Dec 16, 2013 09:46

Done:
Image
Nope
 

User avatar
pandaro
Member
 
Posts: 266
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro

by pandaro » Mon Dec 16, 2013 14:02

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: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Mon Dec 16, 2013 15:25

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.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
pandaro
Member
 
Posts: 266
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro

by pandaro » Mon Dec 16, 2013 15:48

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 » Sun Dec 22, 2013 20:59

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.
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

by twoelk » Mon Dec 23, 2013 10:21

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: 192
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Tue Dec 24, 2013 02:20

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: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Tue Dec 24, 2013 02:21

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
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

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

by hampa16 » Tue Dec 24, 2013 02:27

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: 192
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Wed Dec 25, 2013 01:06

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: 266
Joined: Sun Jan 08, 2012 21:34
GitHub: pandaro

by pandaro » Wed Dec 25, 2013 12:42

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: 192
Joined: Sat Jun 29, 2013 04:20

by hampa16 » Thu Dec 26, 2013 08:54

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: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Thu Dec 26, 2013 15:08

There was a time when this program existed:
https://forum.minetest.net/viewtopic.php?id=6920
 

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

by hampa16 » Thu Dec 26, 2013 23:36

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: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Fri Dec 27, 2013 00:52

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

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

by Saom3000 » Thu Jan 16, 2014 16:39

how to install ? mapper help me plz
 

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

by veriaqa » Thu Jan 23, 2014 04:24

Is there a Windows version for this program?
 

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

by gsmanners » Sat Jan 25, 2014 05:30

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: 53
Joined: Tue Nov 19, 2013 13:38

by veriaqa » Sat Jan 25, 2014 05:56

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: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Sat Jan 25, 2014 15:23

This mod might be useful to you:
https://forum.minetest.net/viewtopic.php?id=4922
 


Return to Minetest Maps

Who is online

Users browsing this forum: No registered users and 5 guests

cron