How To Setup FastDL For Quake 3 Arena
Quake 3 Arena by default doesn’t let players download from your server, but at Game Host Bros, we have your server set to sv_allowDownload 1
. This means that any player can join and download maps.
When you have lots of custom maps, there are 2 ways that players can download content from your server:
- Default download: This uses the server as the map host, easier but slower.
- FastDL: This uploads the maps to a web server, slightly harder but much faster.
This guide assumes you have already uploaded custom maps to your server.
How To Sync Your FastDL
- Go to the Game Host Bros Panel and select your server.
- On the left-hand side, go to
Tools > FastDL
. - Click
Sync FastDL
. - Copy the address to your FastDL it looks something like this:
http://lonestar.gamehostbros.com/a8341d7b
- Open your
server.cfg
, located inbaseq3/server.cfg
. - Add
sv_dlUrl "http://lonestar.gamehostbros.com/a8341d7b"
into your server.cfg (Replace the URL with your unique FastDL url) - Restart your server.