Hi
Lets say red dit in the middle is some kind of village(actor), black circle is it sphere of influence, green area is forest and yellow area are fields. How can I calculate square meters for both areas around this village? Should I use layers on map and then somehow calculate how much is of each layer in given radius? Are there any function that i can use?
Hey @Korred1
if you want to calculate the area of a circle you use:
A = π*r*r
Where r=radius of your sphere.
Then yellow (Y) and green (G) would be
Y=A/2
G=A/2
Thats not what i am after. What if area is irregural? and I want to have other biones, like river or someting. I am looking for a way to identyfy what kind of ground is aroud particular village(actor), and i way to calculate how much it is. Maybe I should divide map into squares and then look what biome is on each square that is in particular radius from village?
How do you create your area?
Can it look like this:

Or would it look like this:

second one. I want to place actor on landscape and somehow detect what kind of land is in close proximity.