I've set up the collection download system on the Easy Setup tab from the control panel, and it downloaded most of the addons (fairly small ones), excluding only two: the ones wich filesize was ~240Mb.
Searching around the forum and other places, looks like Garry's Mod doesn't like to download heavy addons when on a dedicated server.
I tried using this Config Generator, with no results, even after multiple server restarts.
The code generated (and put in garrysmod/lua/autorun/server/resources.lua)
Code: Select all
resource.AddWorkshop( '326578232' ) -- zs_snowedin
resource.AddWorkshop( '169342118' ) -- ttt_casino_b2
resource.AddWorkshop( '124463722' ) -- ttt_bb_outpost57_b5
resource.AddWorkshop( '323893414' ) -- zs_sludge
resource.AddWorkshop( '261327740' ) -- de_wanda
resource.AddWorkshop( '349050451' ) -- Customizable Weaponry 2.0
resource.AddWorkshop( '121935805' ) -- TTT_Vessel
resource.AddWorkshop( '104516493' ) -- Nomad
I'm currently trying to upload it extracted, hoping Garrysmod recognices it this way. But I don't have a fast internet connection (hence why I needed to rent a NFOserver), and the upload tends to fail.
Why is this happening? Is uploading them extracted (not the .gma files), file by file the only solution? What more can I do to make the server download and mount these addons correctly?