Skip to content

TronPaul/tf2-loggr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tf2-loggr
=========

A TF2 log parser and aggregation tool

Features
--------

-   Log parsing and aggregation
-   Basic Statistics
    -   Kill Matrix
    -   Weapon Kill/Death Matrix
    -   Item Pick Up Matrix
    -   Kills/Assists/Deaths
    -   Kills & Assists per Death
    -   Kills & Assists per Minute
    -   Damage
    -   Damage per Death
    -   Damage per Minute (while alive & total time)
    -   Headshots
    -   Backstabs
    -   Capture Points Blocked
    -   Capture Points Captured
    -   Intel Defends
    -   Intel Captures
-   Heal Statistics
    -   Heal Matrix
    -   Healing/Ubers
    -   Heal per Death
    -   Heal per Minute (while alive & total time)
    -   Ubers per Death
    -   Ubers per Minute (while alive & total time)
-   Building Statistics (?)
    -   Damage
    -   Kills
    -   Time Alive
-   Heatmaps
    -   Filtering by:
        -   Point Capture State
        -   Class
        -   Time of Round
    -   Damage (?)
    -   Item Pick Up (?)
    -   Kills
    -   Healing (?)
    -   Sentry Gun Placement (?)
-   Chat Log
-   Per Round Statistics
-   Output via
    -   JSON
    -   CSV

(?) - feature may or may not be possible with current sourcemods.
      Investigation is needed in the feasibility of adding the 
      needed data to existing log mods.

Very few features are completed at this time.  When more are I will 
start marking which are complete and which aren't.

Usage
-----

From this directory run `python tf2loggr [LOGFILE] [OUTFILE]` this
will make a csv formatted stats file at OUTFILE.

About

TF2 log parser and aggregation tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages