Configuring FastDL on Your Quake 3 Arena Server
Configure FastDL on your Quake 3 Arena dedicated server so players can quickly download custom maps, models, and game content.
XGamingServer provides automatic FastDL for your Quake 3 Arena server, allowing players to download custom content like maps, models, and textures quickly. No extra configuration is required on your end other than uploading your custom content.
⚠️ Warning: Players must have
cl_allowDownload 1set orAllow Downloadingturned on underSetup, thenOptionsto download custom content. This must also be set for any mods they play, so load the mod first, then run the command or enableAllow Downloading.
How Does FastDL Work?
While everything is automatic, here are some important details about the FastDL system:
- Files are synced to
/fastdl/when you start your server. sv_downloadurlis automatically added tobaseq3/fastdl.cfg.- Files are only served to players after everything is compressed.
- You can view all synced files online by checking your FastDL URL directly. Get it by typing
sv_downloadurlinto your console.
Synced Folders and File Types
| 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 you need a file type that is not listed, join our Discord and we will add it for you.
Using A Third Party FastDL
If you prefer to use an external FastDL provider, you can override the automatic URL with a custom configuration.
Create a FastDL Config
In Files, create a custom_fastdl.cfg file in your game folder or the cfg folder where your server.cfg is located.
Set Your URL
Add the following lines to the file:
set sv_downloadurl www.myfastdlurl.com
set sv_dlurl www.myfastdlurl.comLoad the Config
Open your server.cfg and add the line exec custom_fastdl at the bottom of the file.
Restart Your Server
Restart your server for the custom FastDL URL to take effect.
How is this guide?
Joining Your Quake 3 Arena Server
Join your Quake 3 Arena dedicated server using the developer console and the connect command with your server IP.
Setting Up the Map Rotation on Your Quake 3 Arena Server
Set up and customize a map rotation cycle on your Quake 3 Arena dedicated server using the levels.cfg configuration file.