Open main menu

Changes

Documentation/Tools/SCS Workshop Uploader/versions.sii

729 bytes added, 13:46, 19 January 2016
Created page with " == versions.sii == In the Steam Workshop mods you need to specify have versions.sii file containing definition which content folder should be used for which game version. T..."

== versions.sii ==

In the Steam Workshop mods you need to specify have versions.sii file containing definition which content folder should be used for which game version.

This file contains set of [[Units/package_version_info|package_version_info]] serialized unit informations with proper set of the attributes.

*Example file:
<syntaxhighlight line="1">

SiiNunit
{
package_version_info : .latest {
folder: "latest"
}

package_version_info : .122.content {
folder: "content_122"
compatible_versions[]: "1.22.*"
}

package_version_info : .120and121.content {
// No special difference between 1.20 and 1.21
folder: "content_120_121"
compatible_versions[]: "1.20.*"
compatible_versions[]: "1.21.*"
}
}
</syntaxhighlight>
developer
1,626
edits