How to setup FastDL and Collection.

Post Reply
Obligated
New to forums
New to forums
Posts: 12
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 18, 2015 3:39 pm

How to setup FastDL and Collection.

Post by Obligated »

Most people already know how to do this, If you know how to do this it might not be for you.
(This is for NFO servers)

Step 1: Create Collection
The first thing you want to do is make a collection, which can be found in
Steam>Workshop>Garry's Mod>Browse>Collection>Create Collection
add your workshop items.

Step 2: Collection ID
After you created your collection, go ahead and click that big publish button. When you click the button it should reload your page and you should see some like http://steamcommunity.com/sharedfiles/f ... ils/?id=[b]xxxxxxxxx[/b]
on the url bar. Copy last numbers at the end of the url. Go to your NFO control panel, direct to the tab that says "Easy Setup" paste the numbers from the url in Collection ID.

Step 3: API Key
You will need an API key if you do not already have one. To get an API key go to the link:http://steamcommunity.com/dev/apikey
Copy and paste the API key in the "Easy Setup" tab under API key.

Step 4: WorkShop
Direct to your FileZilla or what ever you use for files. Go to
garrysmod>lua>autorun>server
Create a file called workshop.lua (Best with NotePad++) Open the file and paste resource.AddWorkshop("")
(you will need to paste this code for every workshop addon in your collection)
Go to your collection and go to each addon and look at the url.
http://steamcommunity.com/sharedfiles/f ... ils/?id=[b]xxxxxxxxx[/b]
Copy the last numbers of the url and paste it.
resource.AddWorkshop("xxxxxxxxx")
and do this for all your workshop items.


Hope this helped the guys who needed it.
Post Reply