{"id":19204699,"url":"https://github.com/openttd/steam-social","last_synced_at":"2026-03-19T08:41:18.813Z","repository":{"id":217100457,"uuid":"743084828","full_name":"OpenTTD/steam-social","owner":"OpenTTD","description":"OpenTTD's Social Integration Plugin for Steam","archived":false,"fork":false,"pushed_at":"2024-06-01T17:30:10.000Z","size":22195,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-08T21:47:28.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/OpenTTD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://www.openttd.org/donate.html"}},"created_at":"2024-01-14T09:28:20.000Z","updated_at":"2025-01-08T07:58:22.000Z","dependencies_parsed_at":"2024-01-14T15:43:11.687Z","dependency_job_id":"8103e804-a2c0-44b9-8816-7637e1c34917","html_url":"https://github.com/OpenTTD/steam-social","commit_stats":null,"previous_names":["openttd/steam-social"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OpenTTD/steam-social","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTTD%2Fsteam-social","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTTD%2Fsteam-social/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTTD%2Fsteam-social/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTTD%2Fsteam-social/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenTTD","download_url":"https://codeload.github.com/OpenTTD/steam-social/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenTTD%2Fsteam-social/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T13:09:26.758Z","updated_at":"2026-02-16T06:34:59.358Z","avatar_url":"https://github.com/OpenTTD.png","language":"CMake","funding_links":["https://www.openttd.org/donate.html"],"categories":[],"sub_categories":[],"readme":"# OpenTTD's Steam Integration Plugin\n\nThis plugin allows OpenTTD to announce what the player is doing on Steam.\n\n## Supported OpenTTD\n\n- OpenTTD 14+\n\n## Supported Platforms\n\n- Windows (32bit, 64bit)\n- Linux (x86_64)\n- MacOS (i386, x86_64, arm64)\n\n## Preparation\n\n- Lookup the latest SDK version [here](https://partner.steamgames.com/downloads/list).\n- Run `./download-sdk.sh \u003cSDK version\u003e`.\n\nIn case you can't execute `download-sdk.sh`, you have to do some actions manually:\n\n- Download the latest Discord Game SDK from [here](https://partner.steamgames.com/downloads/list).\n- Unpack the zip-file.\n- Copy the `public/steam` folder into `src/` (so there now is a `src/steam` folder with include-files).\n- Copy the `redistributable_bin` folder to `lib` (so there are now folders like `linux32` in `lib/`).\n- Make a folder `lib/win32`, and move `lib/steam_api.*` to `lib/win32/`.\n\n### Side-note\n\nhttps://partner.steamgames.com/downloads/ hosts the SDKs, and sometimes allows direct downloading.\nBut other times, it first require authentication.\nThis makes access the SDK from there a bit problematic, as availability is unpredictable.\nIn result, the SDK is also available in the branch `sdk`, and is used by the download-script / CI.\n\nIf a new SDK is released, it would need to be added to the `sdk` branch before it is available for the CI.\n\n## Building\n\nThis is a default CMake Project.\n\n```bash\nmkdir build\ncd build\ncmake -DCMAKE_INSTALL_PREFIX=$(pwd)/install ..\nmake\n```\n\nOn MacOS, you need to add `-DCMAKE_OSX_ARCHITECTURES=[arm64|x86_64|i386]` to the `cmake` line, to select which of the targets you want to build for.\n\n## Installation\n\n```bash\nmake install\n```\n\nThis creates a `lib` folder in the `install` folder of your build-dir.\n\nIn your OpenTTD folder, for example in your Documents folder, there should be a `social_integration` folder (if not, start OpenTTD once to create that folder).\nCopy the content of the `lib` folder into `social_integration/steam`.\n\nNow start OpenTTD to try out the plugin.\nStart OpenTTD with `-dmisc=1` to get a bit more information about what plugins it sees and how they are loading.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenttd%2Fsteam-social","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenttd%2Fsteam-social","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenttd%2Fsteam-social/lists"}