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?
Can someone look at my fast dl set up
-
- New to forums
- Posts: 13
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Mar 07, 2014 4:14 am
Re: Can someone look at my fast dl set up
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

Re: Can someone look at my fast dl set up
Moved it to the server folder and still nothing 

Re: Can someone look at my fast dl set up
Hmm odd. Also the max net file size is 64. You may also want to websync those files

Re: Can someone look at my fast dl set up
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.
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
Re: Can someone look at my fast dl set up
] 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.
"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.
Re: Can someone look at my fast dl set up
Ok never mind I got it to work. I had one typo on the files. Thank you all so much for the help 
