{"id":15762441,"url":"https://github.com/williamvenner/gmsv_workshop","last_synced_at":"2025-05-01T02:34:06.304Z","repository":{"id":109206177,"uuid":"445998495","full_name":"WilliamVenner/gmsv_workshop","owner":"WilliamVenner","description":"📩 steamworks.DownloadUGC for the server!","archived":false,"fork":false,"pushed_at":"2024-03-07T15:41:23.000Z","size":12749,"stargazers_count":49,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T11:34:25.131Z","etag":null,"topics":["binary-module","garrys-mod","garrysmod","gmod","module","rust","steamworks","ugc"],"latest_commit_sha":null,"homepage":"https://wiki.facepunch.com/gmod/steamworks.DownloadUGC","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WilliamVenner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-09T05:05:54.000Z","updated_at":"2024-10-07T09:29:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"821be74d-4acc-4f97-80ee-d96ed1c04833","html_url":"https://github.com/WilliamVenner/gmsv_workshop","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"be1ead9e93b8fa1b104ddec4a1012cefa9c9e8d7"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fgmsv_workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fgmsv_workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fgmsv_workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Fgmsv_workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilliamVenner","download_url":"https://codeload.github.com/WilliamVenner/gmsv_workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812698,"owners_count":21647947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-module","garrys-mod","garrysmod","gmod","module","rust","steamworks","ugc"],"created_at":"2024-10-04T11:09:10.117Z","updated_at":"2025-05-01T02:34:06.283Z","avatar_url":"https://github.com/WilliamVenner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003egmsv_workshop\u003c/h1\u003e\n\nThis module allows for servers to use the [`steamworks.DownloadUGC`](https://wiki.facepunch.com/gmod/steamworks.DownloadUGC) and [`steamworks.FileInfo`](https://wiki.facepunch.com/gmod/steamworks.FileInfo) functions, enabling runtime downloading \u0026 mounting of Workshop addons and GMA files through [`game.MountGMA`](https://wiki.facepunch.com/gmod/game.MountGMA)\n\nNo additional configuration is needed, just install the module to the server and scripts can make use of it.\n\n## Installation\n\nFirst, run this command in your server console to determine the correct module to download:\n\n```lua\nlua_run print(\"gmsv_workshop_\" .. ((system.IsLinux() and \"linux\" .. (jit.arch == \"x86\" and \"\" or \"64\")) or (system.IsWindows() and \"win\" .. (jit.arch == \"x86\" and \"32\" or \"64\")) or \"UNSUPPORTED\") .. \".dll\")\n```\n\nNext, download the module from the [releases page](https://github.com/WilliamVenner/gmsv_workshop/releases)\n\nFinally, drop the DLL file in `garrysmod/lua/bin` in your server files. **If the `lua/bin` folder doesn't exist, create it.**\n\n# \"Couldn't load module library!\" error or similar\n\nEither:\n\n1. Your server is outdated\n2. **(Most likely)** Your server is running the x86-64 branch in 32-bit. If you start your x86-64 branch server using the `srcds_run` binary, this is the problem. Start it using `srcds_run_x64` to launch it in 64-bit.\n3. Garry's Mod updated the Steamworks version and this now needs to be recompiled against it, [open an issue](https://github.com/WilliamVenner/gmsv_workshop/issues) if this is the case.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Fgmsv_workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamvenner%2Fgmsv_workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Fgmsv_workshop/lists"}