majikat768 / HuntStatsLogger

stats logger for Hunt: Showdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

as of February 2024, this app is no longer functional.

Crytek has patched Hunt Showdown such that hunter data is no longer stored locally. Ergo, this app will no longer track your hunts.

Hunt Stats Logger

This program was made to record hunt statistics in the game Hunt: Showdown.
It works by tracking changes in the attributes.xml file, which is updated after every Hunt, and recording them in a local sqlite database.

Data for the beetle spawn locations in the maps is from RinLove's Steam Guide.

App has to be running for hunts to be logged.

When running the app for the first time, click on Settings, Select Hunt Install Directory, and choose your Hunt install directory ( something like C:/Steam/steamapps/common/Hunt Showdown ) . Then click Change Steam Name, enter your Steam username and press Enter.

How to run

Currently I recommend running it directly as a Python script, as the executable is getting incorrectly flagged as a virus by Windows.

Otherwise, you can try downloading the latest version from the Releases. You may need to add an exception in Windows Defender.

To run script directly:

You'll need to have Python3 and pip installed. Get Python3 here. Pip should be included.

To verify they're installed, open a cmd prompt or PowerShell, and execute `python --version; pip --version` which will output the version you have installed.

open a PowerShell or cmd prompt, navigate to the git directory, and execute:

$ pip install -r requirements.txt;  python ./src/main.py

Alternatively, right click on startapp.ps1 and choose Run with PowerShell, which will automatically execute the above command.

( I'm not associated with Crytek or Hunt Showdown in any way. This program is free and open source software. )

About

stats logger for Hunt: Showdown

License:MIT License


Languages

Language:Python 99.9%Language:PowerShell 0.1%