Adding Workshop Mods
Adding Workshop Mods
- Navigate to
/Servers/unturned
- Open the
WorkshopDownloadConfig.json
file.
- When you open the file you can configure the Shutdown Messages for workshop updates.
- To add the Workshop Mods you can add the ids under the
File_IDs
Section. This also works for workshop collections. Place the ID inside the brackets as shown in the example below:
{
"File_IDs": [
857668611,
1733324992,
863929729
],
"Ignore_Children_File_IDs": [],
"Query_Cache_Max_Age_Seconds": 600,
"Max_Query_Retries": 2,
"Use_Cached_Downloads": true,
"Should_Monitor_Updates": true,
"Shutdown_Update_Detected_Timer": 600,
"Shutdown_Update_Detected_Message": "Workshop file update detected, shutdown in: {0}",
"Shutdown_Kick_Message": "Shutdown for Workshop file update."
}
You need to leave the comma off the last workshop id.
- Once the file has been configured save and restart your server and the workshop mods will download and update on each restart.
If you require any further assistance, please create a ticket here.
Created By: Griffin H.
Updated on: 11/11/2022
Thank you!