Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download CSGO demo #104

Open
Julien2313 opened this issue May 18, 2020 · 3 comments
Open

download CSGO demo #104

Julien2313 opened this issue May 18, 2020 · 3 comments

Comments

@Julien2313
Copy link

I didn't find a way, with your library, to download a CSGO demo (more precisely, a .dem.info). So I don't know if I missed it or if you havn't implemented it ?

I know there might be a way as node-CSGO allows to do it : https://github.com/joshuaferrara/node-csgo/blob/master/handlers/match.js#L77

@toothrot
Copy link
Contributor

It looks like we need to do a CMsgGCCStrike15_v2_MatchListRequestFullGameInfo for a CMsgGCCStrike15_v2_MatchList response.

I don't see the csgo protos being generated. I'll send a PR.

toothrot added a commit to toothrot/go-steam that referenced this issue Feb 18, 2021
This generates most of the csgo protobuf files from the submodules
following the instructions in generator.

For Philipp15b#104
@Julien2313
Copy link
Author

Julien2313 commented Feb 18, 2021

Hello,
Thank you for your time :)

You might have some hint with the repo I'm currently using : https://github.com/akiver/boiler-writter

@Philipp15b
Copy link
Owner

I have merged #113, so the protos are now available. Thanks @toothrot! I'll leave this issue open in case someone wants to add convenience methods for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants