From b22094df8296719c9d5b1a03b3f99d104c15601c Mon Sep 17 00:00:00 2001 From: MetalStormGhost <89945461+MetalStormGhost@users.noreply.github.com> Date: Thu, 16 Sep 2021 21:21:54 +0300 Subject: [PATCH] Updated Custom campaigns (markdown) --- Custom-campaigns.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Custom-campaigns.md b/Custom-campaigns.md index b5a780b..0af92f5 100644 --- a/Custom-campaigns.md +++ b/Custom-campaigns.md @@ -152,6 +152,38 @@ Correct: - VMFA-251 ``` +#### 'Cannot find ControlPoint named Carrier' + +![image](https://user-images.githubusercontent.com/89945461/133664442-823d7841-1bc6-43b6-a733-cc157232ec38.png) + +Incorrect: +``` +# Stennis object in the .miz file is called "Blue CV" + Carrier: + - primary: BARCAP + secondary: air-to-air + aircraft: + - F-14B Tomcat + - primary: BARCAP + secondary: any + aircraft: + - F-14B Tomcat +``` + +Correct: +``` +# Stennis object in the .miz file is called "Blue CV" + Blue CV: + - primary: BARCAP + secondary: air-to-air + aircraft: + - F-14B Tomcat + - primary: BARCAP + secondary: any + aircraft: + - F-14B Tomcat +``` + ## Designing campaigns in the mission editor When creating a campaign it may be easiest to start with an existing campaign in the same theater and modify it to suit your needs. If starting from scratch, ensure that Combined Joint Task Forces Blue and Combined Joint Task Forces Red are assigned to the blue and red coalitions respectively, as these will be used to define many of the campaigns properties.