added a new feature to v5.3.0. This feature will set the TC level to a pre-determined level when the current TC level is greater than or equal to a pre-determined TC level AND a contact is within a pre-determined radius of the sub. This should prevent those surprise you're dead at high TC levels because your crew failed to spot a highly visible contact. The three new user options and their default values are:
# 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
this is checked every 0.25 seconds of regular time (not game time!)
|