So, I have set up a new GMOD server and I am trying to set up fast download for it. I have read the tutorial and for some reason, it still does not download the uploaded bz2 files from my webserver.
The site is currently here: [URL]http://gmod.eecssh.com/garrysmod/[/URL]
My server.cfg is like this
[CODE]"ServerSettings"
{
"sv_gamemode" "Underdone"
"sv_defaultgamemode" "Underdone"
"sv_gamemodeoverride" "Underdone"
"hostname" "Noob's Underdone RPG Server!"
"rcon_password" "noobsgalore"
"sv_password" ""
"sv_region" "1" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0"
"sv_stats" "0"
"net_maxfilesize" "128"
"sv_allowdownload" "1"
"sv_allowupload" "1"
"sv_downloadurl" "http://gmod.eecssh.com/garrysmod/"
}[/CODE]
Does not seem to work, it still does not download [URL="http://gmod.eecssh.com/garrysmod/maps/ud_rebellland_beta_02b.bsp.bz2"]ud_rebellland_beta_02b.bsp.bz2[/URL]
Sorry, you need to Log In to post a reply to this thread.