Changes between Version 9 and Version 10 of FAQ


Ignore:
Timestamp:
06/09/23 14:26:04 (11 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v9 v10  
    3232
    3333Check out [CavesAndTunnels this] page for instructions on using the !Caves/Tunnels custom layer.
     34
     35== Why is my exported height map entirely black?
     36
     37It is not entirely black, just extremely dark, when displayed as an image. This is normal, because the exported values are relatively low compared to the theoretical range of the image format. This happens especially when exporting a map that is more than 256 blocks above the lower build limit, in high resolution. That requires a 32-bit image format, which has a theoretical maximum value of 2^32^ - 1 or 4,294,967,295, while the actual range of exported values is likely to be around zero to 100,000 or 200,000 or so.
     38
     39Note that you are not meant to display height maps as images, so what they look like when you do so is immaterial. They are meant as input for other programs (or !WorldPainter itself).
    3440
    3541== How do I make the borders of the map look nice and integrate well with the Minecraft landscape? ==