1MINETESTMAPPER(6) Games Manual MINETESTMAPPER(6)
2
3
4
6 minetestmapper - generate an overview image of a Minetest map
7
9 minetestmapper -i world_path -o output_image
10
11 See additional optional parameters below.
12
14 minetestmapper generates an overview image of a minetest map. This is a
15 port of the original minetestmapper.py to C++, that is both faster and
16 provides more funtionality than the deprecated Python script.
17
19 -i world_path
20 Input world path.
21
22 -o output_image
23 Path to output image. (only PNG supported currently)
24
26 --bgcolor color
27 Background color of image, e.g. "--bgcolor #ffffff"
28
29
30 --scalecolor color
31 Color of scale, e.g. "--scalecolor #000000"
32
33
34 --playercolor color
35 Color of player indicators, e.g. "--playercolor #ff0000"
36
37
38 --origincolor color
39 Color of origin indicator, e.g. "--origincolor #ff0000"
40
41
42 --drawscale
43 Draw tick marks
44
45
46 --drawplayers
47 Draw player indicators
48
49
50 --draworigin
51 Draw origin indicator
52
53
54 --drawalpha
55 Allow nodes to be drawn with transparency
56
57
58 --noshading
59 Don't draw shading on nodes
60
61
62 --min-y number
63 Don't draw nodes below this y value, e.g. "--min-y -25"
64
65
66 --max-y number
67 Don't draw nodes above this y value, e.g. "--max-y 75"
68
69
70 --backend backend
71 Use specific map backend; supported: *sqlite3*, *leveldb*,
72 *redis*, *postgresql*, e.g. "--backend leveldb"
73
74
75 --geometry geometry
76 Limit area to specific geometry (*x:y+w+h* where x and y specify
77 the lower left corner), e.g. "--geometry -800:-800+1600+1600"
78
79
80 --zoom factor
81 Zoom the image by using more than one pixel per node, e.g.
82 "--zoom 4"
83
84
85 --colors path
86 Forcefully set path to colors.txt file (it's autodetected other‐
87 wise), e.g. "--colors ../minetest/mycolors.txt"
88
89
90 --scales edges
91 Draw scales on specified image edges (letters *t b l r* meaning
92 top, bottom, left and right), e.g. "--scales tbr"
93
94
96 Website: https://github.com/minetest/minetestmapper
97
98
100 Daniel Moerner
101
102
103
104 MINETESTMAPPER(6)