Can someone look at my fast dl set up

Post Reply
chris87
New to forums
New to forums
Posts: 13
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Mar 07, 2014 4:14 am

Can someone look at my fast dl set up

Post by chris87 »

can someone look at my fast dl set up and tell me what i have wrong because it won't download stuff like models and shows people errors

So it says it downloads the .mdl file but when anyone is in the game it shows a error. Here is a example of my current files
Server.cfg
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "http://chris1987.site.nfoservers.com/server"
net_maxfilesize 900

fastdl.lua in the lua autorun section

resource.AddFile( "models/player/Halo3/spartan_blue.mdl" )
resource.AddFile( "models/player/Halo3/Spartan_blue.phy" )
resource.AddFile( "models/grim_reaper_player_model/grim.mdl" )
resource.AddFile( "models/grim_reaper_player_model/grim.phy" )
resource.AddFile( "models/grim_reaper_player_model/grim.vvd" )


The files are all int he corresponding foloders. Does anyone see any problems?
User avatar
Aeternal
Compulsive poster
Compulsive poster
Posts: 60
Joined: Sun Nov 24, 2013 7:41 am
Contact:

Re: Can someone look at my fast dl set up

Post by Aeternal »

As it looks now it seems to be fine. Except for the fact that your fastDL file needs to go into lua/autorun/server not just lua/autorun
Image
chris87
New to forums
New to forums
Posts: 13
Joined: Fri Mar 07, 2014 4:14 am

Re: Can someone look at my fast dl set up

Post by chris87 »

Moved it to the server folder and still nothing :(
User avatar
Aeternal
Compulsive poster
Compulsive poster
Posts: 60
Joined: Sun Nov 24, 2013 7:41 am
Contact:

Re: Can someone look at my fast dl set up

Post by Aeternal »

Hmm odd. Also the max net file size is 64. You may also want to websync those files
Image
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Can someone look at my fast dl set up

Post by soja »

While your server is running, type sv_downloadurl. What is the output?

Is that all you have in your lua file, or is it just an example?

When someone selects that model, check your client console, do you get any red text saying missing model, it should give the path it is expecting to find the model in.
Not a NFO employee
chris87
New to forums
New to forums
Posts: 13
Joined: Fri Mar 07, 2014 4:14 am

Re: Can someone look at my fast dl set up

Post by chris87 »

] sv_downloadurl
"sv_downloadurl" = "http://chris1987.site.nfoservers.com/server" ( def. "" )
replicated
- Location from which clients can download missing files


I also changed it to 64 and still nothing. I am getting so flustered right now.
chris87
New to forums
New to forums
Posts: 13
Joined: Fri Mar 07, 2014 4:14 am

Re: Can someone look at my fast dl set up

Post by chris87 »

Ok never mind I got it to work. I had one typo on the files. Thank you all so much for the help :)
Post Reply