DerMattinger / MinecraftEarthMap

WorldPainter script with heightmaps and other masks for generating an earth map for Minecraft.
http://earth.motfe.net/
MIT License
110 stars 20 forks source link

How can i generate a 1/100 map? #14

Closed gundami closed 4 years ago

gundami commented 5 years ago

i try to change the scale to 400,but it dosen't work

DerMattinger commented 5 years ago

A 1/100 map would be a scaling of 1000. But I think the size is to large for WorldPainter to handle. So 1/1000 is the limit (with this method)

1271 commented 4 years ago

You can split the images and process them in 100 cycles (10x10)

DerMattinger commented 4 years ago

You could split the images, but the resolution wont be higher. You would get rasters of 2x2 blocks ingame (for heightmap, biome, terrain, etc.)

Mytherals commented 4 years ago

Would there be any other method to create a scale of 1:500 or similar? And could you run this map through a modpack and generate it accordingly?

DerMattinger commented 4 years ago

This map works with a lot of mods. Only mods that add new biomes don't work (right). You can take a look at "Terrarium" to genreate a map from osm data and higher scales.