{"id":15762448,"url":"https://github.com/williamvenner/fastgmad","last_synced_at":"2025-05-07T22:45:54.057Z","repository":{"id":193133003,"uuid":"686426720","full_name":"WilliamVenner/fastgmad","owner":"WilliamVenner","description":"⚡ An extremely fast reimplementation of gmad.exe and gmpublish.exe","archived":false,"fork":false,"pushed_at":"2023-10-01T18:38:00.000Z","size":675,"stargazers_count":33,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T22:45:47.571Z","etag":null,"topics":["garry","garrys","garrys-mod","garrysmod","gma","gmad","gmod","gmpublish","gmpublisher","mod","steam","steam-workshop","steamworkshop","workshop"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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-APACHE","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":"2023-09-02T18:51:58.000Z","updated_at":"2025-04-17T19:42:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca66daa6-ee67-43be-a4e0-6ab78900ae98","html_url":"https://github.com/WilliamVenner/fastgmad","commit_stats":{"total_commits":81,"total_committers":1,"mean_commits":81.0,"dds":0.0,"last_synced_commit":"14fb513112f8a81bdaf5de8d9cc1a544aa877926"},"previous_names":["williamvenner/fastgmad"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Ffastgmad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Ffastgmad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Ffastgmad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilliamVenner%2Ffastgmad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilliamVenner","download_url":"https://codeload.github.com/WilliamVenner/fastgmad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967975,"owners_count":21833247,"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":["garry","garrys","garrys-mod","garrysmod","gma","gmad","gmod","gmpublish","gmpublisher","mod","steam","steam-workshop","steamworkshop","workshop"],"created_at":"2024-10-04T11:09:11.696Z","updated_at":"2025-05-07T22:45:54.035Z","avatar_url":"https://github.com/WilliamVenner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e⚡ fastgmad\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/WilliamVenner/fastgmad/releases\"\u003eDownload\u003c/a\u003e\u003c/p\u003e\n\u003cbr/\u003e\n\nAn extremely fast reimplementation of gmad.exe and gmpublish.exe.\n\n###### Prefer to use a GUI? Check out [gmpublisher](https://github.com/WilliamVenner/gmpublisher)!\n\n## Features\n\n* Up to **x100 faster** than gmad.exe\n* Publish/update Workshop addons **without creating a .GMA**\n* Create, extract and publish GMAs **all in one tool**\n* Upload addon icons in PNG, JPG or **even GIF format**\n* Drop-in replacement for gmad.exe and gmpublish.exe - **usage is identical**\n* Publish without specifying an icon if you're feeling lazy\n* `-stdin` and `-stdout` support for piping data between tools\n\n## Requirements\n\nWindows, macOS or Linux\n\n## Usage\n\u003c!--BEGINUSAGE\u003e\u003c!--\u003e\n```\nhttps://wiki.facepunch.com/gmod/Workshop_Addon_Creation\nhttps://wiki.facepunch.com/gmod/Workshop_Addon_Updating\n\nDrag \u0026 Drop\n-----------\nDrag \u0026 drop a .gma onto fastgmad to extract it\nDrag \u0026 drop a folder onto fastgmad to convert it to .gma\n\nCreating GMAs\n-------------\nfastgmad create -folder path/to/folder -out path/to/gma.gma\nfastgmad create -folder path/to/folder -out path/to/gma.gma\nfastgmad create -folder path/to/folder\nfastgmad create -folder path/to/folder -stdout\n\nExtracting GMAs\n---------------\nfastgmad extract -file path/to/gma.gma -out path/to/folder\nfastgmad extract -file path/to/gma.gma\nfastgmad extract -stdin -out path/to/folder\n\nPublishing GMAs\n---------------\n\u003e\u003e You can publish .GMAs OR addon directories (a .GMA will be automatically created for you) \u003c\u003c\n\u003e\u003e Adding an icon is OPTIONAL for publishing a new Workshop addon. A default icon will be provided for you if you don't add one. \u003c\u003c\n\nAccepted Icon Formats: JPG, PNG, GIF\nIcon Max Size: 1 MB\nRecommended Icon Dimensions: 512x512\n\nfastgmad publish -addon path/to/addon -icon path/to/icon\nfastgmad update -id 1337 -addon path/to/addon\nfastgmad update -id 1337 -addon path/to/addon -icon path/to/icon\nfastgmad update -id 1337 -addon path/to/addon -changes \"fixed something\"\nfastgmad update -id 1337 -addon path/to/addon -changes \"fixed something\" -icon path/to/icon\n\nAdditional flags\n----------------\n-max-io-threads \u003cinteger\u003e - The maximum number of threads to use for reading and writing files. Defaults to the number of logical cores on the system.\n-max-io-memory-usage \u003cinteger\u003e - The maximum amount of memory to use for reading and writing files in parallel. Defaults to 2 GiB.\n-warninvalid - Warns rather than errors if the GMA contains invalid files. Off by default.\n-noprogress - Turns off progress bars.\n\nNotes\n-----\n- CRC checking and computation is not a feature. Implementing this would slow down the program for no benefit and it is virtually unused and redundant in Garry's Mod.\n```\n\u003c!--ENDUSAGE\u003e\u003c!--\u003e\n\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/Un4akZe.gif\"/\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Ffastgmad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamvenner%2Ffastgmad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamvenner%2Ffastgmad/lists"}