• Workshop?
    6 replies, posted
Hi, I added this to my server in a workshop.vdf [IMG]http://puu.sh/5rtOE.png[/IMG] then added the map to my map folder, in BSP format. It's size is around 128MB, and it's giving the error "Missing Map" for people. It's on the workshop though, so shouldnt it force download for people? Map Link : [url]http://steamcommunity.com/sharedfiles/filedetails/?id=169600867[/url] Thanks for the help!
Why are you using a .vdf file? The proper way to send addons to clients is resource.AddWorkshop in a lua file. [url]http://wiki.garrysmod.com/page/resource/AddWorkshop[/url]
Company I host from uses this format [url]http://gmodwiki.net/Server/Workshop[/url] . They include a workshop.vdf by default , and make it very easy to edit. Does that method not work?
Ask your host, that sounds like a really strange method. Also, just reading the wiki page you sent, the .vdf only downloads the addons. You still have to send the addons to clients using resource.AddWorkshop.
Works now. Thanks man! So the VDF essentially adds the content onto the server?
I honestly don't know; I assume it works the same as +host_workshop_collection
workshop.vdf is old method for mounting workshop addons to server without extracting them manually, that method is now removed and replaced by +host_workshop_collection. That wiki you read is unofficial one and it seems it provides incorrect information.
Sorry, you need to Log In to post a reply to this thread.