Yes, the var60+x is more expensive but primarily due to it returning more information. The var60+x variables that I proposed all have the current tile at (0,0) displacement.michael blunck wrote:Question to developers: from my understanding, a var60+x is more CPU-intensive as a var40+x, so that may be the reason to have info about the current tile in a var40+x but similar info about nearby tiles in a var60+x? Otherwise, we could combine terrain data info in just one var, where the current tile has a displacement of (0,0)?
Meanwhile I've added support for autosloping as well. Seems only logical to have that if you have custom land slope checks as well.