{"id":21900237,"url":"https://github.com/cryptoc1/cs2-launcher","last_synced_at":"2025-10-14T18:32:00.560Z","repository":{"id":222898082,"uuid":"726293838","full_name":"Cryptoc1/cs2-launcher","owner":"Cryptoc1","description":"A .NET Generic Host Builder for running CS2 Dedicated Servers.","archived":false,"fork":false,"pushed_at":"2025-09-19T22:44:22.000Z","size":648,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-09T09:32:37.449Z","etag":null,"topics":["cs2","dotnet"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Cryptoc1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-02T00:56:26.000Z","updated_at":"2025-09-19T22:44:25.000Z","dependencies_parsed_at":"2024-03-20T01:39:47.751Z","dependency_job_id":"24566577-d49b-4c43-b0f3-7082f6e2222e","html_url":"https://github.com/Cryptoc1/cs2-launcher","commit_stats":null,"previous_names":["cryptoc1/cs2-launcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cryptoc1/cs2-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fcs2-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fcs2-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fcs2-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fcs2-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptoc1","download_url":"https://codeload.github.com/Cryptoc1/cs2-launcher/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2Fcs2-launcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020354,"owners_count":26086866,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cs2","dotnet"],"created_at":"2024-11-28T15:06:51.751Z","updated_at":"2025-10-14T18:32:00.533Z","avatar_url":"https://github.com/Cryptoc1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS2 Launcher\n\n![Language](https://img.shields.io/github/languages/top/cryptoc1/cs2-launcher)\n[![Checks](https://img.shields.io/github/checks-status/cryptoc1/cs2-launcher/develop)](https://github.com/Cryptoc1/cs2-launcher/actions/workflows/default.yml)\n\nA .NET Generic Host Builder for running CS2 Dedicated Servers.\n\n|                                   |                                                                                                                                                 |\n| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |\n| `CS2Launcher.AspNetCore.App`      | [![Version](https://img.shields.io/nuget/vpre/CS2Launcher.AspNetCore.App)](https://www.nuget.org/packages/CS2Launcher.AspNetCore.App)           |\n| `CS2Launcher.AspNetCore.Launcher` | [![Version](https://img.shields.io/nuget/vpre/CS2Launcher.AspNetCore.Launcher)](https://www.nuget.org/packages/CS2Launcher.AspNetCore.Launcher) |\n\n## Getting Started\n\n- Create a new console project\n```shell\ndotnet new console -n {launcher-name}\n```\n\n- Update the project to target the Web Sdk\n```xml\n\u003cProject Sdk=\"Microsoft.NET.Sdk.Web\"\u003e\n    \u003c!-- ... --\u003e\n\u003c/Project\u003e\n```\n\n- Add a reference to `CS2Launcher.AspNetCore.Launcher`\n```shell\ndotnet add package CS2Launcher.AspNetCore.Launcher\n```\n\n- Update the `Program.cs`\n```csharp\nusing CS2Launcher.AspNetCore.Launcher;\n\nvar builder = CS2LauncherApplication.CreateBuilder( args );\n\nawait using var app = builder.Build();\nawait app.RunAsync();\n```\n\n- Update the Server configuration\n```json\n{\n    \"Server\": {\n        \"ProcessPriority\": \"Normal\",\n        \"Program\": \"C:\\\\SteamLibrary\\\\steamapps\\\\common\\\\Counter-Strike Global Offensive\\\\game\\\\bin\\\\win64\\\\cs2.exe\",\n        \"RconPassword\": \"test\",\n        \"RedirectOutput\": \"false\",\n        \"WorkshopMapIds\": [3070280193]\n    }\n}\n```\n\nNeed a proper example? Checkout the [sample](./sample) project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Fcs2-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptoc1%2Fcs2-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Fcs2-launcher/lists"}