Changed tanker frequency range to avoid overlap with Persian Gulf TACAN frequencies.

This commit is contained in:
Khopa 2020-08-03 21:47:22 +02:00
parent c3a3a428a4
commit 4060039440
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ class Operation:
# Briefing Generation
for i, tanker_type in enumerate(self.airsupportgen.generated_tankers):
self.briefinggen.append_frequency("Tanker {} ({})".format(TANKER_CALLSIGNS[i], tanker_type), "{}X/{} MHz AM".format(97+i, 130+i))
self.briefinggen.append_frequency("Tanker {} ({})".format(TANKER_CALLSIGNS[i], tanker_type), "{}X/{} MHz AM".format(60+i, 130+i))
if self.is_awacs_enabled:
self.briefinggen.append_frequency("AWACS", "133 MHz AM")

View File

@ -44,11 +44,11 @@ class AirSupportConflictGenerator:
plane_type=tanker_unit_type,
position=tanker_position,
altitude=TANKER_ALT,
race_distance=50000,
race_distance=58000,
frequency=130 + i,
start_type=StartType.Warm,
speed=574,
tacanchannel="{}X".format(97 + i),
tacanchannel="{}X".format(60 + i),
)
tanker_group.points[0].tasks.pop() # Override PyDCS tacan channel