1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-09 06:55:23 +02:00

Add flag to enable verbose output

This commit is contained in:
sfan5
2025-03-05 20:19:36 +01:00
parent e982efe94e
commit 4ba09ec532
12 changed files with 114 additions and 48 deletions

View File

@@ -12,13 +12,15 @@ See additional optional parameters below.
generates an overview image of a Luanti map. This is a port of
the original minetestmapper.py to C++, that is both faster and
provides more functionality than the obsolete Python script.
.SH MANDATORY PARAMETERS
.TP
.BR \-i " " \fIworld_path\fR
Input world path.
Input world path
.TP
.BR \-o " " \fIoutput_image\fR
Path to output image. (only PNG supported currently)
Path to output image
.SH OPTIONAL PARAMETERS
.TP
.BR \-\-bgcolor " " \fIcolor\fR
@@ -60,6 +62,10 @@ Don't draw shading on nodes
.BR \-\-noemptyimage
Don't output anything when the image would be empty.
.TP
.BR \-\-verbose
Enable verbose log output.
.TP
.BR \-\-min-y " " \fInumber\fR
Don't draw nodes below this y value, e.g. "--min-y -25"
@@ -108,7 +114,7 @@ when you don't care about the world below e.g. -60 and above 1000 nodes.
Instead of rendering anything try to load the block at the given position (\fIx,y,z\fR) and print its raw data as hexadecimal.
.SH MORE INFORMATION
Website: https://github.com/minetest/minetestmapper
Website: https://github.com/luanti-org/minetestmapper
.SH MAN PAGE AUTHOR
Daniel Moerner