• FastDL broken?
    9 replies, posted
For a while now I cant seem to get FastDL to work for the life of me. Maybe it just one of those things Im missing some dumb thing. Contents of the server.cfg are below [CODE]sv_loadingurl "tortoisegaming.site.nfoservers.com/Homepage/loading.html" sv_downloadurl "http://fastdl.tgservers.net/server/" sv_allowupload 0 sv_allowdownload 1[/CODE] The addfile download file is found at garrysmod/lua/autorun/server/resource.AddFile.lua The contents look like (fyi sorry kinda large but not too bad) [CODE]--Generated with Kogitsune's Resource Generator resource.AddFile( "/models/yarnspinner_player.dx80.vtx" ) resource.AddFile( "/models/yarnspinner_player.dx90.vtx" ) resource.AddFile( "/models/yarnspinner_player.mdl" ) resource.AddFile( "/models/yarnspinner_player.phy" ) resource.AddFile( "/models/yarnspinner_player.sw.vtx" ) resource.AddFile( "/models/yarnspinner_player.vvd" ) resource.AddFile( "/materials/models/mlp/common_player/eyelashes.vtf" ) resource.AddFile( "/materials/models/mlp/common_player/lightwarp.vtf" ) resource.AddFile( "/materials/models/mlp/common_player/mask.vtf" ) resource.AddFile( "/materials/models/mlp/common_player/teeth.vtf" ) resource.AddFile( "/materials/models/mlp/common_player/tongue.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/body.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/body.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyeball_l.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyeball_r.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyelashes_applejack.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyelashes_fluttershy.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyelashes_pinkiepie.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyelashes_rainbowdash.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/eyelashes_rarity.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/hairback.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/hairback.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/hairfront.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/hairfront.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/pupil.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/tail7.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/tail7.vtf" ) resource.AddFile( "/materials/models/mlp/yarnspinner/teeth.vmt" ) resource.AddFile( "/materials/models/mlp/yarnspinner/tongue.vmt" )[/CODE] So far as far as I can tell when players connect it does not even try to download the files it just skips the whole process of downloading from the resouce.addfile and only downloads gamemode required files and etc.. (Which downloading works just not for custom things from the addfile) If someone could explain whats happening that be great. Im doing everything people say and it does not work still :l
Take out the first "/" in each line For example [lua]resource.AddFile( "materials/models/mlp/yarnspinner/tongue.vmt" )[/lua]
still not working ..
Luckily you're staying away from FastDL, compressed files have been broken for 2 months.
Enter this in your console before joining the server (make sure you've cleaned your downloads folder so you will attempt to download) [code]developer 4 download_debug 1[/code] And then show us what you get out from the console.
I have the same problem, i spoke to my regular coder and he mentioned it was a bug with garrysmod and has been flagged.
[QUOTE=hatton700;40365095]I have the same problem, i spoke to my regular coder and he mentioned it was a bug with garrysmod and has been flagged.[/QUOTE] It has already been fixed.
[QUOTE=BlackVoid;40365612]It has already been fixed.[/QUOTE] The Bzip files download now?
[QUOTE=Sgt. Sicknezz;40365997]The Bzip files download now?[/QUOTE] They should as almost all of the servers I join have things to download...
this sv_allowupload 0 replace with sv_allowupload 1
Sorry, you need to Log In to post a reply to this thread.