Difference between revisions of "Documentation/Engine/Units/package version info"

From SCS Modding Wiki
Jump to navigation Jump to search
(Created page with "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 versi...")
 
Line 18: Line 18:
 
|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
 
|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
 
|}
 
|}
 +
 +
 +
[[Category:Documentation]]
 +
[[Category:Units]]
 +
[[Category:SCS Workshop Uploader]]

Revision as of 13:58, 19 January 2016

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 folder 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