Hi all, i created my own server and want that the all addons will be download via Workshop. I write in the start bat the +host_workshop_collection "collection ID", and but not all addons downloading via workshop, i download all addons only via workshop, please help!
P.S: Sorry for my bad english.
You're just adding the collection to the server. You have to create a file under lua/autorun/server and name it resource.lua (name it whatever) and inside it you have to add:
[CODE] resource.AddWorkshop("WorkshopID") --Keep in mind you CANNOT use the workshop ID you must use ID's of individual workshop content [/CODE]
Sorry, you need to Log In to post a reply to this thread.