Unturned

Unturned

Ural Mountains LN
 This topic has been pinned, so it's probably important
EZ  [developer] 26 Jul, 2020 @ 10:51pm
How to run the map and content on a server
In the server root folder, make 2 text files (if they do not exist already), called "WorkshopDownloadIDs.JSON" and "WorkshopDownloadConfig.JSON".

WorkshopDownloadIDs file example: Here the first number is the Steam ID for the map, second number is the content for it.

[
1205209275,
1440592288
]

You should also add the IDs of any mods you want to use on the server (comma after each line, except the last one, as shown above).


WorkshopDownloadConfig file example:

{
"File_IDs": [
1205209275,
1440592288
],
"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."
}
< >
Showing 1-11 of 11 comments
beeswax_kurt 27 Jul, 2020 @ 6:46pm 
Still getting a lot of this red text despite having both text files and id's set up properly. https://gyazo.com/8ad9d9b313ddf36227ba463f1b49e43d

This is basically the same issue I had when I was doing it manually, except the errors were sometimes inconsistent. I may have the files set up wrong somehow, as I directly did it the way you had stated for both of them but sometimes I get different results. I only had the workshopdownloadconfig one, so I had to make the second one and just add the ids.

Not really sure what else to do so I will try another map to see if I have the same issues.
Last edited by beeswax_kurt; 27 Jul, 2020 @ 6:48pm
EZ  [developer] 28 Jul, 2020 @ 7:13am 
Can you send me your error logs @chickenwinger24 - I will give them to Nelson to figure out whats going on.
EZ  [developer] 28 Jul, 2020 @ 7:13am 
You can use my discord to do so.
Originally posted by 雞丸網!!!:
Still getting a lot of this red text despite having both text files and id's set up properly. https://gyazo.com/8ad9d9b313ddf36227ba463f1b49e43d

This is basically the same issue I had when I was doing it manually, except the errors were sometimes inconsistent. I may have the files set up wrong somehow, as I directly did it the way you had stated for both of them but sometimes I get different results. I only had the workshopdownloadconfig one, so I had to make the second one and just add the ids.

Not really sure what else to do so I will try another map to see if I have the same issues.
Same here
Tony4Ya 26 Nov, 2020 @ 12:54am 
Got the same problems.
EZ  [developer] 21 Jan, 2021 @ 6:01pm 
Solve this issue by increasing the Timeout_Queue_Seconds config variable from 15 seconds to 30 seconds.
bloxor44 27 Jun, 2021 @ 2:14pm 
Setting up the server and I got these error messages.
https://gyazo.com/0f490a2d9ad5af2337a6354aa2e6423e

Also got many "BoxColliders does not support negative scale or size" messages.
https://gyazo.com/e72dce41cfb3fc045d033ca2cad9da74

The map loads perfectly fine when I connect which is the worrying part.
AgentJeffy 10 Jul, 2021 @ 11:01am 
My server does NOT like to restart with the mods. It will never come back up, but if I remove the mods from the "WorkshopDownloadConfig" file it will load back up (but the map is fairly broken of course).
76561199246037805 30 Apr, 2022 @ 5:30pm 
Can I make some changes to this map and use it on the server?
AgentJeffy 30 Apr, 2022 @ 8:34pm 
Originally posted by < blank >:
Can I make some changes to this map and use it on the server?
I never got it to work unfortunately.
mdhmule 6 Jan @ 6:24pm 
Just a note here, tried this today and needed to add "Workshop": true, and "Ignore_Children_File_IDs": [], to make this work.

Using the required mods and recommend mods, I ended up with:

{
"Workshop": true,
"File_IDs": [
1205209275,
1440592288,
1753131903,
1702240229,
1975500516,
1232252658,
1911892210,
1654197033,
2113531812,
2496838573
],
"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."
}
< >
Showing 1-11 of 11 comments
Per page: 1530 50