Blizzard / s2protocol

Python library to decode StarCraft II replay protocols
MIT License
622 stars 111 forks source link

Co-op Replay XP Data #103

Open benjaminmesser opened 4 years ago

benjaminmesser commented 4 years ago

Is there any way to obtain XP info for co-op replays? Like if a player had level 258 mastery and 123456/200000 XP towards level 259, then could that 123456 number be obtained somehow? Could the 200000 be obtained? Additionally, would it be possible to get info on how much XP was gained? And if this is not possible via replay analysis then is there any other way one might be able to do this? My goal is to create a script that analyzes XP progression among other things.

Thanks