his guide will help you on how to add Steam Workshop Mods.
This guide will be divided in 2 steps for better comprehension, download mods and enable mods, please read all steps carefully.
STEP 1 - DOWNLOAD MODS
- Stop server
- Go to the Configuration Files button and edit dedicated_server_mods_setup.lua file.
- If you want to add a Workshop Mod Collection add the following line replacing the WorkshopCollectionID field with your Workshop Collection ID (*)
- ServerModCollectionSetup("<WorkshopCollectionID>")
- If you want to add a Workshop Single Mod add the following line replacing the WorkshopModID field with your Workshop Mod ID (*)
- ServerModSetup("<WorkshopModID>")
- Start your server and let it go online to fully download all mods from Steam Workshop.
STEP 2 - ENABLE MODS
- Stop server
- Go to File Manager button, and check inside mods\ folder, you should see a folder for each mod you downloaded to your server.
- Go to Configuration Files button and edit modsettings.lua file and add the following line replacing the WorkshopModID field with your Workshop Mod ID (*) If you downloaded a collection you still need to enabled each mod individually.
- ForceEnableMod("workshop-WorkshopModID")
- Start server
(*) You can find the Workshop Mod or Collection ID at the end of the URL link of the Steam Workshop, example: https://steamcommunity.com/sharedfiles/filedetails/?id=1982884692 the ID it's: 1982884692
