diff options
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 |