mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Allow in-line definitions of campaign factions.
A lot of campaigns want to define custom factions. This allows them to do so without us having to fill the built-in factions list with a bunch of campaign-specific factions. It also makes custom campaigns more portable as they don't need to also distribute the custom faction files.
This commit is contained in:
@@ -169,4 +169,7 @@ VERSION = _build_version_string()
|
||||
#:
|
||||
#: Version 10.5
|
||||
#: * Support for scenery objectives defined by quad zones.
|
||||
CAMPAIGN_FORMAT_VERSION = (10, 5)
|
||||
#:
|
||||
#: Version 10.6
|
||||
#: * Support in-line definitions of campaign-specific factions.
|
||||
CAMPAIGN_FORMAT_VERSION = (10, 6)
|
||||
|
||||
Reference in New Issue
Block a user