Hello! I can’t seem to make the web render work on macOS. Both the CLI and GUI hang before outputting the first tiles.
In the CLI, no files are generated at all and the last line in the terminal is “Rendering zoom level 0”.
In the GUI, the HTML JPG option outputs an error (X in the status drawer), while the PNG option outputs “Web map export 0.0%”, and stays forever as far as I can tell.
Furthermore, it seems I can get it to work using the –area argument and limiting the range of the map. BUT, it only ever works in one quadrant at a time. When passing –area=”r(-16, -16, 16, 16)”, it only generated (-16, -16 to 0, 0)
Am I using the argument correctly?
Hello! I can’t seem to make the web render work on macOS. Both the CLI and GUI hang before outputting the first tiles.
In the CLI, no files are generated at all and the last line in the terminal is “Rendering zoom level 0”.
In the GUI, the HTML JPG option outputs an error (X in the status drawer), while the PNG option outputs “Web map export 0.0%”, and stays forever as far as I can tell.
Furthermore, it seems I can get it to work using the –area argument and limiting the range of the map. BUT, it only ever works in one quadrant at a time. When passing –area=”r(-16, -16, 16, 16)”, it only generated (-16, -16 to 0, 0)
Am I using the argument correctly?
There are two formats: r(x, z, width, height) and r((x1,z1), (x2,z2)).
You can also use c(…) for chunks and b(…) for block coordinates.
Please send me your world for testing if the latest version still fails.
Hi!
I love this map generator, thank you for all the work you put into this!
Just thought I would share this: I am able to generate maps with shadows and with unknown textures replaced, but not both at the same time.