Update:
I seem to have fixed the zoning issue for nro/oasis, only.
I spent some time in-game and walked along the same axis the zone line runs to visually analyze the terrain. The coordinates which utilize "keep", 999999, are all pretty much spot on for this area of both zones. I was close but, not close enough.
Since the coordinates match the visual representation for both zones (z has the same value in both zones for the same visual representation) , I needed to match the coords with a visual corresponding to the values for zone_points.
To fix this, I had to shift the appropriate coordinate, in this case the y, for one zone for both in and out of that zone. (I changed the `target_y` corresponding to the zone I changed the `y` in) I also closed the gap between `target_y` and `y`.
Doing this in flat zones with even terrain is quite a bit easier. You'll notice in later expansions they don't have the zone line span the entire length of the zone as frequently. I can see why.
My other issues still stand. I would appreciate those with knowledge to assist.
* What makes corrections? I see a column named `buffer` in the table zone_points - what does this do?
|