# the TC level at which the TCx on contact distance is enabled (this will change the TC level to a pre-determined level when a contact gets inside a specified radius around the sub if the current TC level is greater than or equal to this value)
# below in powers of 2 only!
TCxOnContactDistanceEnabledTCLevel = 1024
# when at TC > 1 and TCxOnContactDistanceEnabled is enabled (True) then this is the radius around your sub to determine when to set TC level to TCxOnContactDistanceTCLevel
# below in meters
TCxOnContactDistanceRadius = 8000.0
# the TC level to set when TCxOnContactDistanceEnabled is enabled (True) and contact is inside the TCxOnContactDistanceRadius
# below in powers of 2 only!
TCxOnContactDistanceTCLevel = 1
|