You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you're trying to do on a high level. i.e. 'I want to create a heatmap of x but can't get that data' instead of 'I want a new function A() to provide me with data x'.
9
+
10
+
**Describe the solution you'd like**
11
+
A clear and concise description of what you want to happen.
12
+
13
+
**Describe alternatives you've considered**
14
+
A clear and concise description of any alternative solutions or features you've considered.
15
+
16
+
**Additional context**
17
+
Add any other context or screenshots about the feature request here.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# demoinfocs-golang
1
+
# demoinfocs-golang - A CSGO Demo Parser
2
2
3
-
Is a high performance CS:GO demo parser written in Go based on [Valve's demoinfogo](https://github.com/ValveSoftware/csgo-demoinfo) and [SatsHelix's demoinfo](https://github.com/StatsHelix/demoinfo).
3
+
Is a Go library for super fast parsing and analysing of Counter Strike: Global Offensive (CSGO) demos (aka replays). It is based on [Valve's demoinfogo](https://github.com/ValveSoftware/csgo-demoinfo) and [SatsHelix's demoinfo](https://github.com/StatsHelix/demoinfo).
* Access to all net-messages - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
0 commit comments