Anthony Martin
Anthony Martin
Threw together some quick documentation https://github.com/Blizzard/s2protocol/pull/78 I will continue to add to it as I have time but should be a good starting point. @mahousenshi - How to see the...
Sorry guess I was not 100% clear. I know the replay files has all this info what i'm talking about is the localhost REST API that is built into the...
Btw both of the sites you listed have zero stats about build orders for a player. You are assuming that players play each other a lot on the ladder which...
Yes resuming from replay does create a new replay file. Out of 110k replays uploaded this season, only ~1,800 are affected by it, so its not a huge use case...
You can take the same approach I took for sc2replaystats, I output the data to json and import it into PHP as that's my preferred language. Sadly I have not...
Will this also address the unranked section or is that as expected ?
Any news on this, does not seem that a fix made it into the next client update (unless it waited for a major patch). Would be awesome if this gets...
Question related to the mmr, I noticed that the replay file has the mmr at the time the game starts, does the calculation happen at a point where we could...
I use two things out of the metadata file, the mmr and apm. I could go back to calculating the apm my self, but I have no solid way to...
Not sure if this is a typo " scaled rating (MMR) in the init data. This is the rating that was used by the matchmaker to form the game" currently...