Difference between revisions of "Tutorials/SCS Workshop Uploader/How to update workshop mod?"

From SCS Modding Wiki
Jump to navigation Jump to search
(Uploading: Corrected one grammar mistake)
(Tags: Mobile edit, Mobile web edit)
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== How to upload new version of your mod? ==
+
In this tutorial you will learn how to upload updated version of your mod to the Steam Workshop. Let's start!
  
If you have prepared new version of the mod, created new version entry in versions.sii and put the content in appropriate directory you must follow those steps to upload it to the workshop.
+
=Uploading=
  
# Select the game on which workshop your mod is. (At the moment only Euro Truck Simulator 2 is implemented)
+
{| class="wikitable" width="100%"
# Select your item from the combobox in “Item” section.
+
|- style="vertical-align: top"
# In case icon and preview file hasn’t changed simply skip “Mod data” section - in case something new appeared adjust the settings.
+
| width="10px" | 1
# In the next section
+
| width="556px"| [[File:Updating_mod_select_game.jpg]]
## In case you want to specify the version adjust the Mod name setting.
+
| First of all launch SCS Workshop Uploader tool and select the game.
#. In "Description" section adjust the description.
+
|- style="vertical-align: top"
#. In "Tags" section adjust them to fit new mod version.
+
| 2
#. 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.
+
| [[File:Updating_mod_select_item.jpg]]
#. When you finished everything press "Upload" button. In case validation failed or some different problem happened you will be informed by proper dialog.
+
| Select the item that you want to update.
 +
|- style="vertical-align: top"
 +
| 3
 +
| [[File:Updating_mod_adjust.jpg|556px]]
 +
| Make sure that folder and preview image are set to the correct paths and adjust the mod informations if needed.
 +
|- style="vertical-align: top"
 +
| 4
 +
| [[File:updating_mod_fill_changelog.jpg|556px]]
 +
| Fill the changes. You can skip this point however it's always better to let mod users informed what did you change.
 +
|- style="vertical-align: top"
 +
| 5
 +
| [[File:updating_mod_click_upload.jpg|556px]]
 +
| When you have done these steps simply click upload.
  
 
+
In case validator will detect some problems you have to fix them and then start uploading again.
=Example mod directory layout=
+
|}
 
 
Here you have example how your mod directory/files structure should look.
 
 
 
*/
 
**versions.sii
 
**latest/
 
***manifest.sii
 
***icon.jpg
 
***description.txt
 
***other data files for this version
 
**content_122.zip
 
***manifest.sii
 
***icon.jpg
 
***description.txt
 
***other data files
 
 
 
[[Category:Tutorials|How can I send my mod to Steam Workshop?]]
 
[[Category:TODO]]
 

Revision as of 16:58, 20 July 2017

In this tutorial you will learn how to upload updated version of your mod to the Steam Workshop. Let's start!

Uploading

1 Updating mod select game.jpg First of all launch SCS Workshop Uploader tool and select the game.
2 Updating mod select item.jpg Select the item that you want to update.
3 Updating mod adjust.jpg Make sure that folder and preview image are set to the correct paths and adjust the mod informations if needed.
4 Updating mod fill changelog.jpg Fill the changes. You can skip this point however it's always better to let mod users informed what did you change.
5 Updating mod click upload.jpg When you have done these steps simply click upload.

In case validator will detect some problems you have to fix them and then start uploading again.