mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-29 17:21:11 +00:00
MOOSE demonstration missions [skip ci]
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+3
-1
@@ -16,7 +16,6 @@ Detection = DETECTION_AREAS:New( DetectionSetGroup, 1000 )
|
||||
-- Setup the A2A dispatcher, and initialize it.
|
||||
A2GDispatcher = AI_A2G_DISPATCHER:New( Detection )
|
||||
|
||||
A2GDispatcher:SetRadioFrequency( 124 )
|
||||
A2GDispatcher:SetCommandCenter( CC )
|
||||
A2GDispatcher:SetTacticalMenu( "Dispatchers", "A2G Tactical Situation" )
|
||||
|
||||
@@ -37,18 +36,21 @@ A2GDispatcher:SetSquadronSeadPatrol( "Maykop SEAD", PatrolZone, 300, 500, 50, 80
|
||||
A2GDispatcher:SetSquadronPatrolInterval( "Maykop SEAD", 2, 30, 60, 1, "SEAD" )
|
||||
A2GDispatcher:SetSquadronTakeoffFromParkingHot( "Maykop SEAD" )
|
||||
A2GDispatcher:SetSquadronOverhead( "Maykop SEAD", 0.25 )
|
||||
A2GDispatcher:SetSquadronRadioFrequency( "Maykop SEAD", 124 )
|
||||
|
||||
A2GDispatcher:SetSquadron( "Maykop CAS", "CAS", { "US KA-50" }, 10 )
|
||||
A2GDispatcher:SetSquadronCasPatrol( "Maykop CAS", PatrolZone, 600, 700, 50, 80, 250, 300 )
|
||||
A2GDispatcher:SetSquadronPatrolInterval( "Maykop CAS", 2, 30, 60, 1, "CAS" )
|
||||
A2GDispatcher:SetSquadronTakeoffFromParkingHot( "Maykop CAS" )
|
||||
A2GDispatcher:SetSquadronOverhead( "Maykop CAS", 0.25 )
|
||||
A2GDispatcher:SetSquadronRadioFrequency( "Maykop CAS", 126 )
|
||||
|
||||
A2GDispatcher:SetSquadron( "Maykop BAI", "BAI", { "US KA-50" }, 10 )
|
||||
A2GDispatcher:SetSquadronBaiPatrol( "Maykop BAI", PatrolZone, 800, 900, 50, 80, 250, 300 )
|
||||
A2GDispatcher:SetSquadronPatrolInterval( "Maykop BAI", 2, 30, 60, 1, "BAI" )
|
||||
A2GDispatcher:SetSquadronTakeoffFromParkingHot( "Maykop BAI" )
|
||||
A2GDispatcher:SetSquadronOverhead( "Maykop BAI", 0.25 )
|
||||
A2GDispatcher:SetSquadronRadioFrequency( "Maykop BAI", 128 )
|
||||
|
||||
-- We set for each squadron a takeoff interval, as each helicopter will launch from a FARP.
|
||||
-- This to prevent helicopters to clutter.
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user