Hunt: Showdown

Hunt: Showdown

29 ratings
What is my MMR? [outdated]
By Sunny L. and 1 collaborators
Ever wanted to know your exact MMR? I've good news for you.
   
Award
Favorite
Favorited
Unfavorite
Introduction
In the following lines you will learn, how to get a more detailed insight into your MMR.
How does it work?
I wrote a small program that let's you read out your MMR and the MMR of your opponents from your most recent match.
Why should I trust you?
First of all you shouldn't trust any stranger on the internet. But my program is open-source[en.wikipedia.org], so you can see what it does at least. ¯\_(ツ)_/¯
On top of that you don't need to upload your personal data on some shady website. You're in full control of your data.😇
Do you have any Screenshots you can share?
I have these 😅:
Where can I find this program you talking about?
You can find it on GitHub. Sadly Steam seems to hate GitHub for some reason🤷.
Anyways here is the URL (you need to remove the space after the dot): github. com/slimDebug/HuntMmrReader#how-do-i-use-this-program
If you encounter any issues feel free to comment here or create a issue on GitHub.
32 Comments
Sunny L.  [author] 25 Jul, 2022 @ 1:21pm 
You might even find your name multiple times in the file because of this.
Sunny L.  [author] 25 Jul, 2022 @ 1:20pm 
@MoShU sadly not. The MissionBagPlayer_4_0_blood_line_name part stands for team 4 player 0 (a little bit more complicated but that's it). The MissionBagPlayer_11_0 part goes till 11 (counting starts at 0, so 12 teams, which is max in hunt if you would have a server full of solos).

The reason MissionBagPlayer_4_0_blood_line_name was always the same for you is because not everytime every entry gets updated in this file (for example you play trios, remember counting starts at 0 so the team number only goes up till 3). So in your case it's an old entry that does not gets updated. Play duos and it should change.
MoShU 25 Jul, 2022 @ 12:04pm 
I could be wrong but I believe this line indicates Owner/You
<Attr name="MissionBagPlayer_4_0_blood_line_name" value="MoShU"/>
My past 10 games, looking for my name in the files, this seems to be the same on every one of them, also on same line 2149
Sunny L.  [author] 25 Jul, 2022 @ 6:37am 
@MoShU The problem is I can't say who you are. So if my program reads this file there is no hint which of the accounts listed in there is the owner of this file/account. It only tells me what team you're in. So I could show the money found thing only for your team (which would be false, since your teammates might have found some money as well (on top of that money for bounty rewards that I would need to calculate, since the file doesn't provide this info and I have no info about this for the other teams)) and not just for you. Since I don't know who is the owner of this file/account the summary you referring to would be always wrong (at least the kills, deaths, assists and K/D/A part, the MMR part would be right). That's why it is not really possible to show money found and such, as long as I don't know the owner of this file/account. Same goes for the summary sadly.
MoShU 25 Jul, 2022 @ 4:20am 
@Sunny L. Sorry, my bad, not sure why I was thinking that you can get info on other players. What I was referring by summary, instead of looking at the columns to get the info, I could click on my name and see
[list]
[*]MMR: 2345
[*]Kills: 2
[*]Deaths: 2
[*]Assists: 3
[*]K/D/A: 2.5
etc etc
[/list]

Of course, if I'm interested on who killed me, their MMR or any other thing, I can expand the columns and see exactly what happened during the game. The new columns does make it easier to see at a glance what has happened. Regarding the money, well...... :whatisthat: , technically is pretty useless info but is available, might as well read it :CatTopHat:
Sunny L.  [author] 24 Jul, 2022 @ 5:15am 
v1.3.3 just released :hunterprofile::hunter0:

changes since v1.3.2:
- added the following four new toggleable columns that summarize multiple columns in order to improve readability:
- Overall Killed By Me
- Overall Killed By Teammate
- Overall Killed Me
- Overall Killed Teammate
Sunny L.  [author] 24 Jul, 2022 @ 2:52am 
@MoShU I get your point, but isn't the purpose of toggleable columns to just show the informtation you need? Regarding the points you mentioned:
- K/D/A: You can't/don't know how many kills other players have, you just know how many times they killed YOU. Same goes for the Death count. You only know how many times YOU killed them.
- Money found: You only find out how much money YOU have found. In addition to that I see no value in this info tbh.
- Total kills: I could add four columns. "Overall deaths by me", "Overall deaths by teammate", "Killed me X times overall", "Killed teammate X times overall"

But remember to just toggle the columns you need for the perfect overview.
MoShU 23 Jul, 2022 @ 11:31am 
Any chance you could add like a small summary for players when you click on them? Or maybe just for your hunter, something like K/D/A, money found, total kills. Since now there is downed and killed for both Deaths and Kills, makes it harder to get the info from all the columns separately
Sunny L.  [author] 20 Jul, 2022 @ 1:30am 
v1.3.2 just released :TCglass:

changes since v1.3.1:
- changed default value for toggleable columns
Sunny L.  [author] 19 Jul, 2022 @ 8:24am 
v1.3.1 just released :slimehappy:

changes since v1.3.0:
- made all columns toggleable