From 375a690baacaf75923514cb337abfe660cbc4e8a Mon Sep 17 00:00:00 2001 From: tmz42 Date: Sat, 16 Mar 2024 19:57:43 +0100 Subject: [PATCH] Updated Custom campaigns (markdown) --- Custom-campaigns.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Custom-campaigns.md b/Custom-campaigns.md index 46064ea..30d8a17 100644 --- a/Custom-campaigns.md +++ b/Custom-campaigns.md @@ -265,6 +265,27 @@ Correct: aircraft: - F-14B Tomcat ``` +### Defining settings +Any setting can be defined as a suggested default in the campaign. + +The syntax is as follows : + +``` +name: Syria - The Long Road to H3 +theater: Syria +squadrons: +... +# Override settings +settings: + # Enable Supercarrier + supercarrier: true + # Set mission duration to 45 minutes + desired_player_mission_duration: 45 + # Set max frontline width to 30 km + max_frontline_width: 30 +``` + +For the name and values a setting can take, refer to the user interface and the [settings file.](https://github.com/dcs-retribution/dcs-retribution/blob/dev/game/settings/settings.py) # ## Designing campaigns in the mission editor