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

From SCS Modding Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
#Workshop mods have more complex layout - [[Documentation/Tools/SCS_Workshop_Uploader/versions.sii|versions.sii]] etc.
+
#Workshop mods have a more complex layout - [[Documentation/Tools/SCS_Workshop_Uploader/versions.sii|versions.sii]] etc.
#In normal mods you specify `compatible_versions` in the [[Documentation/Engine/Mod_manager#Using_the_manifest|manifest.sii]] file however, for Steam Workshop mods you specify a `compatible_versions` array in the versions.sii file.
+
#In normal mods you specify `compatible_versions` in the [[Documentation/Engine/Mod_manager#Using_the_manifest|manifest.sii]] file, however, for Steam Workshop mods you specify a `compatible_versions` array in the versions.sii file.
#When you are creating a standard mod you need to take care about its distribution and your mod users needs 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.
+
#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.

Latest revision as of 08:42, 16 June 2023

  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.