Changes

Jump to navigation Jump to search

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

1,565 bytes removed, 13:49, 19 January 2016
no edit summary
***description.txt
***other data files
 
=Differences between standard mods and workshop mods=
 
#Workshop mods have more complex layout - versions.sii etc.
#In normal mods you specify `compatible_versions` in manifest.sii file however for steam workshop mods you specify `compatible_versions` array in versions.sii file.
#When you are creating standard mod you need to take care about it's distribution and your mod users needs to take care of downloading up-to-date version Steam Workshop mods are automatically downloaded when you send new version to workshop for each mod subscriber.
 
=Validation=
 
Each mod before entering workshop must pass validation process - it is because we
do not want to have mods that may cause problem for players due to some trival
problems which we can easily prevent.
 
In case validation finished with any warning or error at the end of the validation
process you will see the log window so you can easily inspect what is broken and
what to fix - also the log is written to the `validation.log.txt` file placed by
default in:
 
'''On Windows:'''
 
<code>C:/Users/%user_name%/My Documents/SCS Workshop Uploader/validation.log.txt</code>
 
'''On Linux:'''
 
<code>/home/.local/share/SCS Workshop Uploader/validation.log.txt</code>
 
'''On Mac OS X:'''
 
<code>/Users/%user_name%/Library/Application Support/SCS Workshop Uploader/validation.log.txt</code>
 
Where `%user_name%` is your user name.
 
In the [[Validation error and warning codes|Validation error and warning codes]] section you can find error and warning codes that may be helpful in finding why the validation failed.
[[Category:Tutorials|How can I send my mod to Steam Workshop?]]
developer
1,626
edits

Navigation menu