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.
The ZIP in the release contains the whole application, so the only thing needed to do is put it somewhere and run the .exe
The following things are required:
- Windows with the .NET 6.0 SDK installed.
- I recommend using the latest version of Visual Studio or JetBrains Rider.
- .NET Maui installed (Either through Visual Studio or with the CLI
dotnet workload install maui
)
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