jannislehmann / csgo-tools

A toolset for csgo, which automatically downloads new demos and features a demo parser for (currently basic) performance metrics on match and player basis.
10 stars 1 forks source link

Allow third-party demos #40

Open jannislehmann opened 3 years ago

jannislehmann commented 3 years ago

We want to allow the parsing of third-party demos. The main issue here is the demo importing as it heavily relies on the match id and download url.

jannislehmann commented 2 years ago

This is mostly supported and we only need a method / controller to upload demos.

jannislehmann commented 2 years ago

To check whether a demo comes from Faceit, we can inspect the demo header, which contains the server name. The server name is always the same for faceit matches. This might allow some manipulation with a custom server, but this is only a cosmetic information and not really and point of truth.