RequiredHighlanderVersion
Tracking Issue: #909
Tags: compatibility
Mods can specify the required Highlander version in the mod's XComGame.ini
, e.g.:
[DLCName CHModDependency]
RequiredHighlanderVersion = (MajorVersion = 1, MinorVersion = 22, PatchVersion = 0)
If the mod user has an older version of the Highlander installed, they will
see a popup warning when they start the game.
Note: this feature is disabled if the game is started without the -review
launch argument.