This is a short guide to hosting a custom level on a Hurtworld Server.
Finding the Workshop ID[]
The first thing we need to do is find the Workshop ID for this level. The easiest way to find this is just look at the URL of the level on Steam Workshop. The Workshop ID will be the last number in the URL. For instance, if we wanted to host the Aim Arena level:
https://steamcommunity.com/sharedfiles/filedetails/?id=663477235
Therefore, the ID is 663477235
Setting the Map in Autoexec.cfg[]
Now, give the level argument in your autoexec.cfg file where you pass the `host` command. You need to put `w-` before the Workshop ID, so the game knows that it's a workshop level. So, to host Aim Arena, we would have the command:
host 12871 w-663477235