GuilhermeFaga / hero-siege-stats

Program that captures network packets from HS server and translates it to relevant game stats.
4 stars 2 forks source link
hero-siege python qt6 scapy

Release Version Total Downloads

Hero Siege Stats

This is a simple tool that tracks the requests made between the game and the server and displays them in a nice way.

App preview

App preview

Features

Limitations

Is this allowed?

image

How to use

  1. On Windows make sure that WinPcap is installed in your system. Npcap downloads page | Direct link.

  2. Download the latest release from the releases page and run it.

  3. Start the game and play a bit. Some stats only update after changing maps.

Roadmap

Instructions for developers

Running from source

Requirements

Steps

  1. Clone the repository
  2. Run poetry install
  3. Run poetry run python hero-siege-stats.py

Building from source

Requirements

Same as running from source.

Steps

  1. Clone the repository
  2. Run poetry install
  3. Run poetry run py build.py
  4. The executable will be in the dist folder

Authors

Thanks to Shalwkz for helping me with finding the game server address.

Highly inspired by Albion Online Stats.