Documentation/Engine/Units/package version info

From SCS Modding Wiki
< Documentation‎ | Engine‎ | Units
Revision as of 09:26, 16 February 2016 by 50keda (talk | contribs)

Jump to navigation Jump to search

Package version info is unit containing version informations such like name of the folder or archive with content and the array of compatible game versions.

The package version info without defined compatible_versions is called universal version. This version will be used for all game versions that are not explictly defined inside versions.sii file.

package_version_info unit attributes:

Type Name Description
string package_name The name of the folder or archive with the version-specific mod content. This is required attribute.
string array compatible_versions The array containg set of versions that are compatible with this version definition. This attribute is optional, if not specified this version will be used for all of the game versions - you can only have one `package_version_info` with this parameter not specified in versions.sii