I loaded a custom map into:

"/tf/custom/my_custom_files/maps/custom_map.bsp"


With sv_downloadurl blank, the beta client just reports that the map 
"maps/custom_map.bsp" is missing, and fails.

With sv_downloadurl set to "http://mydownloadserver/orangebox/tf/"; the client 
requests:

"GET /orangebox/tf/my_custom_files/maps/custom_map.bsp.bz2 HTTP/1.1"

... so I would have to change the directory structure on the fastdl server with 
the new extra level (my_custom_files) to make that work.


If, however, instead, I move the custom map to:

/tf/maps/custom_map.bsp

then the client downloads the map, as expected, from 
http://mydownloadserver/orangebox/tf/custom_map.bsp.bz2 and all is well.


Seems good to me. Server operators have the choice of where to install things, 
and the fast-dl url matches.

Just thought I'd share my findings.

Cheers,

 - Peter
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

Reply via email to