demoinfocs-golang
demoinfocs-golang copied to clipboard
A Counter-Strike 2 & CS:GO demo parser for Go (demoinfo)
The latest update added a new `EDemoCommands_DEM_AnimationHeader` demo command, which causes the current master to fail on all the new demos. This PR updates protobufs, generates *pb.go files, and adds...
**Describe the bug** After parsing the entire demo, at the end of the parse it will show this error failed to parse demo: unexpected EOF: demo stream ended unexpectedly (ErrUnexpectedEndOfDemo)...
**Describe the bug** Player inventories contain items marked as `UNKNOWN` Parsing prints out `unknown grenade model 7715198341845107231` Maybe related or two separate issues. This happens for POV demos. **To Reproduce**...
**Describe the bug** Since the v4.1.0 that introduced POV support for CS2 demos, many fields may be `nil` and cause panic for consumers. **To Reproduce** Git clone the [CS demo...
I was using the test scripts in the [heatmap example](https://github.com/markus-wa/demoinfocs-golang/blob/master/examples/heatmap/heatmap.go) and the [nade trajectory example](https://github.com/markus-wa/demoinfocs-golang/blob/master/examples/nade-trajectories/nade_trajectories.go). Got this error: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
**Describe the bug** `unknown equipment with index 526` messages spread randomly across the match when parsing for events. [6069107.txt](https://github.com/markus-wa/demoinfocs-golang/files/14484059/6069107.txt) **To Reproduce** https://esportal.com/en/match/6069107 **Library version** v4.0.5 **Additional context** Does not happen...
In lately introduced update two extra bits that represents: 1. is "preserve" or "update" event - we already know that 2. is entity visible in PVS (valve's exact name: ``m_bVisibleinPVS``)...
Follow up from #501 > My hunch is that it has something to do with this: > > message ProtoFlattenedSerializerField_t { > message polymorphic_field_t { > optional int32 polymorphic_field_serializer_name_sym =...
Bumps google.golang.org/protobuf from 1.31.0 to 1.34.0. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | google.golang.org/protobuf |...