• FastDL GMod 13
    8 replies, posted
I have my webfiles in /var/www/html/gmod/ I have my serverfiles in /home/gmod/orangebox/garrysmod/ This is what is in /var/www/html/gmod/ maps (Folder) materials (Folder) models (Folder) sounds (Folder) This is what i have in my server.cfg /home/gmod/orangebox/garrysmod/cfg/server.cfg "sv_downloadurl" "www.etherzcraft.co.uk/gmod" "sv_allowupload" "1" "sv_allowdownload" "1" I can't seem to get anything to work, I even removed all the addons to make it easier. Does anyone have any idea with what is wrong? This is the error in my GMod console Missing map maps/ttt_mc_SkyIslands.bsp, disconnecting Host_Error: Bad map
Seems like it's not uploaded to the game server. I've never hosted a GMod server before, but shouldn't the path for the actual server files be garrysmod/garrysmod?
[QUOTE=LSK;38843662]Seems like it's not uploaded to the game server. I've never hosted a GMod server before, but shouldn't the path for the actual server files be garrysmod/garrysmod?[/QUOTE] Ah sorry your right its like this /home/gmod/orangebox/garrysmod
This could be an issue with your web server and not your gmod server. You need to check and see if you can actually download the map through an actual web browser. If you cannot, then you need to set the MIME type for your file extensions to 'file/download'. It should be possible to use a wildcard with this and encompass all the file types that need to be downloaded.
Is the server on Linux? Convert all file names to lowercase... it will save you a lot of headache.
You shouldnt have www/html it should be one or the other from what I know. Also, I think it's public_html not html.
[QUOTE=Samg381;38906929]You shouldnt have www/html it should be one or the other from what I know. Also, I think it's public_html not html.[/QUOTE] Different linux distros do it differently. I know CentOS uses /var/www/html as the root for the web server. I can tell he has the files in the right place since going to his website listed for sv_downloadurl provides a directory listing of the files.
Owufail just put another map in and be sure to have a steam workshop collection with the map ( to make a collection goto this link!: [url]http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers[/url] )
Why would use WorkshopDL over FastDL?
Sorry, you need to Log In to post a reply to this thread.