FastDL handles textures and other content for non-workshop addons, such as HUDs or Menus.
On Polar Servers Garry's Mod Servers
With Polar Servers, FastDLing your addons couldn't be easier.
We have custom scripted an intelligent One-Click FastDL System. Just press "Fast Downloads Sync" on your service dashboard, and all the work is done for you: materials, models, resources, sounds and maps are moved from their folders in /addons to the correct folders in /garrysmod, and uploaded to our FastDL server
On other hosts, or for adding additional files manually, that aren't from /addons
Setting Up
- First, load up FTP for the easiest setup. You can also do this with file manager but it will be a bit harder.
- Navigate to /garrysmod/addons on your server
- Starting from the top to the bottom, open each addon and download any folders called "materials", "models", "particles", "resource" or "sound". Sometimes, you may find these inside a folder called "content".
Download these to a single folder on your pc, merging them all into only one "materials", one "models" etc folder. It should end up looking like this:
Don't worry if you are missing any of these folders, that just means that none of your addons needed them to be added to FastDL! - Reupload these folders to the /garrysmod folder of your server, so materials ends up in garrysmod/materials etc, along with any other files you need to fastdl.
That's it for setting up! You shouldn't have to add any code to add these files to FastDL, since the addons they came with should already have done that. Now you just need to sync it to your server!
FastDL Syncing
- Visit your server's control panel at http://gamepanel.polarservers.com
- Click the "Fast Downloads Sync" button, seen here:
You're done! Restart your server and people joining will automatically download the FastDL items.
If you have any problems, feel free to ask for help on live chat! The most common problem is accidentally removing the sv_downloadurl form your server.cfg in Configuration Files, which can be found on your control panel under the heading Fast Downloads, above your Start, Stop, Restart buttons.