diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 21 insertions, 2 deletions
| @@ -1,2 +1,21 @@ | |||
| 1 | # DemoParser [](https://goreportcard.com/report/github.com/pektezol/demoparser) [](https://github.com/pektezol/DemoParser/actions/workflows/CI.yml) [](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 | Work-In-Progress demo parser for Portal 2. \ No newline at end of file | 2 | |
| 3 | Work-In-Progress demo parser for Portal 2 written in Golang. | ||
| 4 | |||
| 5 | Usage: | ||
| 6 | |||
| 7 | ```bash | ||
| 8 | $ ./parser demo.dem | ||
| 9 | ``` | ||
| 10 | |||
| 11 | Currently supports: | ||
| 12 | |||
| 13 | - File or folder input using the CLI. | ||
| 14 | - Basic parsing of demo headers each message type. | ||
| 15 | - Basic parsing of packet classes. | ||
| 16 | - Custom injected SAR data parsing. | ||
| 17 | |||
| 18 | TODO: | ||
| 19 | |||
| 20 | - StringTableEntry parsing. | ||
| 21 | - In-depth packet class parsing for each class. | ||