How To Install Steam Workshop Mods On Your Quake Live Server
Since Quake Live doesn’t support FastDL, you are required to use the Steam Workshop for downloading custom content. The benefit of this is your server and players will always have the same content.
For this example, we will be adding this killstreak sound mod to our server: Workshop Mod
- Access the Game Host Bros Panel and select your Quake Live server.
- Make sure MinQLX is installed on your server using this guide
- In the sidebar click on
Management > File Manager
. - Select the
baseq3
folder. - Open the
workshop.txt
file and add your workshop IDs to the bottom of the file. This downloads the mods to the server itself. - Open
server.cfg
and add the lineset qlx_workshopReferences 701783942
to the bottom of the file (replace the ID with your own). This forces the client to download the workshop mods. - Restart your server.
If you want to add multiple workshop mods, you MUST add all the IDs to the workshop.txt file (one ID each line) and to the server.cfg qlx_workshopReferences
line (comma separated)