Map Generator 2.0 - Please Critique!

Sometimes you just don’t realize how small something is, until you make it 36 times bigger. :slight_smile: Thanks to Rama for adding a loop limit removing node to his plugin!

This baby took 1 minute 49 seconds to generate. At least 50 million iterations. 120x60 (7200 tiles, or 1/3 the size of a gigantic map)

Well as least I don’t have to make a Seed for archipelago, cause that seems to be covered with random distribution. :stuck_out_tongue:

Still chugging away at the river generator, but as soon as that is complete I think I may take a look at some tectonic based map generation.

Edit: Yep, got some optimizing to do. Size 200x100 map(20,000 tiles) was on track to hit 24-30 minutes on generation time before I hit the loop limit in some random function. Its ok though, because currently each tile in the map is checked against every seed which may or may not be 100 tiles away and that will be addressed. :slight_smile: