- Stop your server.
- Right-click your Fast Downloads Link/URL and click copy link
- Go to the mods
server.cfg
(NOT THE VANILLA server.cfg in the "configuration files" section)
Modsserver.cfg
will be located atMods/ModNameHere
, for exampleMods/ModWarfare
- Open the mod's
server.cfg
, find the following section:// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
//seta sv_wwwBaseURL "http://www.your_website.com/base_folder"
seta sv_wwwDlDisconnected "1"
Remove the//
in front ofseta sv_wwwBaseURL
Replacehttp://www.your_website.com/base_folder
with your Fast Downloads link/URL you copied earlier.
For exampleseta sv_wwwBaseURL "http://redirect.pingperfecthosting.com/937339"
- Save the file.
- Make sure the folders being synchronised are all in lowercase, as Fast Downloads is case specific.
Therefore, the mods folder should be namedmods
The custom maps folder should be namedusermaps
Any mod folders should be lowercase as well!
- Click the "Fast Downloads Sync" button in your game panel to ensure all custom maps are loaded onto your Fast Downloads server, ready to send to players when they join.
- Start your server, it should be working.
- Make sure
cl_wwwDownload
is set to1
in-game or your client will always download directly from the game server, not the Fast Downloads server.