(Kinda offtopic) Custom server missing map problem

henke37

aa
Sep 23, 2011
2,075
515
Are you using the http offloading?
 

henke37

aa
Sep 23, 2011
2,075
515
It is basically letting the clients download from a http server instead of the game server. It's much faster.
 

henke37

aa
Sep 23, 2011
2,075
515
Well, get your http server then!
 

Joshenkstone

L5: Dapper Member
Oct 24, 2015
208
184
sv_downloadurl "url to download goes here"

edit: if your map has recently been imped it should be in tf2maps redirect so your server.cfg should look somewhat like this:
Code:
//download options
sv_downloadurl "http://redirect.tf2maps.net"
cl_allowdownload 1 // optional, i'm pretty sure having it off breaks sprays.
cl_allowupload 1
net_maxfilesize 64 // if your map has a big filesize

edit2 you can easily check what maps are in the redirect on this page: http://redirect.tf2maps.net/maps
 
Last edited: