Updated Custom campaigns (markdown)

Dan Albert 2021-10-17 17:40:14 -07:00
parent 648d26df2b
commit 1035a2d944

@ -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.