• FastDL Problem (Models and Materials)
    8 replies, posted
Hello I have a problem with fastDL, People cant download my files. I am 100% they are in Fast Dl and its correct set-up I have also following this: [url]http://facepunch.com/showthread.php?t=1205015[/url] I've tried all the solutions without any success. also tried: sv_allowupload "0/1" sv_allowdownload "0/1" Added Materials both in Addons and Materials/Models map, Also have made a force fastdl config. Any suggestions?
This section is about lua. How's this related?
[QUOTE=ms333;39505028]This section is about lua. How's this related?[/QUOTE] ^The setup. Common mistakes (Well .. I think they are): - sv_downloadurl "http://www.mysvdownloadurl.com/garrysmod/" (remember to set the url for the right location) - Remember to add any materials, models, sounds, resources (e.g. fonts etc) to the "download list" with resource.AddFile(file path). Some addons dos it .. some don't. ([b]Important[/b]: Keep the files in the right folders: -addons/myaddon/materials/mymaterial.vtf => materials/mymaterial.vtf on the webserver -addons/myaddon/models/mymodel.mdl => models/mymodel.mdl on the webserver -addons/myaddon/sound/policesounds/police1.wav => sound/policesounds/police1.wav If it still doesn't work try follow this: [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index70e8.html[/url]
[QUOTE=Nak;39505292]^The setup. Common mistakes (Well .. I think they are): - sv_downloadurl "http://www.mysvdownloadurl.com/garrysmod/" (remember to set the url for the right location) - Remember to add any materials, models, sounds, resources (e.g. fonts etc) to the "download list" with resource.AddFile(file path). Some addons dos it .. some don't. ([b]Important[/b]: Keep the files in the right folders: -addons/myaddon/materials/mymaterial.vtf => materials/mymaterial.vtf on the webserver -addons/myaddon/models/mymodel.mdl => models/mymodel.mdl on the webserver -addons/myaddon/sound/policesounds/police1.wav => sound/policesounds/police1.wav If it still doesn't work try follow this: [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index70e8.html[/url][/QUOTE] Hi Nak, I have set files in right folders and downloadurl is correct. And I've follow that tutorial. Can It be a issue that my Host have done wrong?
Where do you have your host? Is it on Elpishost.com? Then you have to move all materials/sounds etc to main garrysmod folder then sync fast dl.
Do you have a file that tells the clients to download the files such as an autorun file if not that could be your problem
Sorry been of for somedays I made it work (kinda) People is downloading the models but they cant see the model ingame. Its still an "Error". [B]Edit: People can see the model now but its pink and black.[/B]
bump
posting my standard picture [t]http://anyup.me/v/gmv6[/t] Make sure the path you add in resource.AddFile is the [b]EXACT[/b] path to the file (including casings, h[b]e[/b]llo is NOT the same as h[b]E[/b]llo) and that the file actually does exist on FastDL in the proper folder structure. You can further debug this by entering the following in your game console and joining the server. [code]developer 4 download_debug 1 clear[/code]
Sorry, you need to Log In to post a reply to this thread.