DelRoy Posted October 20, 2022 Posted October 20, 2022 How do you script a CAP to launch from a carrier For example, here is a template for Sukhumi_Babushara A2ADispatcher:SetSquadron( "Sukumi", AIRBASE.Caucasus.Sukhumi_Babushara, { "SQ CCCP MIG-21" }, 2 ) A2ADispatcher:SetSquadronGrouping("Sukumi", 2) A2ADispatcher:SetSquadronGci( "Sukumi", 800, 1200 ) A2ADispatcher:SetSquadronTakeoffFromRunway( "Sukumi" ) A2ADispatcher:SetSquadronLandingAtEngineShutdown( "Sukumi" ) I'd like to launch an SU-33 CAP from the Kuznetzov. I haven't a clue what the airbase name is for the Kuznetzov....
Avalanche110 Posted October 21, 2022 Posted October 21, 2022 (edited) The AIRBASE name is the ships UNIT name from the mission editor. i.e A2ADispatcher:SetSquadron( "KUZNETSOV", "KUZNETSOV_01", REDFOR_NAVAL_A2A_DSIPATCHER_TEMPLATE, 6 ) Edited October 21, 2022 by Avalanche110
Recommended Posts