#+++++++++++++++++++ TDC modes +++++++++++++++++++++
# Possible TDC modes:
#
# NOTDCDials - no dials
# TDCSpreadAngle - just the spread angle dial for salvo attacks
# TDCMinimalDials - minimal TDC dials
# TDCAllDials - all TDC dials
#
NOTDCDials = 0
TDCMinimalDials = 1
TDCAllDials = 2
TDCSpreadAngle = 3
# the current TDC mode
# change below to either NOTDCDials, TDCSpreadAngle, TDCMinimalDials, or TDCAllDials
AttackTDCMode = TDCAllDials
ObsTDCMode = TDCMinimalDials
UZOTDCMode = TDCSpreadAngle
#+++++++++++++++++++ Show TDC in UZO, Obs, and Attack ++++++++++++++++++
# set to False to disable, True to enable at game start
#
# At game start, do you want the dials to be displayed in each of these stations?
# change below to either True or False for each
ShowAttackTDC = True
ShowObsTDC = True
ShowUZOTDC = True