Skip to main content

Workshop Resources

ThisIf guideyou isare currentlyhaving incompleteissues andwith ismissing atextures/models workor insounds progresswith soaddons somedownloaded stepsfrom the workshop, it may be missing

In order for the client that is connecting to your server to download all the necessary files, you may need to create a file callednamed workshop.lua in garrysmod/lua/autorun/server/

once

In you have created the workshop.luathis file you will need to getenter the ID of the workshop collectionitem ID,so ifit 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 usedare 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 premadeone gamemodeclick optionsinstalled for Trouble in Terrorist Town or createdProp your own collection and set the ID in the settingsHunt, you canwill find the collectionworkshop ID on the settings page.

page

Now that you have your collection ID you can visit a website such as https://csite.io/tools/gmod-universal-workshop where you can enter your collection ID and it will auto-generateon the content that you need put in the workshop.luapanel.