Luanti mapping notes
I have some partially-complete notes about how I built a series of static images of the maps of my world in Luanti Mineclonia.
Building maps of my world
-
Install minetestmapper
sudo apt-get install minetestmapper
-
Download https://github.com/luanti-org/minetestmapper/blob/master/util/generate_colorstxt.py
-
Install mod dumpnodes.
cd ~/.minetest/mods git clone https://github.com/Montandalar/dumpnodes
-
Ran the game, loaded my world, and ran
/dumpnodes
which saves to~/.minetest/worlds/world1/nodes.txt
-
Generate colors.txt.
cd ~/.minetest/worlds/world1 python3 ~/Downloads/generate_colorstxt.py --game ~/.minetest/games/mineclonia
-
Run the map printout.
-
Manual step
minetestmapper -i ~/.minetest/worlds/world1 -o ~/foo1.png
-
Shell script to generate each individual layer.
-
Someday I want to replicate some small mapping program that I used for OG minecraft back in 2012, which let you use a slider to scroll through the layers of a world. I used it to look for diamond and interesting structures. It was awesome, and I can't find it in my old files or notes or the Internet.
Comments