It is the workshop uploader selected folder
[ external image ]
And it is the content of zips
[ external image ]
[ external image ]
Errors
Code: Select all
ERROR [00001] (/versions.sii): Unable to read units from file.
ERROR [00003]: In the mod root folder there can be only versions.sii file and version packages. Found 2 not allowed entries:
ERROR [00003]: > /latest.zip
ERROR [00003]: > /ver_157.zipCode: Select all
SiiNunit
{
package_version_info : .latest {
package_name: "latest"
}
package_version_info : .157.content {
package_name: "ver_157"
compatible_versions[]: "1.57.*"
}
}
[ external image ]
Code: Select all
SiiNunit
{
package_version_info : .latest {
package_name: "latest"
}
package_version_info : .156.content {
package_name: "ver_156"
compatible_versions[]: "1.56.*"
compatible_versions[]: "1.55.*"
compatible_versions[]: "1.54.*"
}
}
[ external image ]
[ external image ]