Skip to content

EntropiaTally/entropia-tally-app

Repository files navigation

Entropia Tally

Tracking software for Entropia Universe

Features (v0.11.x)

  • Keeps track of
    • Loot, Globals, HoFs and rare items
    • Attributes & Skills
    • Offense & Defense statistics
    • Enhancer breaks & Tier increases
    • Kill count
    • Session time
  • Hunting returns
  • Graphs (item drop rate, returns over time)
  • Combined stats for multiple runs
  • Saves data historically (xlsx export available)
  • Weapon sets
  • Hunting notes
  • Overlay (with custom css support)

Getting started

Entropia Tally website

Install

GNU/Linux and Windows supported (64-bit only).

Downloads are available in Releases HERE

GNU/Linux

  • AppImage (Automatic updates)
  • deb

The AppImage needs to be made executable after download.

Windows

  • Installable (Automatic updates)
  • Portable

CLI

Only interested the CLI or want to build your own interface?

Check out the entropia-tally-cli

Development

Built with Electron.

Setup

$ yarn install

Run locally in development mode

$ yarn dev

Create packaged production builds

$ yarn dist

Support

Support and feature requests provided through Github Issues

Want to contribute? Make a Pull request