Difference between revisions of "Documentation/Engine/Units/package version info"
< Documentation | Engine | Units
Jump to navigation
Jump to search
m (ErykDwornicki moved page Units/package version info to Documentation/Engine/Units/package version info without leaving a redirect) |
|||
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 | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:26, 16 February 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 |