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

Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.32.0)](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...

dependencies

How to get CRC code of map in CS2 version of the library? The msgs2.CSVCMsg_ServerInfo don't have a GetMapCrc() function as I see

help wanted
kind: question

**Describe the bug** Failed to get equipment value at specified round(round 12), and the program crashes. **To Reproduce** demo url: https://pvp-demo-hz.oss-cn-hangzhou.aliyuncs.com/demo/normal/9205806215538562956_0.dem?response-content-disposition=attachment%3Bfilename%3D9205806215538562956_0.dem.zip&OSSAccessKeyId=LTAI4FdozZjF98JnnYvJRUeQ&Expires=1699328617&Signature=L09sAXWFLY3RlcszNOZsjHlTcXc%3D 1. Register WeaponFire event 2. call Player.EquipmentValueFreezeTimeEnd() Code: parser.RegisterEventHandler(func(e...

needs: investigation (maintainer)

I was just playing around with the lib just for fun. And it seems that a grande model is missing: `unknown grenade model 8528019637059176743` Also for some reason the demo...

needs: investigation (maintainer)

Hello! I have an issue with CS2. I can't use team clan_name because it is empty. For example. ``` p.RegisterEventHandler(func(e events.Kill) { fmt.Println("Killer clan_name: ", e.Killer.TeamState.ClanName()) # empty } ```...

kind: question

**Describe the bug** There is no kill events on Esportal demos but kills are there when demo is played with the game func(e events.Kill) is never called when parsing those...

help wanted

From what I can tell, properties of variable length array types (e.g. `CNetworkUtlVectorBase` and `CUtlVector`) consist of two things: An underlying array and length field. If the length field contains...

kind: bug
needs: investigation (maintainer)

I found that my function of getting mapname and getting each round of each game failed in the latest master, and in 4.0.0 beta2 only mapname failed. Hello, I'm very...

kind: question
needs: documentation (anyone)

### Why this PR is needed As of now it is not possible to see what "type" of knife players have equipped as they are all maped to EqKnife. This...

needs: changes (contributor)