Open main menu

Documentation/Tools/SCS Workshop Uploader/Validation errors and solutions for them

< Documentation‎ | Tools‎ | SCS Workshop Uploader
Revision as of 13:43, 28 January 2016 by ErykDwornicki (talk | contribs) (Maximum size of icon file is ? MB)

Contents

00001 - Generic

Description file has to be put inside the same directory as manifest.sii file.

The mod description file should be placed next to the manifest.sii file in the version folder/archive. You need to move it or create in case you have not done it yet.

Description file must be TXT file (?)

The mod description must be a .txt file. The solution for this problem is to change the extension of the file to .txt.

Icon file has to be put inside the same directory as manifest.sii file.

The mod icon file should be placed next to the manifest.sii file in the version folder/archive. You need to move it or create in case you have not done it yet.

Icon file must be JPG file (?)

Icon file must be a valid .jpg file. The solution is to resave your icon file to .jpg format.

Incorrect icon file dimmensions. Allowed dimmensions are ?x?px (the icon size: ?x?px)

Mod icon file has incorrect dimensions. To fix it you need to have image with proper size.

For now the limit is: 276px x 162px

No animation frames found.

The .pma file has no animation frames. You should try to run your mod data resource conversion again.

No defined bones found.

.pma file without any bone defined is incorrect. You should try to run your mod data resource conversion again.

No description file specified!

All workshop mods data must have description files specified. Please add it.

No icon specified.

All workshop mods must have icon specified. Please add it.

No package versions defined.

In versions.sii there are no valid version info entries. Please add at least one.

Example versions.sii file:

SiiNunit
{
package_version_info : .universal
{
    folder: "universal"
}
}

No vertices defined for piece ?.

One of the pieces in .pmg file has no vertices defined. Please run resource conversion of your mod data again.

Referenced look (?) does not exists in the model.

look referenced by definition file does not exists in the model. You should make sure that the model has the look - in case it has run again your mod data conversion.

Referenced variant (?) does not exists in the model.

variant referenced by definition file does not exists in the model. You should make sure that the model has the look - in case it has run again your mod data conversion.

Unable to load model animation file.

The load of the animation file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model collision file.

The load of the collision file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model descriptor file.

The load of the descriptor file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load model geometry file.

The load of the geometry file failed. Try to run resource converstion for your mod again - in case it won't help check tool.log.txt file for more informations.

Unable to load tobj file.

Failed to load .tobj file. Try running again mod data conversion - in case it did not check tool.log.txt if there are no informations about the tobj problem.

Unable to read units from file.

Unable to deserialize units from sii file. All the parsing errors are printed out to the tool.log.txt file. Check it for more info.

Unable to mount version.

Unable to mount mod data archive. Try compresing mod data again as it may be broken.

Unable to open description file.

Failed to open mod description file. The reason may be invalid path it must be only the file name, also the problem may be not enough memory or some file system problem.

Unable to open file.

Failed to open a file. The reason may be invalid path, not enough memory or some problem with file system.

Unable to open icon file.

Failed to open mod icon file. The reason may be invalid path it must be only the file name, also the problem may be not enough memory or some file system problem.

Unable to read content of description file.

The reading of the file data failed. The reason may be not enough memory to load the data file.

Unable to retreive informations about material.

Unable to get informations about material resource. Try to run again mod data conversion.

00002 - File not found

Description file (?) does not exists.

Description file for your mod does not exists. Make sure if description file name in manifest.sii is correct and the description file exists in the same directory as manifest.sii.

File is not present

ERROR [00002] (file_name): File is not present

Make sure that the file_name exists.

Icon file (?) does not exists

Icon file for your mod does not exists. Make sure if icon file name in manifest.sii is correct and the icon file exists in the same directory as manifest.sii.

The version folder/archive does not exists!

Folder/archive specified in version info inside versions.sii file does not exists. Make sure you did not make any typo and the folder/archive really exists.

Unable to find descriptor file for model geometry! (geometry: ?)

There is .pmg file but no .pmd file. If you are using some model from base you have to move both pmg and pmd files into your mod for better compatibility. In case the model is yours you have to run again mod data conversion. Remember .pmd and .pmg files must be in the same directory!

Unable to find geometry file for model descriptor ?.

There is .pmd file but no .pmg file. If you are using some model from base you have to move both pmg and pmd files into your mod for better compatibility. In case the model is yours you have to run again mod data conversion. Remember .pmd and .pmg files must be in the same directory!

Unable to find manifest file.

Unable to find manifest.sii in one of the mod data packages.

Unable to find material file referenced by model descriptor ?. The material must be placed in mod folder.

Unable to find the material file which is referenced by model descriptor. In case you have a model and you are using some materials from the base.scs archive you have to copy them to your mod folder to keep compatibility in case we change the material.

Unable to find model descriptor file referenced in addon hookup data definition (?).

There is no .pmd file with this name in both base.scs or your mod data package - make sure the name is correct and the file exists.

Unable to find model geometry file for model descriptor (?) referenced by addon hookup data definition (?).

There is no .pmg file with this name in both base.scs or your mod data package - make sure the name is correct and the file exists.

Unable to find preview icon for ? defined in ?

Unable to find preview icon for the accessory. Make sure it exists.

Unable to get material

Unable to get material data. The material file is probably malformed. Try converting your mod data again.

00003 - Not allowed

File with the unsupported extension found in the mod. Please remove it before uploading the mod.

Found second universal version entry. Please use only one.

In the mod root folder there can be only versions.sii file and version specific folders. Found ? not allowed entries:

Mod package has to be placed inside the manifest.sii files put in version specific content directory. For example: "/latest/manifest.sii". (path: ?, manifest: ?)

Path cannot contain '..'. (position: ?)

Path cannot contain Windows-style path separator (\\) only Unix-style separators are allowed (/). (position: ?)

txt/.jpg files that are not referenced by any sii file are not allowed!

Unable to find universal version defined.

Units of type ? are not allowed.

Units of type ? can be stored only inside the '?' file.

Using SCS files is not allowed for Steam Workshop mods - please use normal .zip files or folders.

Version folder name contains disallowed characters. Allowed [a-z0-9_].

folder attribute in version definition file must be set.

00004 - Malformed file

1D, 2D, 3D and Rect tobj can have only one map set! (map index: ?)

Count of the parts does not match descriptor file ?. (desc: ?, geom: ?)

Count of the parts does not match geometry file ?. (desc: ?, geom: ?)

Incorrect map at index 0

Incorrect map at index ?

Incorrect map type. (?)

Incorrect texture sampler_name: "?".

Malformed DDS file!

Malformed description file. The description file should be encoded in UTF-8!

Malformed OGG file. Please correct it before uploading the mod.

Malformed tobj file.

Unable to load icon likely malformed file.

Unable to read magic SII mark from file.

00005 - Missing required attribute

interior_model or exterior_model must be set to valid and descriptor file.

00006 - Access denied

Unable to create validation log file.

00007 - Not supported

Cube texture maps must be pot textures. (texture_name: ?)

Mipmapping is not supported for npot texture.

Unsupported tobj version. (version: ?)

00008 - Unable to load

Unable to load file.

Unable to load model descriptor referenced by accessory addon data definition (?)

00009 - File is too big

Maximum size of description file is ? MB

Maximum size of icon file is ? MB

The mod icon is too big. Maximum allowed size for is: 1 MB