diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 13 insertions, 5 deletions
| @@ -2,20 +2,28 @@ | |||
| 2 | 2 | ||
| 3 | Work-In-Progress demo parser for Portal 2 written in Golang. | 3 | Work-In-Progress demo parser for Portal 2 written in Golang. |
| 4 | 4 | ||
| 5 | Usage: | 5 | ## Couldn't Do This Without Them |
| 6 | |||
| 7 | - [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) | ||
| 8 | - [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem) | ||
| 9 | |||
| 10 | ## Usage | ||
| 6 | 11 | ||
| 7 | ```bash | 12 | ```bash |
| 8 | $ ./parser demo.dem | 13 | $ ./parser demo.dem |
| 9 | ``` | 14 | ``` |
| 10 | 15 | ||
| 11 | Currently supports: | 16 | ## Currently Supports |
| 12 | 17 | ||
| 13 | - File or folder input using the CLI. | 18 | - File or folder input using the CLI. |
| 14 | - Basic parsing of demo headers each message type. | 19 | - Basic parsing of demo headers each message type. |
| 15 | - Basic parsing of packet classes. | 20 | - Basic parsing of packet classes. |
| 16 | - Custom injected SAR data parsing. | 21 | - Custom injected SAR data parsing. |
| 17 | 22 | ||
| 18 | TODO: | 23 | ## TODO |
| 24 | |||
| 25 | - StringTableEntry parsing. ([#8][i8]) | ||
| 26 | - In-depth packet class parsing for each class. ([#7][i7]) | ||
| 19 | 27 | ||
| 20 | - StringTableEntry parsing. | 28 | [i8]: https://github.com/pektezol/DemoParser/issues/8 |
| 21 | - In-depth packet class parsing for each class. | 29 | [i7]: https://github.com/pektezol/DemoParser/issues/7 \ No newline at end of file |