Adding workshop mods to your Unturned Service

Within this tutorial, we will teach you how to add a workshop map to your Unturned service. 

(For this tutorial, we'll be using this map here.)

 

Step 1:

Navigate to your workshop map of choice and grab the workshop ID of that map. This is found at the end of your link. For example:

https://steamcommunity.com/sharedfiles/filedetails/?id=1247491926

 

The workshop ID of this map is: 1247491926 because it's at the end of the link.

 

Step 2:

Once you've copied that link, head into your game panel > Configuration Files > WorkshopDownloadConfig.json

Once in this file, it should look something like this:

 

Step 3:

Within this file, you should see a section called 'File_IDs', this is where the number you recorded before will be placed.

 

It should look something like so:

File_IDs [

 WORKSHOP ID,

 ANOTHER WORKSHOP ID,

 ANOTHER WORKSHOP ID

],


Example:

File_IDs [

 12345,

 12346,

 12348

],

Once you've put in your workshop ID, save the file and start the service.

 

The service should then begin to download the Unturned map from the workshop.

If you have any issues with this knowledgebase, feel free to contact us and our support staff will assist you further.  

  • 18 Users Found This Useful
Was this answer helpful?

Related Articles

Unturned Admin Commands

How do I use Admin Commands in Unturned? Here's how you can use them!Note:This guide has been...

How to create a MySQL Database

1. Login to your game panel and click on 'Mod Manager'.2. Find where it says MySQL Database and...

Installing Rocket Plugins

To install RocketMod Plugins it's necessary to first install OpenMod which is the new .NET...

How to manage MySQL Backups

You must first install a MySQL Database onto your game panel to continue with this tutorial.Go...

How to make your Unturned server visible in the server list

Beginning in version 3.20.4.0 Unturned dedicated servers can be authenticated using a Game Server...