Skip to content

Commit

Permalink
Update Golan Heights and Caen to Evreux campaigns.
Browse files Browse the repository at this point in the history
I had asked Khopa for permission to edit two of his campaigns to fix
some issues. Only the YAMLs have been edited, .miz files did not need
changes. I have tested both YAMLs to make sure campaigns will generate.
Also tested generating turn 1 .miz and ran it in DCS.

Golan Heights:
1. Removed the 2 problematic squadrons from Marj Ruhayyil that were
causing aircraft losses due to larger aircraft sizes not fitting at that
airfield (which is intended for helicopters).
2. Implemented squadron limits.

Caen to Evreux:
1. Re-arranged squadrons for better force distribution and revised
primary and secondary mission types for better default play experience.
2. Implemented squadron limits.

(cherry picked from commit f831c8e)
  • Loading branch information
Starfire13 authored and DanAlbert committed May 23, 2023
1 parent b27d2be commit f5b9052
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 296 deletions.
172 changes: 72 additions & 100 deletions resources/campaigns/caen_to_evreux.yaml
Original file line number Diff line number Diff line change
@@ -1,100 +1,72 @@
---
name: Normandy - From Caen to Evreux
theater: Normandy
authors: Khopa
description:
<p>This is a light scenario on the Normandy map.</p><p>August 1944, allied
forces are pushing from Caen/Carpiquet to the cities of Lisieux and
Evreux.<p>Lisieux is an important logistic hub for the Werhmacht, and Evreux
airbase is hosting most of the Luftwaffe forces in the region.</p>
recommended_player_faction: Allies 1944
recommended_enemy_faction: Germany 1944
recommended_start_date: 1944-07-04
miz: caen_to_evreux.miz
performance: 1
version: "10.0"
squadrons:
# Evreux
26:
- primary: BARCAP
aircraft:
- Bf 109 K-4 Kurfürst
- primary: BARCAP
aircraft:
- Fw 190 A-8 Anton
- primary: BARCAP
aircraft:
- Fw 190 D-9 Dora
- primary: Strike
secondary: air-to-ground
aircraft:
- Ju 88 A-4
- primary: AEW&C
- primary: Refueling
- primary: Transport
# Conches
40:
- primary: BARCAP
aircraft:
- Bf 109 K-4 Kurfürst
- primary: BARCAP
aircraft:
- Fw 190 A-8 Anton
- primary: BARCAP
aircraft:
- Fw 190 D-9 Dora
- primary: SEAD
secondary: any
- primary: DEAD
secondary: any
# Carpiquet
19:
- primary: BARCAP
aircraft:
- Thunderbolt Mk.II (Late)
- P-47D-40 Thunderbolt
- primary: BARCAP
aircraft:
- Mustang Mk.IV (Late)
- P-51D-30-NA Mustang
- primary: BARCAP
aircraft:
- Spitfire LF Mk IX
- primary: BARCAP
aircraft:
- Spitfire LF Mk IX (Clipped Wings)
- primary: Strike
secondary: air-to-ground
aircraft:
- MosquitoFBMkVI
- primary: SEAD
secondary: any
- primary: DEAD
secondary: any
# Ford_AF
31:
- primary: BARCAP
aircraft:
- Thunderbolt Mk.II (Mid)
- P-47D-30 Thunderbolt (Late)
- primary: BARCAP
aircraft:
- Thunderbolt Mk.II (Early)
- P-47D-30 Thunderbolt (Early)
- primary: BARCAP
aircraft:
- Mustang Mk.IV (Early)
- P-51D-25-NA Mustang
- primary: Strike
secondary: air-to-ground
aircraft:
- Boston Mk.III
- A-20G Havoc
- primary: Strike
secondary: air-to-ground
aircraft:
- Fortress Mk.III
- B-17G Flying Fortress
- primary: AEW&C
- primary: Refueling
- primary: Transport
---
name: Normandy - From Caen to Evreux
theater: Normandy
authors: Khopa
description:
<p>This is a light scenario on the Normandy map.</p><p>August 1944, allied
forces are pushing from Caen/Carpiquet to the cities of Lisieux and
Evreux.<p>Lisieux is an important logistic hub for the Werhmacht, and Evreux
airbase is hosting most of the Luftwaffe forces in the region.</p>
recommended_player_faction: Allies 1944
recommended_enemy_faction: Germany 1944
recommended_start_date: 1944-07-04
miz: caen_to_evreux.miz
performance: 1
version: "10.7"
squadrons:
# Evreux
26:
- primary: Escort
aircraft:
- Fw 190 D-9 Dora
size: 12
- primary: Strike
secondary: air-to-ground
aircraft:
- Ju 88 A-4
size: 12
# Conches
40:
- primary: BARCAP
secondary: any
aircraft:
- Bf 109 K-4 Kurfürst
size: 4
# Carpiquet
19:
- primary: CAS
secondary: any
aircraft:
- Thunderbolt Mk.II (Late)
- P-47D-40 Thunderbolt
size: 12
- primary: BARCAP
secondary: any
aircraft:
- Spitfire LF Mk IX
size: 12
- primary: BAI
secondary: air-to-ground
aircraft:
- MosquitoFBMkVI
size: 12
- primary: OCA/Runway
secondary: air-to-ground
aircraft:
- Boston Mk.III
- A-20G Havoc
size: 10
# Ford_AF
31:
- primary: Escort
secondary: air-to-air
aircraft:
- Mustang Mk.IV (Early)
- P-51D-25-NA Mustang
size: 10
- primary: Strike
secondary: air-to-ground
aircraft:
- Fortress Mk.III
- B-17G Flying Fortress
size: 10
Loading

0 comments on commit f5b9052

Please sign in to comment.