View Single Post
Old 09-14-11, 04:03 AM   #7894
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

# 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
THE_MASK is offline   Reply With Quote