From 1035a2d944816f1024aec50a90db2633795f9cdf Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 17 Oct 2021 17:40:14 -0700 Subject: [PATCH] Updated Custom campaigns (markdown) --- Custom-campaigns.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Custom-campaigns.md b/Custom-campaigns.md index aa3f3b9..f22b5d3 100644 --- a/Custom-campaigns.md +++ b/Custom-campaigns.md @@ -31,8 +31,9 @@ This json file should contain a json object, with the following parameters : Note that this field is **not** the DCS Liberation version, but the version of the campaign file format. The latest version is defined by `CAMPAIGN_FORMAT_VERSION` in [game/version.py](https://github.com/Khopa/dcs_liberation/blob/develop/game/version.py). **For DCS Liberation 4.1 the campaign version is 8.0.** If `version` is not set or is `"0"`, the campaign is from an unknown version of the game and will be marked as incompatible in the new game wizard. -* `recommended_player_faction`: The recommended player faction (will be automatically selected by default on the faction selection page) -* `recommended_enemy_faction`: The recommended enemy faction (will be automatically selected by default on the faction selection page) +* `recommended_player_faction`: (Optional) The recommended player faction (will be automatically selected by default on the faction selection page) +* `recommended_enemy_faction`: (Optional) The recommended enemy faction (will be automatically selected by default on the faction selection page) +* `recommended_start_date`: (Optional) The recommended start date for the campaign in YYYY-MM-DD format. **New in campaign version 9.1.** * `miz`: The name of the miz file (in the same `resources\campaigns` directory) that describes the campaign. * `performance`: How much performance your campaign need to run smoothly (3 for biggest scenarios that will have huge impact on game performance, 0 for the smallest, performance-friendly scenarios) * `squadrons`: Defines the default squadron configuration at the beginning of the campaign. Explained in the next section.