Recently I wanted to add M9K weapons to my DarkRP server, I added them into a collection and added to the collection to the server using [URL="http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers"]this method.[/URL] On start the server mounts the files correctly and everything goes smooth, although when a user joins it's doesn't download the pack to their client like I expect it would and they can't see them as a result. It downloads everything from FastDL as normal but nothing downloads from workshop. I'm wondering if I've missed a step or done something wrong, any help would be appreciated, thanks!
[highlight](User was banned for this post ("wrong section" - postal))[/highlight]
Create a lua file in lua/autorun/server with lines of resource.Addworkshop("workshopidhere") for each addon in your collection (collections by themselves aren't supported).
[url]http://wiki.garrysmod.com/page/resource/AddWorkshop[/url]
[QUOTE=code_gs;42115499]Create a lua file in lua/autorun/server with lines of resource.Addworkshop("workshopidhere") for each addon in your collection (collections by themselves aren't supported).
[url]http://wiki.garrysmod.com/page/resource/AddWorkshop[/url][/QUOTE]
Ah! Thank you so much!
Don't know if it is just me but do the addons actually download?
[QUOTE=code_gs;42115499]Create a lua file in lua/autorun/server with lines of resource.Addworkshop("workshopidhere") for each addon in your collection (collections by themselves aren't supported).
[url]http://wiki.garrysmod.com/page/resource/AddWorkshop[/url][/QUOTE]
Do the download options block this? Really annoying having to download tons of garbage just to join some random server (I stop joining and blacklist as soon as I see it).
[QUOTE=unrezt;42121006]Do the download options block this? Really annoying having to download tons of garbage just to join some random server (I stop joining and blacklist as soon as I see it).[/QUOTE]
Not sure.
Sorry, you need to Log In to post a reply to this thread.