---Posted here cause this is not necessarily a issue with PLAYING gmod as the Help and Support Forum requires---
Hello.
I have made a server with gameservermanagers (just to speed things up) and I am trying to get fastdl going.
I have generated a fastdl folder with the fastdl command from gameservermanagers and properly setup a apache webserver to it. I have added the website url in my cfg files using sv_loadingurl.
I, however, noticed that the fastdl script hasnt compressed or added any of my addons to said fastdl folder. So I went ahead and added all my addons in my workshop.lua file using resource.AddWorkshop.
Yet my users still get missing textures on some addons. Why?
Post your server.cfg and resource.AddFile/AddWorkshop file.
Your sv_downloadurl needs a protocal prefix ([url]http://)[/url] and a slash afterward since "fastdl" is a folder. Also, your resource.AddFile calls should be relative to a virtual garrysmod folder, meaning removing the gamemodes/terrortown/content/ and starting only with materials, models, sound, particles, or resource. You do not need to add maps to the resource list, this is done automatically.
Sorry, you need to Log In to post a reply to this thread.