SRCDS Steam group


missing map
#1
i am running a windows server and i am using sv_downloadurl .most of the time when a player trying to download a new map it says missing map and he can't download the map even he try again. any solution?
Reply
#2
Check your server.cfg, make sure sv_allowdownload 1 is set, and be sure when using the fast download, use quotes, and be sure it leads to the cstrike folder on your web server. Ex. sv_downloadurl "http://www.myhost.com/cstrike"

Also be sure you uploaded the correct map to the fast download server too.
Ryan White
Owner & CEO
GigabiteServers.com
Reply
#3
i have these already in my server.cfg
Reply
#4
If I have maps in my computer ? I have web server on my computer and maps are in http://127.0.0.1/cstrike/maps

sv_downloadurl "http://127.0.0.1/cstrike/" player can download maps or not ? I need to add link with external IP ( http://www.ip-adress.com/ ) or internal (127.0.0.1) IP ?
Reply
#5
you need to use your external ip
Reply
#6
Thanks Wink
Reply
#7
this is my topicSad any answer for me?
Reply
#8
Put this in server.cfg, then restart the server:

Code:
net_maxfilesize 999
Reply
#9
i have it already
Reply
#10
I had the same issue using my windows IIS server. IIS will not permit a file to download if the MIME type isn't on the MIME list. So you need to add the following types to the list yourself or have your host add it to IIS (if you are using a windows server/ If you're not I can't help you).

Extension - MIME
.bsp - application/octet-stream
.nav - application/octet-stream
.bz2 - application/octet-stream

You might need it for other file types also depending on what add-ons you have. Add the MIME then restart IIS. If it works you should be able to simply go to http://www.yourdomain.com/directory/yourmap.bsp and it should download right there in your web browser.

Tacos.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)