> 2535466437039092;5:
> > 2533274853869377;1:
> > I can’t imagine that the Halo Wars 2 player count is very high, even considering cross-play, and 343 has at least for the moment, moved on from further development of Halo Wars 2.
> >
> > But nevertheless, I want to create an app for tracking progress in the game. I’m considering making an Android app where you can see interesting stats about recent matches and maybe some advanced features. Is this anything anyone would be interested in testing down the road?
>
> That would be very well, Waypoint gives us most of what we need I think but accessibility would be huge with a app option. What features would be separate from waypoint?
Oh man, there is a true wealth of data that is recorded during a match. When I first saw what match information is provided on Halo Waypoint, I thought that it was pretty impressive. But the more I explore the API, the more I understand that the information provided on Waypoint is more of a demo of what could be accomplished.
Currently, I am only able to work on the coding of this app on my time off. But so far I have been able to write scripts that parse simple information like the gamertags of who was on your team and the enemy team in any given match, as well as the outcome (win/loss) for the last x amount of matches, and what leaders those players picked for those matches. This is all info that is found on waypoint.
There is a lot of additional information from a match that one can choose to focus on. I’ve decided to make use of army unit information, for example. Things like how many units a player built during that match and what kind of units they were. So I am able to see for any given player, not only how many hornets, marine squads, condors, etc. they built, but also how many of them were destroyed, as well as which units and how many that player destroyed of the enemy team. Something that I am currently working on now is a way to display how many resources are shared in between players of a team. So that, when you send a teammate resources or power, it will display how many you sent throughout the match and to who. Really, there’s all kinds of cool stuff to discover.
If you want to see this kind of unit information for a match that you played, reply with your gamertag and I’ll respond with the results. In a way it will help me test the code, since I only really ever play ranked 3v3 and I don’t know how it would respond to other game modes.
Here are some screenshots of the progress I’ve made so far. It’s not a lot, but I only get so much time to work on it: >>> Halo Wars 2 Match Info Progress - Album on Imgur