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

Also mentioned in markus-wa/demoinfocs-golang#317 `isWalking `is using underlying CSGO flag `m_bIsWalking`, which actually means that user is holding walk button. Also reproduced it in local machine, by standing still, holding...

kind: enhancement
needs: documentation (anyone)

Originally requested on [Gitter](https://gitter.im/csgodemos/demoinfo-lib) by @skilaren > Hi, I have question, is it possible to retrieve somehow info about moment when player switched weapons and cant shoot yet simply? Or...

kind: enhancement
help wanted

**Higher goal** Allow header.FrameRate() to return the correct demo framerate even when the demo header is corrupted. **Describe the solution you'd like** One workaround is advancing the demo one frame...

kind: enhancement
needs: investigation (maintainer)
corrupt demos

**Describe the bug** Due to #280, `BombEvent.Site` may not be set for some bomb sites. Currently the only known case is Bombsite B on de_grind. **To Reproduce** two sample demos...

needs: investigation (maintainer)
corrupt demos

In my application I'm trying to track all player's purchases. For this purpose I use `ItemPickup` event, its `WeaponTraceable()` method and my own internal structure that maps every weapon's ID...

kind: enhancement
help wanted

**Describe the bug** UniqueID and UniqueID2 aren't unique for different grenades. I want to use e.Projectile.WeaponInstance.UniqueID2() in events.GrenadeProjectileThrow and e.Grenade.UniqueID2 in events.HeExplode (and similar events) to track grenades over time....

kind: enhancement
help wanted

**Describe the bug** I was parsing demofiles from HLTV and noticed that `parser.GameState().TeamTerrorists().Members()` does not return all players, but all players are in the `parser.GameState().Participants().All()`. When I looked into the...

needs: investigation (maintainer)

**Describe the bug** Players are assigned to wrong teams (T vs. CT). Sometimes there can be 9 players on CT and just one on T for example. **To Reproduce** [players-in-wrong-team-rmr-1.dem](https://broken-demos-cs2lens.s3.eu-west-1.amazonaws.com/players-in-wrong-team-rmr-1.dem)...

needs: investigation (maintainer)

**Describe the bug** When parsing a demo that was automatically recorded with `tv_autorecord` from a local server, events are not firing at all. **To Reproduce** https://cloud.mway.club/s/AQDWyN6gr23GMfj Code: ```go f, err...