of     1   

cool_riki2321gamer
#183419366Friday, February 12, 2016 5:32 AM GMT

My map is 256x256 and every block has to be 4x4 or 2x2. Anyone know of a good terrain generator?
Thane_1
#183419415Friday, February 12, 2016 5:34 AM GMT

This is the Scripters forum, not the Free Models forum ~ Who's awesome, you're awesome ~
Moronism
#183419604Friday, February 12, 2016 5:41 AM GMT

Why do you want to use a third-party script? You can accomplish this with relative ease, depending on the algorithm you choose to devise. Use a diagram to divide the affected areas into "terrain space" and construct each brick as a vertex within the permitted space. Afterwards, it should be much easier to design the algorithm to function with your game accurately.

    of     1