Garry's Mod
How to Setup Workshop.dll for Gmod
Setting up Workshop.dll on your Garrys Mod server can help players download custom content faster. In this guide, we will show you how to set up Workshop.dll on your Garrys Mod server.
- Login to the SanoServers Control Panel
- Navigate to your server’s control panel
- Stop your server if it’s running.
- Click
Files
on the left-hand side of the server’s control panel - Navigate to
/garrysmod/lua/autorun/server/
- Double click on the
workshop.lua
file if it exists. If it doesn’t, create a new file and name itworkshop.lua
- For every addon that you want the client to download, place the following: resource.AddWorkshop(workshopidhere). Replace ‘workshopidhere’ with the addon’s workshop ID. This can be found at the end of the URL (numeric value).
Example:
- Save the file
- Restart your server
Your Garrys Mod server should now have Workshop.dll set up. Players will now be able to download custom content faster when they connect to your server.
Was this page helpful?