So for this project I’m working on we are going to have a 200km² which I am generating the terrian in world machine.
A little bit under the size of DayZ for those who might say that’s too big.
What should my resolution be?
So for this project I’m working on we are going to have a 200km² which I am generating the terrian in world machine.
A little bit under the size of DayZ for those who might say that’s too big.
What should my resolution be?
You’d have to built a tiled landscape. 14x14 tiles. Resolution per tile = 1009 and build it.
Having an issue figuring out how to export as tiles
Hey Chris, try this tutorial
Thanks for this!
Also, note that the Unreal Engine default “1 unit == 1 cm” may not work well for physics with a 200 km side length. You will want to re-scale your physics units; perhaps to “1 unit == 1 m.”
Not quite sure what you mean by that?