diff --git a/Moose Development/Moose/AI/AI_A2A_Dispatcher.lua b/Moose Development/Moose/AI/AI_A2A_Dispatcher.lua index 5c5a34c2d..b6a3fa3e0 100644 --- a/Moose Development/Moose/AI/AI_A2A_Dispatcher.lua +++ b/Moose Development/Moose/AI/AI_A2A_Dispatcher.lua @@ -173,13 +173,13 @@ do -- AI_A2A_DISPATCHER -- -- # Demo Missions -- - -- ### [AI\_A2A\_DISPATCHER Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-100%20-%20AI_A2A%20-%20Demonstration) + -- ### [AI\_A2A\_DISPATCHER Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching) -- -- ==== -- -- # YouTube Channel -- - -- ### [---]() + -- ### [DCS WORLD - MOOSE - A2A GCICAP - Build an automatic A2A Defense System](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl0S4KMNUUJpaUs6zZHjLKNx) -- -- === -- @@ -316,6 +316,8 @@ do -- AI_A2A_DISPATCHER -- Use the method @{#AI_A2A_DISPATCHER.SetGciRadius}() to set a specific controlled ground intercept radius. -- **The Ground Controlled Intercept radius is defined for ALL squadrons which are operational.** -- + -- Demonstration Mission: [AID-013 - AI_A2A - Intercept Test](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-013%20-%20AI_A2A%20-%20Intercept%20Test) + -- -- In these examples, the Gci Radius is set to various values: -- -- -- Now Setup the A2A dispatcher, and initialize it using the Detection object. @@ -347,6 +349,8 @@ do -- AI_A2A_DISPATCHER -- it makes it easier sometimes for the mission maker to envisage where the red and blue territories roughly are. -- In a hot war the borders are effectively defined by the ground based radar coverage of a coalition. -- + -- Demonstration Mission: [AID-009 - AI_A2A - Border Test](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-009 - AI_A2A - Border Test) + -- -- In this example a border is set for the CCCP A2A dispatcher: -- -- ![Banner Image](..\Presentations\AI_A2A_DISPATCHER\AI_A2A_DISPATCHER-ME_4.JPG) @@ -1103,6 +1107,8 @@ do -- AI_A2A_DISPATCHER -- Use the method @{#AI_A2A_DISPATCHER.SetGciRadius}() to set a specific controlled ground intercept radius. -- **The Ground Controlled Intercept radius is defined for ALL squadrons which are operational.** -- + -- Demonstration Mission: [AID-013 - AI_A2A - Intercept Test](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-013%20-%20AI_A2A%20-%20Intercept%20Test) + -- -- @param #AI_A2A_DISPATCHER self -- @param #number GciRadius (Optional, Default = 200000) The radius to ground control intercept detected targets from the nearest airbase. -- @return #AI_A2A_DISPATCHER @@ -3088,7 +3094,7 @@ do -- -- # YouTube Channel -- - -- ### [---]() + -- ### [DCS WORLD - MOOSE - A2A GCICAP - Build an automatic A2A Defense System](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl0S4KMNUUJpaUs6zZHjLKNx) -- -- === -- diff --git a/docs/Documentation/AI_A2A_Dispatcher.html b/docs/Documentation/AI_A2A_Dispatcher.html index 83b69c2e5..14b161be1 100644 --- a/docs/Documentation/AI_A2A_Dispatcher.html +++ b/docs/Documentation/AI_A2A_Dispatcher.html @@ -969,13 +969,13 @@ Per one, two, three, four?

Demo Missions

-

AI_A2A_DISPATCHER Demo Missions

+

AI_A2A_DISPATCHER Demo Missions


YouTube Channel

-

---

+

DCS WORLD - MOOSE - A2A GCICAP - Build an automatic A2A Defense System


@@ -1117,6 +1117,8 @@ when you don't want to let the AIA2ADISPATCHER react immediately when a

Use the method AIA2ADISPATCHER.SetGciRadius() to set a specific controlled ground intercept radius. The Ground Controlled Intercept radius is defined for ALL squadrons which are operational.

+

Demonstration Mission: AID-013 - AI_A2A - Intercept Test

+

In these examples, the Gci Radius is set to various values:

-- Now Setup the A2A dispatcher, and initialize it using the Detection object.
@@ -1149,6 +1151,8 @@ If a hot war is chosen then no borders actually need to be defi
 it makes it easier sometimes for the mission maker to envisage where the red and blue territories roughly are. 
 In a hot war the borders are effectively defined by the ground based radar coverage of a coalition.

+

Demonstration Mission: AID-009 - AI_A2A - Border Test

+

In this example a border is set for the CCCP A2A dispatcher:

Banner Image

@@ -1672,7 +1676,7 @@ Therefore if F4s are wanted as a coalition’s CAP or GCI aircraft Germany will

YouTube Channel

-

---

+

DCS WORLD - MOOSE - A2A GCICAP - Build an automatic A2A Defense System


@@ -4067,6 +4071,8 @@ when you don't want to let the AIA2ADISPATCHER react immediately when a

Use the method AIA2ADISPATCHER.SetGciRadius() to set a specific controlled ground intercept radius. The Ground Controlled Intercept radius is defined for ALL squadrons which are operational.

+

Demonstration Mission: AID-013 - AI_A2A - Intercept Test

+

Parameter