From 5053478537eac61db5fa7926cdc44ec3b5f09053 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 30 Sep 2023 17:40:19 +0300 Subject: finish stringtablesentry parsing besides instancebaseline (#18) --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b916ac1..bb1ecb7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DemoParser [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/demoparser)](https://goreportcard.com/report/github.com/pektezol/demoparser) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/DemoParser/blob/main/LICENSE) -Work-In-Progress demo parser for Portal 2 written in Golang. +Source Demo Parser for Portal 2 written in Golang. ## Couldn't Do This Without Them @@ -11,19 +11,21 @@ Work-In-Progress demo parser for Portal 2 written in Golang. ```bash $ ./parser demo.dem + +$ ./parser demos/ ``` ## Currently Supports - File or folder input using the CLI. -- Basic parsing of demo headers each message type. -- Basic parsing of packet classes. +- Parsing of demo headers and each (most) message type. +- Parsing of packet classes. - Custom injected SAR data parsing. ## TODO -- StringTableEntry parsing. ([#8][i8]) - In-depth packet class parsing for each class. ([#7][i7]) +- Entity parsing. ([#17][i17]) -[i8]: https://github.com/pektezol/DemoParser/issues/8 -[i7]: https://github.com/pektezol/DemoParser/issues/7 \ No newline at end of file +[i7]: https://github.com/pektezol/DemoParser/issues/7 +[i17]: https://github.com/pektezol/DemoParser/issues/17 \ No newline at end of file -- cgit v1.2.3