ValveSoftware / csgo-demoinfo

CS:GO demo parsing tool
BSD 2-Clause "Simplified" License
489 stars 101 forks source link

Players Rank #6

Open scarzxx opened 8 years ago

scarzxx commented 8 years ago

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

z3ntu commented 8 years ago

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

rchh commented 8 years ago

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.

bugdone commented 8 years ago

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

scarzxx commented 8 years ago

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

z3ntu commented 8 years ago

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

bugdone commented 8 years ago

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

scarzxx commented 8 years ago

had a lot of errors compiling it

z3ntu commented 8 years ago

Then use Linux ;P Sorry.

hugoattal commented 8 years ago

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

hugoattal commented 8 years ago

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

scarzxx commented 8 years ago

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