Actions

Atlashl

From Rabbi Blog

Revision as of 23:28, 5 November 2007 by Rabbi Bob (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ATLAS HL EDIT: Approved:

http://atlashl.sourceforge.net/


Took the dive and opened an account at Sourceforge.net. Just submitted the request to become an official project. Keep your fingers crossed!

A.T.L.A.S. HL - ADMIN TOOL LOG ANALYZER SCRIPT for HalfLife

The idea behind ATLAS comes from an HL server administration standpoint, be it Counterstrike, Day of Defeat, HL2DM and other variations, that would allow server admins to have a conduit for both presenting server logs to interested gaming communities and to be able to look for specific events/trends when analyzing a player's behavior.

ATLAS intends to be perl driven script set that will read in HalfLife formatted log files and output the results to either a static end user viewable format (HTML) or provide a formatted output that is easily translated into a database format. Under the database, a server administrator could easily track players by ID, actions performed (TK/TW) and various other attributes that are found in HL logs.

ATLAS does not intend to be or become a player vs player stat engine, but rather a long term trackable history for how players act on a server based on what actions they do in game. As one of the hardest things for a server admin to do is to track repeat offenders, ATLAS hopes to become the toolbox that helps put the tools away.

ATLAS is being developed using standard Perl, both under Linux and Windows and will strive towards producing both a Linux and Windows working version for each update produced. The main intention of ATLAS is to provide a log parsing engine to output a readable format. The secondary intention will be to provide a database ready export, of which we are currently discussing XML or comma delim, which we feel will give the end user a choice of where they would like their database data to go rather than tie into a specific engine, making it possible to go to mySQL, Access, etc, or even excel if the user desires. ATLAS will be making secondary scripts for those interested in mySQL database injection of the data.