I have an error 8 when trying to upload a mod on the workshop and I can't figure out what this error means ? (or where I can find documentation about it ?)
Message: "Publish Failed: Error updating mod (error code: 8)."
I have an error 8 when trying to upload a mod on the workshop and I can't figure out what this error means ? (or where I can find documentation about it ?)
Message: "Publish Failed: Error updating mod (error code: 8)."
Those error codes come from the steamworks api. So you can look them up in the steamworks SDK:
k_EResultInvalidParam = 8, // a parameter is incorrect
Comments
Those error codes come from the steamworks api. So you can look them up in the steamworks SDK:
So check your mod.settings file