Skip to main content

Installation

Requirements

  • Garry's Mod Server and Workshop Collection
  • Discord Guild with Administrator Permissions

Discord

Invite the Application

Add the Gmod Integration Bot to your Discord Guild.

Alt text

Move the Bot Role

Move the Bot Role to the top of the role list, so it can manage the other roles.

Alt text

Garrry's Mod

Add Content to Workshop Collection

Create or add the workshop content of gmod-integratoin to your workshop server collection.

Alt text

DLL

To automatically detect and get the download links for the required DLL, run this command in your server console:

lua_run http.Fetch("https://docs.gmod-integration.com/dll_detect.lua", function(b) RunString(b, "dll_detect") end)

This will print the exact DLL name and download URL for your system. You must download and install the DLL:

  • gmsv_gwsockets_<platform>.dll

Place the dll files in your garrysmod/lua/bin/ folder (create the bin folder if it doesn't exist), then restart your server.

alt text

Server OSArchitectureGWSockets DLL
Linux32-bitgmsv_gwsockets_linux.dll
Linux64-bitgmsv_gwsockets_linux64.dll
Windows32-bitgmsv_gwsockets_win32.dll
Windows64-bitgmsv_gwsockets_win64.dll