06-21-2010, 07:55 AM
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?
missing map
|
06-21-2010, 07:55 AM
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?
06-21-2010, 08:29 AM
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
06-21-2010, 05:45 PM
i have these already in my server.cfg
06-21-2010, 06:21 PM
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 ?
06-21-2010, 08:42 PM
Thanks
06-21-2010, 09:01 PM
this is my topic any answer for me?
06-22-2010, 07:43 AM
Put this in server.cfg, then restart the server:
Code: net_maxfilesize 999
06-22-2010, 06:14 PM
i have it already
07-08-2010, 01:13 PM
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. |
« Next Oldest | Next Newest »
|