Changes

Jump to navigation Jump to search

Tutorials/SCS Workshop Uploader/How to update workshop mod?

730 bytes removed, 13:46, 19 January 2016
no edit summary
#. In "Change note" we recommend to write full changelog to keep your mod users up-to-date what did you changed in the new version of the mod.
#. When you finished everything press "Upload" button. In case validation failed or some different problem happened you will be informed by proper dialog.
 
== 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>
=Package version info=
developer
1,626
edits

Navigation menu