How To Set Up FastDL For Quake 3 Arena
At Game Host Bros, we offer FastDL for your Quake 3 Arena server so players can download custom files such as maps, models and materials quickly. Everything is automatic and there is no extra configuration required on your end other than uploading your custom content.
How Does FastDL Work?
Section titled “How Does FastDL Work?”While everything is automatic, there are still some things you should know about our FastDL system:
- Files are synced to
/fastdl/when you start your server. sv_downloadurlis automatically added tobaseq3/fastdl.cfg.- Files only get served to players after everything is compressed.
- You can view all the files online by checking your FastDL URL directly. You can get it by typing
sv_downloadurlinto your console.
Here is a list of folders and file types in those folders we sync.
| Folder | Extensions |
|---|---|
| baseq3/maps | .bsp, .aas |
| baseq3/models | .md3, .mdr, .tag |
| baseq3/sound | .wav, .ogg |
| baseq3/scripts | .shader, .arena, .menu |
| baseq3/textures | .jpg, .tga, .png |
| baseq3/vm | .qvm |
| baseq3 | .pk3 |
| baseq3/botfiles | .aas |
| mods | .pk3 |
If what you require isn’t listed, please reach out to a bro, and we will add what you require.
Using A Third Party FastDL
Section titled “Using A Third Party FastDL”If you want to use an external FastDL you can do so by adding another config that runs after server.cfg.
- Create a
custom_fastdl.cfgin your game folder or cfg folder where yourserver.cfgis located. - Add the line
set sv_downloadurl www.myfastdlurl.comandset sv_dlurl www.myfastdlurl.com. - Go back to your
server.cfgand add the lineexec custom_fastdlto the bottom of the file. - Restart your server.