ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Players Rank

scarzxx opened this issue · comments

is there a way to get players ranks from the DEMO ?

I am pretty sure, that no ranks are saved in a demo/replay file.

Ranks are stored in MM replays, this repo doesn't have the protobuffers in the parser to get this data tho. It's on my list to submit a PR with, but just not had time. If you're interested I added the protobuffers to the linux demoinfo repo.

Sometimes there are also the ranks that are displayed all throughout the demo (of the players that were in your party).

@rchh that would be good but need windows demoinfo :(

Maybe you could try compiling the Linux/cross-platform version with mingw64 (I have no idea if this would work)

You can compile it with visual studio with barely any code changes.

had a lot of errors compiling it

Then use Linux ;P Sorry.

@z3ntu I hate that kind of response...
@scarzxx Did you compile the .proto files and add the libprotobuf.lib ?

@scarzxx : I can share you my project which compile on Visual Studio 2015 Enterprise if you want ;)

@TheHerobrine you can share the files not the compiled .exe :P