03-10-2011, 07:50 PM
I've looked at many threads with the same issue, and I have not found a solution.
I have windows 7 64bit.
"-console -game cstrike -autoupdate +maxplayers 16 +map surf_greatriver_fix -tickrate 100"
I recently set up a server for Counter Strike Source, everything was working fine until I found out that other players cannot download custom maps off the server, they would receive the "missing map .bsp disconnecting"
I had all the download settings in my server.cfg
"sv_allowupload 1
sv_allowdownload 1
sv_downloadfilter all"
But they would still get the error. I decided to try creating a HTTP server, which took me hours because I had to configure Apache for my 64 bit machine. I finally got that working as players could connect to my webspace, and download the maps directly from there.
However when I set the webspace as my sv_downloadurl
"sv_downloadurl "http://<mywebspace>:8080/"
Players still receive the missing map error.
Does anyone know what could be the problem with my server? They can download the maps through the url, but when it comes to joining in-game they get the missing map error.
I have windows 7 64bit.
"-console -game cstrike -autoupdate +maxplayers 16 +map surf_greatriver_fix -tickrate 100"
I recently set up a server for Counter Strike Source, everything was working fine until I found out that other players cannot download custom maps off the server, they would receive the "missing map .bsp disconnecting"
I had all the download settings in my server.cfg
"sv_allowupload 1
sv_allowdownload 1
sv_downloadfilter all"
But they would still get the error. I decided to try creating a HTTP server, which took me hours because I had to configure Apache for my 64 bit machine. I finally got that working as players could connect to my webspace, and download the maps directly from there.
However when I set the webspace as my sv_downloadurl
"sv_downloadurl "http://<mywebspace>:8080/"
Players still receive the missing map error.
Does anyone know what could be the problem with my server? They can download the maps through the url, but when it comes to joining in-game they get the missing map error.