• Fast Download is not working
    6 replies, posted
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.AddSingleFile( "models/player/Halo3/spartan_blue.mdl" ) resource.AddSingleFile( "models/player/Halo3/Spartan_blue.phy" ) resource.AddSingleFile( "models/grim_reaper_player_model/grim.mdl" ) resource.AddSingleFile( "models/grim_reaper_player_model/grim.phy" ) resource.AddSingleFile( "models/grim_reaper_player_model/grim.vvd" ) The files are all int he corresponding foloders. Does anyone see any problems?
Use resource.AddFile, not resource.AddSingleFile.
[QUOTE=chris87;44158184]So it says it downloads the .mdl file but when anyone is in the game it shows a error.[/quote] There is a lot of confusion whether a file is downloaded or not. If the download window goes through both file.vmt and file.vmt.bzp it usually means it didn't work. If you open your console though, it tells you directly that a certain file could not be found. THAT, and add a forward slash to the end of your sv_downloadurl
I did both of those and it showed it downloading a bunch of grim stuff but when I enter the server it still shows error on the model. Just another heads up, I checked the console and there is nothing related to my grim model in there at all. One more thing. I don't think you random strangers get thanked if at all for helping another complete stranger with a server so thank you for helping:)
[QUOTE=chris87;44158265]I did both of those and it showed it downloading a bunch of grim stuff but when I enter the server it still shows error on the model. Just another heads up, I checked the console and there is nothing related to my grim model in there at all. One more thing. I don't think you random strangers get thanked if at all for helping another complete stranger with a server so thank you for helping:)[/QUOTE] Post code relating to the playermodel I've never actually been that big on gratitude :v:
I actually had one typo i was missing a l in the .mdl on one file and now it is working. Thanks all for the help :)
You should really turn off sv_allowdownload.
Sorry, you need to Log In to post a reply to this thread.