Garry's Mod Installing a pre-made gamemode We provide 4 different pre-made gamemodes for Garry's Mod. Sandbox (Default) PropHunt Trouble in Terrorist Town (TTT/TerrorTown) Murder To install these login to the CreeperPanel and click on Garry's Mod in the left sidebar then press the red stop button in the top right Now click on Versions It will now load the Versions page where you can click Install next to the gamemode you would like to install and wait for it to finish installing. Once the gamemode has been installed you can now press the green power button in the top right to start your server.   Workshop Resources If you are having issues with missing textures/models or sounds with addons downloaded from the workshop, it may be necessary to create a file named workshop.lua in garrysmod/lua/autorun/server/ In this file you will need to enter the ID of the workshop item so it looks something like example below. -- resource.AddWorkshop("workshopID_Here") resource.AddWorkshop("557962238") -- ULib resource.AddWorkshop("557962280") -- ULX resource.AddWorkshop("127865722") -- Trouble in Terrorist Town ULX Commands If you are using a workshop collection you can use a website such as https://csite.io/tools/gmod-universal-workshop that will automatically generate the contents of the file which you can then copy and paste into the file we created previously. If you use one of our one click installed for Trouble in Terrorist Town or Prop Hunt, you will find the workshop ID on the settings page on the panel. Installing a custom workshop collection If you have your own workshop collection or one you found on the workshop that you would like to use on your server, you can set the workshop collection ID in the settings of your server. How to get the workshop ID Before being able to use your workshop collection on your server you will first need to find the workshop ID of the collection. 1. Go to the workshop collection you want to use, then in the URL bar of your browser you will see something that looks like https://steamcommunity.com/workshop/filedetails/?id=1865845871 the number after the ?id= is the workshop ID. 2. Copy the ID and paste it somewhere safe as we will need this ID later on. Setting the Workshop ID on your server 1. Click on Garry's Mod in the sidebar 2. Click on Settings 3. Scroll down on the settings page until you find an option called Workshop collection ID 4. In the textbox below Workshop collection ID you will want to paste the workshop ID we copied earlier in the previous step then click on save. If you experience issues such as textures/models or sounds not working correctly you may need to follow our guide on Workshop Resources to configure the server to tell the players that connect to download the workshop items in the workshop collection you are using.