Download Script: TrackTor (Stat Tracking)

godofgames

Member
bugged for me. first game it was worked fine but now on frost it only counted my MAs nothing else ...
also my flagalert isnt working since 2 days or so ... but i changed nothing ...

Exact same thing happened to me, but as far as the first game it worked great!
 

Volt Cruelerz

Legions Developer
Does it track all deaths or just non-suicides?

I'm also assuming one day this might save it to txt files or something so that you could track your long term stats?
 

Unknown

Private Tester
I love it! Only thing missing is number of grabs.

EDIT: Fastest grab and average grab speed are also good ideas, but maybe optional!
 

Lcam

Member
I like it!
But can you put it like official upload.
Because the new players are not going to find this post!
 

Frost

Member
If possible total damage dealt would be a nice addition since there's tons of ks'ing in legions (not complaining)
 

Redvan

Private Tester
yeah, its buggin for me too. I'll work for a match or 2, but then just stop tracking. MAs seem to work still though
 

Immanent

Member
Very very nice.
Does MA kills count towards MA AND Kills?
Oya is it customizable so I can extend M for MidAir, K for Kill etc... :)
 

Shisk

Member
Very very nice.
Does MA kills count towards MA AND Kills?
Oya is it customizable so I can extend M for MidAir, K for Kill etc... :)

You get +1 ma if the ma message appears, also for each ma

Just search for TrackTor_update() and change it (shouldnt be to hard)
Code:
function TrackTor_update()
{
    %data = "Kills:" SPC TrackTor.kills NL
            "Mid-airs:" SPC TrackTor.midairs NL 
            "Caps:" SPC TrackTor.caps NL 
            "Graps:" SPC TrackTor.grabs NL 
            "Returns:" SPC TrackTor.returns NL 
            "Deaths:" SPC TrackTor.deaths;
    HudOverlay.setHudElementText($HudOverlay::TrackTor, %data);
}


@Rockey
There is a typo in TrackTor_list
Code:
echo("Retruns: ", TrackTor.returns);
Another one in TrackTorDebug
Code:
echo("TracTorDebug: ",stripColorCodes(replaceTeamStrings(detag(%name))));
 

RockeyRex

Legions Developer
Oh... Forgot that line in there. Also the list is not really used.

I'll see why it stops working after a few games.

bugged for me. first game it was worked fine but now on frost it only counted my MAs nothing else ...
also my flagalert isnt working since 2 days or so ... but i changed nothing ...
You sure it stopped working 2 days ago and not 2 weeks ago? :p
The nade update broke it. Go redownload for a fix.
 
Top