dermow / TraXile

Tracking tool for Path of Exile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

Table of Contents

About

TraXile is a tool that records activities and statistics for your Path of Exile gaming and allows you to investigate, evaluate and visualize the collected data. That works for new activities while you have TraXile running, but also for activities in the past based on your logfile.

Features

Activity Tracking (Live and backwards)

Track time and other stats for your ingame activities (maps, heist contracts, sanctum...). Works for live tracking (TraXile open while you are playing) and backwards for all data in your Client.txt logfile.

Statistic collection

Collect statistics around the Game.

Data visualization

Visualize collected statistics in charts and tables.

Getting Started

Video

You can check out my introduction video to get started:

https://www.youtube.com/watch?v=jZ8eiCNOiM4

Installation

Download the latest release and execute the MSI-Installer file.

First steps

After the first start, you have to select the path to your Client.txt logfile. The most common default paths listed below:

Client Path Example
Windows (Steam) %SteamLibrary%\steamapps\commmon\Path of Exile\Logs\Client.txt C:\Steam\steamapps\common\Path of Exile\logs\Client.txt
Windows (Standalone) %InstallDirectory%\Logs\Client.txt C:\Program Files (x86)\Grinding Gear Games\Path of Exile\logs\Client.txt
Mac OS (with Crossover or similar) /Users/YOUR_USERNAME/Library/Caches/com.GGG.PathOfExile/Logs/Client.txt /Users/mow/Library/Caches/com.GGG.PathOfExile/Logs/Client.txt

After you selected the logfile, TraXile will start importing all data thats inside it - and writes that data in its own database. After the initial import, the start of TraXile will be much faster.

Update

You will be automatically notified when a new version is available. Just follow the instructions to update. If this is not working for any reason, you can always download the latest relase here and install it manually.

FAQ

Why can´t the data be filtered by character name?

Unfornately, the name of your in character is not written to the Client logfile.

Are only activities tracked if I have TraXile running while playing?

No, TraXile reads all data that is in your Client.txt logfile, so even If TraXile is not running, your maps and stuff like that will still appear in history. But you have a bunch of options while TraXile is running - for exampel you can manually pause the stopwatch.

Why is Windows warning me during the installation?

As I am developing TraXile completely in my sparetime, I am not paying for a Code Signing certificate, which is needed to be a trusted developer for Windows.

Is this app sending any data to the Internet?

Only internet connections are the check for a new version and the download of some metadata (league start and end-dates for example)

I ran two maps of the same area - and TraXile counted them as one map?

This could happen if you are running the same map multiple time in a row, and randomly two maps in a row gets the same server instance. In that case TraXile has no chance to seperate this maps automatically. There is an ingame chat command "trax::split" you could use to solve this (if it is very important for you).

Why isn´t that a web based appliation?

Because TraXile permanently reads you Client.txt logfile - thats much easier with a desktop application.

About

Tracking tool for Path of Exile

License:MIT License


Languages

Language:C# 100.0%Language:Shell 0.0%