demoinfocs-golang icon indicating copy to clipboard operation
demoinfocs-golang copied to clipboard

A Counter-Strike 2 & CS:GO demo parser for Go (demoinfo)

Results 63 demoinfocs-golang issues
Sort by recently updated
recently updated
newest added
trafficstars

depends on #563

**Describe the bug** The m_Attributes property on gun entities, used to represent skin details, float value, StatTrak status, etc. - is sometimes populated with values that do not belong to...

This pr introduces functionality to extract player viewmodel settings (offsets and field of view) ### Changes * Added `ViewmodelOffset` and `ViewmodelFOV` methods to the `Player` struct to retrieve viewmodel settings....

**Describe the bug** Getting weapon info via gamestate.Weapons() and there are many incorrect weapons within. **To Reproduce** Download this demo and run the code below. It will log all of...

how to get the whole list of players of the match? i tried to get it like as ```ts func (h *EventHandlers) registerMatchStartHandler() { h.parser.RegisterEventHandler(func(e events.MatchStart) { gameState := h.parser.GameState()...

kind: question

Is it possible to slice the demo to consist only a round. like from 1 tick to n'th tick. ?

Bumps google.golang.org/protobuf from 1.36.4 to 1.36.6. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | google.golang.org/protobuf |...

dependencies
go

Bumps [github.com/golang/snappy](https://github.com/golang/snappy) from 0.0.4 to 1.0.0. Release notes Sourced from github.com/golang/snappy's releases. v1.0.0 Latest stable version, as of March 2025. Commits 43d5d4c Merge pull request #68 from MarkLodato/cli-readme 470b9ed README:...

dependencies