hello,
well as said in title my gmod fastdl is broken and I can't download any files from it.i don't know why thought maybe the webhost?
my server.cfg is set like this:[/size]
logging on
hostname "Marm's server"
rcon_password "Marm"
sv_password ""
sv_region 255
sv_lan 0
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
sv_noclipspeed 5
sv_noclipaccelerate 5
//Sandbox Settings
sbox_allownpcs 1
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sbox_noclip 1
sbox_maxprops 250
sbox_maxragdolls 5
sbox_maxnpcs 10
sbox_maxballoons 10
sbox_maxeffects 50
sbox_maxdynamite 10
sbox_maxlamps 20
sbox_maxthrusters 30
sbox_maxwheels 20
sbox_maxhoverballs 20
sbox_maxvehicles 6
sbox_maxbuttons 20
sbox_maxsents 20
sbox_maxemitters 5
sbox_maxspawners 3
sbox_maxturrets 1
//Server Settings
net_maxfilesize 100
sv_minrate 0
sv_maxrate 2500
decalfrequency 10
sv_maxupdaterate 66
sv_minupdaterate 33
//Execute ban files
exec banned_ip.cfg
exec banned_user.cfg
cl_updaterate 66
cl_cmdrate 66
rate 75188
sv_allowdownload 0
sv_allowupload 0
sv_downloadurl "ftp://u452351705@31.220.16.135/public_html/garrysmod"
sv_loadingurl "http://www.marmigamed.byethost33.com/Marm.html"
my resource.addfile lua is set like that:
if (SERVER) then
resource.AddSingleFile( "song1.mp3.bz2" )
resource.AddSingleFile( "song2.mp3.bz2" )
end
1. resource.AddFile/AddSingleFile requires you to have the whole path, so it should be sound/soundname.mp3
2. Don't include .bz2 extensions in your resource.AddFile, those are automatic.
3. Your sv_downloadurl can't be an FTP link, but rather an http:// link.
[QUOTE=code_gs;45106720]1. resource.AddFile/AddSingleFile requires you to have the whole path, so it should be sound/soundname.mp3
2. Don't include .bz2 extensions in your resource.AddFile, those are automatic.
3. Your sv_downloadurl can't be an FTP link, but rather an http:// link.[/QUOTE]
thanks for the info man
[editline]15th June 2014[/editline]
ok so I joined an other webhost because the last one was not working and when I type the url wich is marm.x10host.com/garrysmod I end up in the gmod fastdl files but when I put sv_downloadurl marm.x10host.com/garrysmod and try to join it doesn't work. why ?
The files on your server aren't packed in .bz2 format.
[QUOTE=code_gs;45113490]The files on your server aren't packed in .bz2 format.[/QUOTE]
do they have to be .bz2 ?
[QUOTE=Marmigamed;45113531]do they have to be ?[/QUOTE]
Yes. It's required.
[QUOTE=code_gs;45113753]Yes. It's required.[/QUOTE]
ok thanks
thank you man that fixed my problem.
Sorry, you need to Log In to post a reply to this thread.