Project Zomboid - Fix for Server Not Downloading Mods from Steam

Dear forum members,
for some time now we have been creating and maintaining new ways to help game server admins with questions and problems as quickly as possible, e.g. our Guides section and the Nitrado Community Discord.

Therefore, we inform you that the Nitrado Forum will be closed on March 31, 2023. We are consolidating our community support to our Discord channel, which is faster and more efficient. We have also seen incredible growth in our community due to the hard work of our moderators and our bots. We are confident that this move will ensure that we provide the best support possible for our users.

Thank you to all members for your continued use of the forum!

Assistance with all questions concerning your Nitrado service can now be found in these spots:
Community Discord: https://discord.gg/nitrado
Guides section: https://server.nitrado.net/guides
Support Wizard: https://support.nitrado.net
  • I discovered how to fix a server that is not downloading Steam mods automatically.


    In servertest.ini (Config Files in Nitrado Settings) make sure you have the following:

    -

    Do NOT use comma to separate mods by name/workshop ID. Use semicolon ;

    Make sure there are no spaces in between mods by name/workshop ID.


    Example:

    Mods=modoptions;tsarslib;

    WorkshopItems=2169435993;2392709985;

    -

    Set DoLuaChecksum to false


    Example: DoLuaChecksum=false;

    -


    I hope this helps!

  • Thank god I found this I just spent 3 hrs trying to get mods to work.


    oscar1218 You need to go to your server dashboard > click config files (under settings) > Find the line that says Mods= then type in the mod ID you get this from going into the workshop on steam clicking the mod you want scroll to the bottom of the page and it will say mod ID copy and paste that in so it'll look like Mods=whatever the paste is of the mod you want. After that you need to find the line WorkshopItems= insert the Workshop ID number from the mods page.

    so it'll look like this Mods=MapLegendUI;RebalancedPropMoving; you can keep adding mod IDs just seperate them by a ; no spaces
    your Workshop ID like will look like this WorkshopItems=2710167561;2699828474; you can keep adding workshop ID the same way ; no spaces

    I would go back and forth to be safe so Whatever mod you want put Mod ID name and then the workshopID number

    After this find DoLuaChecksum= and make sure it says DoLuaChecksum=False you do not want it say true make sure you hit save changes and then restart your server all mods should work after this assuming they are a working mod.

  • also to add to my post you need to add the mod ID name to your general settings tab too separated by just a , no spaces because if you dont on a server reboot you'll lose all your mods if you just put it into the config file by itself

  • also to add to my post you need to add the mod ID name to your general settings tab too separated by just a , no spaces because if you dont on a server reboot you'll lose all your mods if you just put it into the config file by itself

    Is the same thing needed for map? Do I need to put the maps id in the general settings too?