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

From SCS Modding Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
|-
 
|-
 
|string
 
|string
|folder
+
|package_name
 
|The name of the folder or archive with the version-specific mod content. This is required attribute.
 
|The name of the folder or archive with the version-specific mod content. This is required attribute.
 
|-
 
|-

Revision as of 16:02, 28 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 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