Hi,
I’ve seen many complaints that players are not able to get 100% career milestone on halo waypoint because, and this is due to halo spartan assault, the users must purchase spartan assault on multiple platforms due to multiple achievements.
Now, before you say it has to be this way because it is an Xbox live limitation, this clearly isn’t the case. Yes, I will admit that multiple achievements in the profile can’t be avoided, however, through waypoint there is another way!
The solution? It’s simple! Litterally a few if statements in the code to link MULTIPLE achievements to ONE!
For example, and I know this isn’t exactly how it would look, but here is a little program snippet that can be used in halo waypoint to easily resolve this issue:
> if(hasAchievement([achievement for windows phone]117) || hasAchievement([achievement for windows desktop]117) || hasAchievement([achievement for xbox 360]117) || hasAchievement([achievement for xbox one]117)) {
> unlockWaypointAchievement(117);
> }
See how simple that is? This can be done for each achievement so anyone who gets an achievement on any platform that is a duplicate from another platform, the ONE waypoint milestone achievement will be unlocked on halo waypoint. This also makes halo waypoint achievement milestones neater and more organized.
343, please take the time out of your day to update halo waypoint accordingly. I promise it will take no longer than an hour even if programmed by someone with limited knowledge of programming like myself!
If you claim this can’t be done, I will gladly go out of my way to decompile the waypoint source code, and point you guys STEP BY STEP on how to resolve this issue so even one with no programming knowledge can add this feature in…
Please reply to this thread if you’ve read this (: thank you!
