mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Updated Custom campaigns (markdown)
@@ -1,3 +1,5 @@
|
||||
**For DCS Liberation 3.0 the campaign version is 6.0.**
|
||||
|
||||
Campaigns in DCS Liberation can be modified using the mission editor. Each campaign is defined by a JSON file to provide metadata, and a DCS mission file (`.miz` file) to set up the theater.
|
||||
|
||||
The included campaigns can be modified, or new campaigns can be added to the `resources/campaigns` directory of the Liberation install.
|
||||
@@ -24,7 +26,7 @@ This json file should contain a json object, with the following parameters :
|
||||
* `description`: A description of the campaign that will be shown in the New Game wizard.
|
||||
* `version`: The version of the campaign format this campaign was built for. This supports a UI hint in the new game wizard to warn users about campaigns that were built for an incompatible version of the game.
|
||||
|
||||
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).
|
||||
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 3.0 the campaign version is 6.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)
|
||||
|
||||
Reference in New Issue
Block a user