Documentation/Tools/SCS Workshop Uploader/Difference between Workshop mod and the Standard mod

From SCS Modding Wiki
< Documentation‎ | Tools‎ | SCS Workshop Uploader
Revision as of 08:42, 16 June 2023 by DriveSafely (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Workshop mods have a more complex layout - versions.sii etc.
  2. In normal mods you specify `compatible_versions` in the manifest.sii file, however, for Steam Workshop mods you specify a `compatible_versions` array in the versions.sii file.
  3. When you are creating a standard mod you need to take care about its distribution, and the users of the mod need to take care of downloading the up-to-date version. Meanwhile, Steam Workshop mods are automatically downloaded for each mod subscriber when you upload a new version to the workshop.