{"id":19084608,"url":"https://github.com/evanlin96069/sdp-c","last_synced_at":"2025-11-12T10:30:45.688Z","repository":{"id":53091500,"uuid":"477194473","full_name":"evanlin96069/sdp-c","owner":"evanlin96069","description":"Source demo parser in C","archived":false,"fork":false,"pushed_at":"2023-11-06T12:02:53.000Z","size":4008,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T06:41:35.210Z","etag":null,"topics":["source-engine","speedrun"],"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/evanlin96069.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-04-02T23:30:22.000Z","updated_at":"2024-06-26T22:16:45.000Z","dependencies_parsed_at":"2023-11-06T13:27:31.127Z","dependency_job_id":"fcba1da8-eac3-42be-b0d8-b9d19d030ea6","html_url":"https://github.com/evanlin96069/sdp-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evanlin96069/sdp-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fsdp-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fsdp-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fsdp-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fsdp-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanlin96069","download_url":"https://codeload.github.com/evanlin96069/sdp-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fsdp-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284020991,"owners_count":26933838,"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-11-12T02:00:06.336Z","response_time":59,"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":["source-engine","speedrun"],"created_at":"2024-11-09T02:52:02.070Z","updated_at":"2025-11-12T10:30:45.670Z","avatar_url":"https://github.com/evanlin96069.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sdp-c\nSource demo parser in C.\n\n## Usage\n```\nsdp [-d|-t] [options] \u003cdemo\u003e \n```\nOptions:\n- `-h, --help` \n\u0026emsp;Display help information.\n- `-v, --version`\n\u0026emsp;Display parser version information.\n- `-d, --dump`\n\u0026emsp;Create a text representation of parsed data in the demo.\n- `-t, --tas`\n\u0026emsp;Create a afterframes TAS script of the demo to be run with the [SPT plugin](https://github.com/YaLTeR/SourcePauseTool).\n- `-o \u003cfile\u003e`\n\u0026emsp;Place the output into `\u003cfile\u003e`.\n- `-P[level]`\n\u0026emsp;Set the parsing level for dump mode. (default = auto select)\n    - `-P0`\n    \u0026emsp;Parse the header.\n    - `-P1, -P`\n    \u0026emsp;Basic timging and Parse Usercmd.\n    - `-P2`\n    \u0026emsp;Parse Net/Svc messages.\n    - `-P3`\n    \u0026emsp;Parse DataTables.\n- `--debug`\n\u0026emsp; Print debug information.\n\n## Supported Game Versions\n| Game | Basic\u003cbr/\u003eTiming | UserCmd\u003cbr/\u003eParsing | Net/Svc Message\u003cbr/\u003eParsing | DataTables\u003cbr/\u003eParsing | \n| ----------------------------- | :-: | :-: | :-: | :-: |\n| Half-Life 2 Old Engine (2153) | ✅ | ✅ | ✅ | ❌ |\n| Half-Life 2 Old Engine (2187) | ✅ | ✅ | ✅ | ❌ |\n| Dark Messiah of Might \u0026 Magic | ✅ | 🔶 | ❌ | ❌ |\n| Half-Life 2 Old Engine (4044) | ✅ | ✅ | ✅ | ✅ |\n| Portal (3258)                 | ✅ | ✅ | ✅ | ✅ |\n| Portal (3420)                 | ✅ | ✅ | ✅ | ✅ |\n| Portal (3740)                 | ✅ | ✅ | ✅ | ✅ |\n| Portal (3943)                 | ✅ | ✅ | ✅ | ✅ |\n| Source Unpack (5135)          | ✅ | ✅ | ✅ | ✅ |\n| Steampipe HL2/Portal          | ✅ | ✅ | ✅ | ✅ |\n| Portal 2                      | ✅ | ✅ | ✅ | ✅ |\n\n- Not implemented\n    - StringTables parsing\n    - User message parsing\n    - Entity parsing\n    - Game event parsing\n    - Sound parsing\n\n## Building\n```bash\n./compile.sh\n```\n\n## Other Useful Resources\n- [.dem](https://nekz.me/dem/)\n- [UncraftedDemoParser](https://github.com/UncraftedName/UncraftedDemoParser)\n- [demogobbler](https://github.com/lipsanen/demogobbler)\n- [zdem](https://github.com/mlugg/zdem)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanlin96069%2Fsdp-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanlin96069%2Fsdp-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanlin96069%2Fsdp-c/lists"}