Documentation about error code of the launch pad when uploading a mod ?

KatzenfleischKatzenfleisch Join Date: 2014-03-21 Member: 194881Members, Squad Five Blue, Squad Five Silver, NS2 Community Developer
edited May 2015 in Modding
Hi,

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)."

Comments

  • GhoulofGSG9GhoulofGSG9 Join Date: 2013-03-31 Member: 184566Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Squad Five Silver, Reinforced - Supporter, WC 2013 - Supporter, Pistachionauts
    Hi,

    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
    

    So check your mod.settings file ;)

Sign In or Register to comment.