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

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slimDebug committed May 18, 2022
2 parents d3eb03d + 1b2f727 commit 6558f73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 1 addition & 2 deletions HuntMmrReader/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
<DataGrid.ContextMenu>
<ContextMenu>
<MenuItem Header="_Copy Stack trace to clipboard" Command="{Binding ClipboardCopyCommand}"
CommandParameter="{Binding SelectedDisplayException.StackTrace}">
</MenuItem>
CommandParameter="{Binding SelectedDisplayException.StackTrace}" />
</ContextMenu>
</DataGrid.ContextMenu>
</DataGrid>
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ This tool let's you read out your exact MMR as a number.
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)
4. Click _Settings_ in the menu tab and click _Edit Path..._.![grafik](https://user-images.githubusercontent.com/66317138/169058102-f069f162-1813-4978-b266-dab1a82ea01c.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_).
7. You should see something like this:![example_screenshot](https://user-images.githubusercontent.com/66317138/169058676-93fed089-2124-45ba-8d7f-d0b265660542.PNG)
8. Congratulations. You can see the MMR of all teams/players of you
r most recent match (_luckily for us this information is saved locally_).

## Reporting errors

If an error occurs and you would like to report it, please oben a GitHub issue or on the [steam guide](https://steamcommunity.com/sharedfiles/filedetails/?id=2806779825) page.\
Errors can be seen in the marked box here:\
![grafik](https://user-images.githubusercontent.com/66317138/169061726-cc95afd3-db82-4931-8a2d-347f9fbffdca.png)
It's important that you also provide a Stack trace with the error you're reporting. You can obtain a Stack trace by right clicking the error and pressing the _Copy Stack trace to clipboard_ option.

## Downloading

Expand Down

0 comments on commit 6558f73

Please sign in to comment.