Help (ETF)
Requirements
- A computer running windows or linux.
- Put seta logfile 1 in your ETF configuration.
Installation
- Extract the package into your ET\etf directory
Usage
Play ETF and after the game doubleclick agostats. A new file called something like 20030713-1751-stats.htm will appear in the ET\etf directory. Doubleclick that one to see the stats.
As of version 0.60 highscores for awards are kept. A new highscore is indicated by the yellow star that is printed after the awardname. You can view the highscores by doubleclicking the file called highscores.htm. If you want to reset the highscores then simply delete the file called highscores.txt. Server administrators could create weekly or monthly highscores by renaming the highscores.htm and deleting the highscores.txt at the end of the week or month.
Options
Yes this thing even has some options in the form of commandline parameters (agostats.exe -x -y -z)
-h : display help for commandline parameters
-? : display help for commandline parameters
-a : keep individual player highscores in agostats_data directory
: open the file agostats_data\players.html
-f<options> : customize output filename
: special options t(timestamp),n(mapname),r(teamscores)c(name passed with -o parameter)
: combine options for example -ft-n-r see below for more examples
-o<custom filename> : custom output filename, use in combination with -fc parameter
-i<logfile> : filename of logfile
-o<outputfile> : filename of outputfile
-l : only do stats for last game in logfile
-r : take input from stdin, sent output to stdout
-t<tablenumbers> : change table sequence, -t123456789 is the default table order.
: Table 9 is only displayed if option -m or -e is used.
-m : show global messages (mm1)
-e : show events (capture, connect, kick, etc)
-v : display programname and version
Commandline examples
agostats -d agostats -od:\server\agostats.htm agostats -e -m -id:\games\ET\etf\etconsole.log agostats -t12345
Custom filename examples:
agostats -ft : 20060204-2119.htm agostats -fn : etf_hardcore.htm agostats -fr : BLUE-6-RED-1.htm agostats -ft-n-r : 20060204-2119-eft_hardcore-BLUE-6-RED-1.htm agostats -ft+n+r : 20060204-2119+eft_hardcore+BLUE-6-RED-1.htm agostats -ostats -fc : stats.htm agostats -ostats -fct : stats20060204-2119.htm agostats -ostats -fc-t : stats-20060204-2119.htm
The -t parameter
The -t parameter is followed by a series of numbers.
Each number is a table, right now there are 9 tables :- Final score of the game
- The Prima Donnas
- Capture history
- The Teams
- The Players
- Player vs Player
- The Awards
- Detailed player info
- Global chat (mm1) and events
To see all the tables in reverse order use -t987654321
If you only wish to see table 1 then use -t1
Other examples for the -t parameter:
agostats -t1 -> create stats only containing the team scores. agostats -t3 -> create stats only containing the capture history. agostats -t333 -> create stats containing the capture history 3 times.