Difference between revisions of "Documentation/Tools/SCS Workshop Uploader/Validation"

From SCS Modding Wiki
Jump to navigation Jump to search
m (ErykDwornicki moved page Tools/SCS Workshop Uploader/Validation to Documentation/Tools/SCS Workshop Uploader/Validation without leaving a redirect)
Line 22: Line 22:
 
Where `%user_name%` is your user name.
 
Where `%user_name%` is your user name.
  
On the [[Tools/SCS_Workshop_Uploader/Warning_and_error_codes|Validation warning and error codes]] page you can find error and warning codes that may be helpful in finding why the validation failed.
+
On the [[Documentation/Tools/SCS_Workshop_Uploader/Warning_and_error_codes|Validation warning and error codes]] page you can find error and warning codes that may be helpful in finding why the validation failed.
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:SCS Workshop Uploader]]
 
[[Category:SCS Workshop Uploader]]

Revision as of 14:17, 15 February 2016

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:

C:/Users/%user_name%/My Documents/SCS Workshop Uploader/validation.log.txt

On Linux:

~/.local/share/SCS Workshop Uploader/validation.log.txt

On Mac OS X:

/Users/%user_name%/Library/Application Support/SCS Workshop Uploader/validation.log.txt

Where `%user_name%` is your user name.

On the Validation warning and error codes page you can find error and warning codes that may be helpful in finding why the validation failed.