/albion-online-stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

Primary LanguagePythonApache License 2.0Apache-2.0

Linux and OS X Build Status: Linux and OS X Build Status

Windows Build Status: Windows Build Status

Powered by Albion Online Addons

Discord

Albion Online Stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

0.7.0

How to use this app

Note this section does not require any coding knowledge. Those simple two steps are required to use this software :)

Installation

  1. On windows make sure that WinPcap is installed in your system. Npcap 0.9983 installer for Windows Vista/2008, 7/2008R2, 8/2012, 8.1/2012R2, 10/2016 (x86 and x64) Make sure to install with the "Install Npcap in WinPcap API-compatible Mode"
  2. Download latest release from https://github.com/mazurwiktor/albion-online-stats/releases/latest (.exe for windows .tar for linux and mac)
  3. Enjoy :)

Configuration

After first execution the app is going to create default configuration file named albion-online-stats.cfg. Feel free to edit it according to your needs.

Is This Allowed

  • Only monitors your own party
  • Does not modify our game client
  • Does not track players that are not within the player's view
  • Does not have an overlay to the game

Note this traits of the application are true from version 0.9.0+.

Donate

Become a patron

Getting started

Prerequisites

All platforms

  1. Clone repository:

    git clone https://github.com/mazurwiktor/albion-online-stats.git
  2. [optional] Create and activate python virtualenv

    python -m venv env
    [linux/mac] . env/bin/activate
    [windows] .\env\Scripts\activate.ps1

    or alternatively using conda and skip installing requirements step

    conda env create --file environment.yml
    conda activate albion
  3. Install requirements

    pip install -v -r requirements.txt
  4. Run the application

    [sudo on linux] python albion-online-stats.py

Contribution

Check out wiki page

License

Licensed under either of

at your option.