mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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.
This commit is contained in:
parent
91d430085e
commit
edbd3de4a4
@ -106,4 +106,8 @@ VERSION = _build_version_string()
|
|||||||
#:
|
#:
|
||||||
#: Version 7.1
|
#: Version 7.1
|
||||||
#: * Support for Mariana Islands terrain
|
#: * 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)
|
||||||
|
|||||||
@ -7,5 +7,5 @@
|
|||||||
"description": "<p>You have managed to establish a foothold near Ras Al Khaima. Continue pushing south.</p>",
|
"description": "<p>You have managed to establish a foothold near Ras Al Khaima. Continue pushing south.</p>",
|
||||||
"miz": "battle_of_abu_dhabi.miz",
|
"miz": "battle_of_abu_dhabi.miz",
|
||||||
"performance": 2,
|
"performance": 2,
|
||||||
"version": "7.0"
|
"version": "8.0"
|
||||||
}
|
}
|
||||||
@ -5,5 +5,5 @@
|
|||||||
"description": "<p>A medium sized theater with bases along the coast of the Black Sea.</p>",
|
"description": "<p>A medium sized theater with bases along the coast of the Black Sea.</p>",
|
||||||
"miz": "black_sea.miz",
|
"miz": "black_sea.miz",
|
||||||
"performance": 2,
|
"performance": 2,
|
||||||
"version": "7.0"
|
"version": "8.0"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user