diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-30 17:40:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 17:40:19 +0300 |
| commit | 5053478537eac61db5fa7926cdc44ec3b5f09053 (patch) | |
| tree | ae28630f18d709f72369848a210abc3251c86cdf /README.md | |
| parent | update messages todo (#16) (diff) | |
| download | sdp.go-5053478537eac61db5fa7926cdc44ec3b5f09053.tar.gz sdp.go-5053478537eac61db5fa7926cdc44ec3b5f09053.tar.bz2 sdp.go-5053478537eac61db5fa7926cdc44ec3b5f09053.zip | |
finish stringtablesentry parsing besides instancebaseline (#18)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # DemoParser [](https://goreportcard.com/report/github.com/pektezol/demoparser) [](https://github.com/pektezol/DemoParser/blob/main/LICENSE) | 1 | # DemoParser [](https://goreportcard.com/report/github.com/pektezol/demoparser) [](https://github.com/pektezol/DemoParser/blob/main/LICENSE) |
| 2 | 2 | ||
| 3 | Work-In-Progress demo parser for Portal 2 written in Golang. | 3 | Source Demo Parser for Portal 2 written in Golang. |
| 4 | 4 | ||
| 5 | ## Couldn't Do This Without Them | 5 | ## Couldn't Do This Without Them |
| 6 | 6 | ||
| @@ -11,19 +11,21 @@ Work-In-Progress demo parser for Portal 2 written in Golang. | |||
| 11 | 11 | ||
| 12 | ```bash | 12 | ```bash |
| 13 | $ ./parser demo.dem | 13 | $ ./parser demo.dem |
| 14 | |||
| 15 | $ ./parser demos/ | ||
| 14 | ``` | 16 | ``` |
| 15 | 17 | ||
| 16 | ## Currently Supports | 18 | ## Currently Supports |
| 17 | 19 | ||
| 18 | - File or folder input using the CLI. | 20 | - File or folder input using the CLI. |
| 19 | - Basic parsing of demo headers each message type. | 21 | - Parsing of demo headers and each (most) message type. |
| 20 | - Basic parsing of packet classes. | 22 | - Parsing of packet classes. |
| 21 | - Custom injected SAR data parsing. | 23 | - Custom injected SAR data parsing. |
| 22 | 24 | ||
| 23 | ## TODO | 25 | ## TODO |
| 24 | 26 | ||
| 25 | - StringTableEntry parsing. ([#8][i8]) | ||
| 26 | - In-depth packet class parsing for each class. ([#7][i7]) | 27 | - In-depth packet class parsing for each class. ([#7][i7]) |
| 28 | - Entity parsing. ([#17][i17]) | ||
| 27 | 29 | ||
| 28 | [i8]: https://github.com/pektezol/DemoParser/issues/8 | 30 | [i7]: https://github.com/pektezol/DemoParser/issues/7 |
| 29 | [i7]: https://github.com/pektezol/DemoParser/issues/7 \ No newline at end of file | 31 | [i17]: https://github.com/pektezol/DemoParser/issues/17 \ No newline at end of file |