{"id":23163645,"url":"https://github.com/shockpast/gmcl_drpc","last_synced_at":"2026-02-04T02:36:03.237Z","repository":{"id":269493562,"uuid":"903751129","full_name":"shockpast/gmcl_drpc","owner":"shockpast","description":"📺 Discord Rich Presence for Garry's Mod (binary module)","archived":false,"fork":false,"pushed_at":"2024-12-24T00:11:55.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T23:51:08.975Z","etag":null,"topics":["discord","discord-rpc","drpc","garrysmod","gmod","gmod-module"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shockpast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-15T13:26:08.000Z","updated_at":"2024-12-24T00:11:58.000Z","dependencies_parsed_at":"2024-12-24T01:24:15.244Z","dependency_job_id":"3c26eda7-b509-499a-95e2-51f19d2a23a3","html_url":"https://github.com/shockpast/gmcl_drpc","commit_stats":null,"previous_names":["shockpast/gmcl_drpc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockpast%2Fgmcl_drpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockpast%2Fgmcl_drpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockpast%2Fgmcl_drpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockpast%2Fgmcl_drpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shockpast","download_url":"https://codeload.github.com/shockpast/gmcl_drpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767571,"owners_count":21961137,"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":["discord","discord-rpc","drpc","garrysmod","gmod","gmod-module"],"created_at":"2024-12-18T00:29:38.272Z","updated_at":"2026-02-04T02:36:03.191Z","avatar_url":"https://github.com/shockpast.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Rich Presence for Garry's Mod\n\nA binary module that implements Discord Rich Presence functionality for Garry's Mod, allowing you to display detailed game status in your Discord profile.\n\n## Installation\n\n1. Download the latest release from the [releases page](https://github.com/shockpast/gmcl_drpc/releases/latest)\n2. Place the binary module in your Garry's Mod `garrysmod/lua/bin` folder\n\n## Usage\n\n```lua\n-- Initialize Discord RPC with your application ID\nDiscordRPC.Initialize(\"YOUR_APP_ID\")\n\n-- Update your presence\nDiscordRPC.UpdatePresence({\n  details = \"Playing on a server\",\n  state = \"In Game\",\n  large_image_key = \"game_logo\",\n  large_image_text = \"Garry's Mod\",\n  small_image_key = \"status_icon\",\n  small_image_text = \"Online\",\n  party_size = 1,\n  party_max = 32,\n  buttons = {\n    {\n      label = \"Join Game\",\n      url = \"steam://connect/...\"\n    }\n  }\n})\n\n-- Shutdown when done\nDiscordRPC.Shutdown()\n```\n\n## Building\n\n### Prerequisites\n- [garrysmod_common](https://github.com/danielga/garrysmod_common) *(x86-64-support-sourcesdk)*\n- [Discord RPC SDK](https://github.com/harmonytf/discord-rpc)\n- Premake5\n\n### Steps\n1. Clone the repository\n2. Place Discord RPC SDK files in `source/dependencies/windows` *(from latest action)*\n3. Run `premake5 vs2019` (or your preferred generator)\n4. Build the solution\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockpast%2Fgmcl_drpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshockpast%2Fgmcl_drpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockpast%2Fgmcl_drpc/lists"}