-
Beta Was this translation helpful? Give feedback.
Answered by
akiver
Dec 23, 2025
Replies: 1 comment
-
|
Data are stored in a PostgreSQL database, so you can extract what you need from it. There are some examples here. Another approach would be to use https://github.com/akiver/cs-demo-analyzer to extract data into CSV or JSON files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akiver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Data are stored in a PostgreSQL database, so you can extract what you need from it. There are some examples here.
The tables you may be interested in are
shotsandgrenade_positions, but you should probably explore the database schema to find what you need.Another approach would be to use https://github.com/akiver/cs-demo-analyzer to extract data into CSV or JSON files.
CSDM internally uses it and the program is bundled with CSDM, you can find it in the
staticfolder where CSDM is installed.