From 2295f4edfe634ffdbc63ca0383910b79bc185a6b Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 21 Jul 2021 17:10:29 -0700 Subject: [PATCH] Bump campaign version to 8.0 for latest DCS. Building IDs changed again. Ack the change in my two campaigns which don't use these target types. (cherry picked from commit edbd3de4a4f8d62adeb98880f97e012d2bab75a8) --- game/version.py | 6 +++++- resources/campaigns/battle_of_abu_dhabi.json | 2 +- resources/campaigns/black_sea.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/game/version.py b/game/version.py index b30578fa..d260258d 100644 --- a/game/version.py +++ b/game/version.py @@ -106,4 +106,8 @@ VERSION = _build_version_string() #: #: Version 7.1 #: * Support for Mariana Islands terrain -CAMPAIGN_FORMAT_VERSION = (7, 1) +#: +#: Version 8.0 +#: * DCS 2.7.4.9632 changed scenery target IDs. Any mission using map buildings as +#: strike targets must check and potentially recreate all those objectives. +CAMPAIGN_FORMAT_VERSION = (8, 0) diff --git a/resources/campaigns/battle_of_abu_dhabi.json b/resources/campaigns/battle_of_abu_dhabi.json index 9cfa5476..66bae354 100644 --- a/resources/campaigns/battle_of_abu_dhabi.json +++ b/resources/campaigns/battle_of_abu_dhabi.json @@ -7,5 +7,5 @@ "description": "

You have managed to establish a foothold at Khasab. Continue pushing south.

", "miz": "battle_of_abu_dhabi.miz", "performance": 2, - "version": "7.0" + "version": "8.0" } \ No newline at end of file diff --git a/resources/campaigns/black_sea.json b/resources/campaigns/black_sea.json index 02f4ddbe..94cc5e02 100644 --- a/resources/campaigns/black_sea.json +++ b/resources/campaigns/black_sea.json @@ -5,5 +5,5 @@ "description": "

A medium sized theater with bases along the coast of the Black Sea.

", "miz": "black_sea.miz", "performance": 2, - "version": "7.0" + "version": "8.0" } \ No newline at end of file