HuntStats icon indicating copy to clipboard operation
HuntStats copied to clipboard

HuntStats is a simple application that checks for the latest matches in the Hunt: Showdown game and saving those for a simple overview.

Build Passing HuntStats Current Version Github Downloads

HuntStats

DISCLAIMER: Use at own risk, I don't know if Hunt: Showdown checks for the file being copied and or read. I'm not responsible for any action Crytek may take against people who use this application.

This is a simple application that reads and saves the XML file generated by Hunt: Showdown, essentially creating a way for you to keep track of all your matches and analyse the graphs in real time. This application saves everything in a .sqlite file found in %appdata%/HuntStats. If you experience any issues with the application this file might be needed to debug.

A thanks to everyone in The Rat's Nest discord for testing my application and for the suggestions, without them I most likely wouldn't even have made this application in the first place. Feel free to join their discord. I'll be hanging around over there :)


Hunt: Showdown removed the XML file and or parts of it, which this program needs in order to make the statistics, graphs etc. Thanks to those who have used it in the past, this was my first ever open-source published application.

Running HuntStats

The ZIP in the release contains the whole application, so the only thing needed to do is put it somewhere and run the .exe

Installation

Build HuntStats yourself

The following things are required:

Finally to build the project you need to run the following command in the root directory of HuntStats
dotnet publish -f net6.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None