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

Merge gameclient and downloader #29

Closed jannislehmann closed 3 years ago

jannislehmann commented 3 years ago

When the gameclient receives the match download link from the coordinator, it should directly download it or enqueue it for later downloading. This would reduce the complexity a little and will help with a later database refactor.

jannislehmann commented 3 years ago

Will not do this for now. This might come in handy when we start supporting different sources.