mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Changed tanker frequency range to avoid overlap with Persian Gulf TACAN frequencies.
This commit is contained in:
parent
c3a3a428a4
commit
4060039440
@ -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")
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user