
What's it good for? Currently not much, but you can create new regions with in (if your device supports it which depends on the size of the region you would like to create).
Let's assume we want to create a region that looks a bit like that:

The biggest maps should be of size huge which means 4x4. For more information about the coordinate system in regions see this thread.
To do so, you can use the command cr (create region). For the given example the command code may look like
Code: Select all
cr:{name:"My Region",seed:"1703110296",size:8,maps:[0,0,4, 4,0,4, 0,4,2, 2,4,2, 0,6,2, 2,6,2, 4,6,2, 6,6,2, 4,4,1, 5,4,1, 6,4,1, 7,4,1, 4,5,1, 5,5,1, 6,5,1, 7,5,1]}

Use "terrain":true to create regions with hills.