2 min readUpdated Aug 25, 2026

How To Set Up FastDL On Your Military Conflict Vietnam Server

At Game Host Bros we include FastDL on every Military Conflict: Vietnam server so players can download custom files such as maps, materials and sounds quickly. Everything is automatic, and there is no configuration needed on your end beyond uploading your custom content.

How Does FastDL Work?

While it is all automatic, there are a few things worth knowing about our FastDL system:

  • Custom content you put in your /vietnam folder is compressed and synced when your server starts.
  • sv_downloadurl is added to your server.cfg for you.
  • Files are only served to players once compression has finished.
  • You can browse everything online by opening your FastDL URL, which you can get by typing sv_downloadurl into your console.

Here is a list of folders and file types in those folders we sync:

FolderExtensions
gfx.tga, .bmp
maps.bsp, .nav, .res, .txt
materials.vmt, .vtf, .raw, .svg
models.mdl, .vtx, .vvd, .phy
overviews.bmp, .txt
particles.pcf
resource.txt, .res
sound.mp3, .wav, .txt
sprites.spr, .tga, .txt

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

If you would rather use an external FastDL, you can point your server at it with a second config that runs after server.cfg.

  1. 1
    Create a fastdl.cfg in the same folder as your server.cfg.
  2. 2
    Add the line sv_downloadurl www.myfastdlurl.com.
  3. 3
    Go back to your server.cfg and add the line exec fastdl to the bottom of the file.
  4. 4
    Restart your server.