Unit293 commited on
Commit
be83b19
·
verified ·
1 Parent(s): b7150cc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - cs2
5
+ - counter-strike
6
+ - esports
7
+ - demos
8
+ - game-telemetry
9
+ ---
10
+
11
+ # CounterQuant-CS2-Demos — 2024
12
+
13
+ **Parsed CS2 demo telemetry for Tier 1 matches in 2024.**
14
+
15
+ Raw game events extracted from official HLTV demo files using awpy.
16
+ Contains round economy, kill events, flash events, and utility throws.
17
+
18
+ ## Tables
19
+
20
+ | File | Description |
21
+ |------|-------------|
22
+ | `demo_rounds_2024.parquet` | Round-level economy (T/CT buy values, money, outcome, bomb events) |
23
+ | `demo_kill_events_2024.parquet` | Every kill: weapon, headshot, smoke/blind flags, distance |
24
+ | `demo_flash_events_2024.parquet` | Flash effectiveness (enemies blinded, duration) |
25
+ | `demo_utility_events_2024.parquet` | Grenade throws (type, side, round) |
26
+
27
+ ## Notes
28
+ - Positional data (x,y,z) is excluded from this tier.
29
+ - Steam IDs are raw 64-bit values — map to HLTV player IDs via `players.parquet`.
30
+ - Source: official match demos downloaded from HLTV.org.
31
+
32
+ ## License
33
+ CC-BY-4.0