Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slimDebug committed May 12, 2022
1 parent 804b8a1 commit 8d3e04a
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
HuntMmrReader
# Hunt MMR Reader

## What is this?

I made this tool for the game **Hunt: Showdown**. In this game you have some kind of rank that is represented by stars. The ranking goes from 1 to 6 stars, where 1 is the lowest and 6 is the best. These stars are bound to a number, the MMR.\
The specific rank ranges are as follows:
| MMR range | Stars |
|:---------:|:-----:|
| 0-1999 ||
| 2000-2299 | ★★ |
| 2300-2599 | ★★★ |
| 2600-2749 | ★★★★ |
| 2750-2999 | ★★★★★ |
| >= 3000 | ★★★★★★ |

This tool let's you read out your exact MMR as a number.

## How do I use this program?

1. Download the [newest release version](https://github.com/slimDebug/HuntMmrReader/releases/latest) of the unt MMR Reader. Refer to [Downloading](#Downloading) if you are unsure what version to download.
2. Extract the zip whereever you like. I recommend using [7-zip](https://www.7-zip.org/), but other utilities should work without problems as well.
3. Open the **_HuntMmrReader.exe_** file.
4. Click _Settings_ in the menu tab and click _Edit Path..._.![grafik](https://user-images.githubusercontent.com/66317138/167859972-eeff99ab-2166-4906-9480-7f4ae567e862.png)

5. Select the _attributes.xml_ file from your **Hunt: Showdown** installation folder. The file should be located in **_SteamLibrary\steamapps\common\Hunt Showdown\user\profiles\default\attributes.xml_**
6. Hit the open button.
7. You should see something like this:![grafik](https://user-images.githubusercontent.com/66317138/167861050-40446d3a-2315-4b10-84cb-2e5c31bc499e.png)
8. Congratulations. You can see the MMR of all teams/players of your most recent match (_luckily for us this information is saved locally_).

## Downloading

Hunt MMR Reader is available in two variants, but you're interested in the package that matches your architecture. If you're using `64`-bit `Win`dows, then you want `win-x64` package. If you're using `32-bit Windows`, then you want `win-x86` package. The packages can be found [here](https://github.com/slimDebug/HuntMmrReader/releases/latest).

## To be noted

- The program automatically detects if the file was modified and reads it on changes.
- Hitting **F5** forces the program to read the file.

## Can I get VAC ban or game ban for using this?

This program just reads a file. You can achieve the same with any text editor. I would say it's very unlikely to get banned for this, but at the end it is up to the **Hunt: Showdown developers** to decide who should get banned. **I'm not liable for any damage caused by this software and I'm not guaranteeing anything. In the end it is up to you and it's your risk to use this software.**

0 comments on commit 8d3e04a

Please sign in to comment.