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 to let OTG populate any resource in a map produced by worldpainter #21

Open TRLWeiss opened 4 years ago

TRLWeiss commented 4 years ago

Biome Bundle is an excellent pack which can generate beautiful landscape. I have generated a earth map successfully,and all the resources will be populated by mc. so is there any chance that i can use Biome Bundle to populate my earth map ? how? i dont really know how to use the BiomeMap in the ./images.

almic commented 4 years ago

I'm sure you'll have better luck asking the creators of Biome Bundle and OTG. If you're code-savvy, check the world.js script which uses the image files, if you think you could make adjustments to meet your needs.

TRLWeiss commented 4 years ago

i notice this earth map contain a biomemap.png,it that helps? and how to use it? i imported it but nothing happens.

almic commented 4 years ago

I'm not familiar with either of these two programs, so like I said you'll be better asking over there. I'm actually working on a pack for adding things like trees and small structures from Minecraft to this particular map, if you want to check it out that'd be great ;)

It's called VanillaTrees. I haven't done it yet but I'm soon going to combine this pack with my own fork of this map to get the trees and what-not into the final map.

DerMattinger commented 4 years ago

The "fromImage" method of OTG uses images to generate the biomes. Every pixel of the image represents 4 blocks ingame, that why I needed to scale the images. For this, additional "1-12_OTG10k.png" images are provided in the project. These files have the exact resolution. In the OTG config, you also need to enter an offset (half image resolution) and you need to edit the color mapping of each biome. For this, the world.js offers the RGB values for each biome.

TRLWeiss commented 4 years ago

OK,i solve it ,tks XD