From 44eefefe67a4a5f514faa4594370346fd1b54996 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:26:40 +0300 Subject: organize packets and classes (#9) --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e446603..b916ac1 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,28 @@ Work-In-Progress demo parser for Portal 2 written in Golang. -Usage: +## Couldn't Do This Without Them + +- [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser) +- [@NeKzor](https://github.com/NeKzor): For [nekz.me/dem](https://nekz.me/dem) + +## Usage ```bash $ ./parser demo.dem ``` -Currently supports: +## Currently Supports - File or folder input using the CLI. - Basic parsing of demo headers each message type. - Basic parsing of packet classes. - Custom injected SAR data parsing. -TODO: +## TODO + +- StringTableEntry parsing. ([#8][i8]) +- In-depth packet class parsing for each class. ([#7][i7]) -- StringTableEntry parsing. -- In-depth packet class parsing for each class. +[i8]: https://github.com/pektezol/DemoParser/issues/8 +[i7]: https://github.com/pektezol/DemoParser/issues/7 \ No newline at end of file -- cgit v1.2.3