• Help with workshop auto-downloads
    1 replies, posted
Hello, I am trying to set up a DarkRP server to force client downloads of specific workshop addons. I am using Vilayer as a host. I have the commandline set to use my authkey and download from a collection: [CODE] +host_workshop_collection 247199288 -authkey 1####################8A[/CODE] This part works, and the content is on the server. However, newly connecting players do not get the custom workshop content. It briefly shows "Getting Addon #########", but it does not show the name or a progress bar. The people still dont receive addons. I also have a lua file in garrysmod/lua/autorun/server. It is named workshop.lua and contains the following: [CODE]resource.AddWorkshop("104482086") resource.AddWorkshop("104479467") resource.AddWorkshop("121961644") resource.AddWorkshop("104815552") resource.AddWorkshop("104479831") resource.AddWorkshop("109643223") resource.AddWorkshop("160250458") resource.AddWorkshop("163806212") resource.AddWorkshop("175983422") resource.AddWorkshop("105115318") resource.AddWorkshop("128089118") resource.AddWorkshop("128093075") resource.AddWorkshop("128091208") resource.AddWorkshop("117935890") resource.AddWorkshop("108424005") resource.AddWorkshop("105841291") resource.AddWorkshop("182758912") [/CODE] Content still does not download. Any help would be greatly appreciated. Thanks, Limesoda
It looks fine to me. All I can suggest is to make sure your ID's and authkey are correct.
Sorry, you need to Log In to post a reply to this thread.