I am currently running a prophunt server with a external webhost fastdl. All the files that I upload work fine except for the maps which the players receive the "Map Missing" error. I understand that the map DOES exceed the 64MB max netfilesize so I even use BZ2 compression, but I am stuck on the point where is only will download the BSP form instead of the BZ2.
[B]Uses sv_downloadurl[/B]
- sv_allowdownload 1
- sv_allowupload 1
- sv_downloadurl "FASTDLHOST.com/fastdl/prophunt/"
[U]ISSUES:[/U]
Still tries to get the map via source dedicated servers as a regular BSP instead of "website.com/fastdl/prophunt/ph_restaurant.bsp"
Gives error of "Missing Map"
[B]Does not use sv_downloadurl[/B]
- sv_allowdownload 1
- sv_allowupload 1
- net_maxfilesize 120 (MAX 64MB) [just in case;) ]
- Map has a duped bz2 of it in the same folder
- Both types (BSP and Bz2) are still in the garrysmod/maps folder
[U]ISSUES:[/U]
Still tried to get the BSP map instead of the bz2 that is also provided
Provides the "Missing Map" Error
Post the actual link to your FastDL and set sv_allowupload/download to 0.