PlayerStats

From King Arthur's Gold Wiki
Revision as of 14:32, 18 May 2012 by Geti (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Player Stats Format Spec

The player stats format is used to save persistent statistics about a player to disk. This operation is performed each 3 minutes for all players on the server.

The files are in KAG/Logs/PlayerStats/Username.txt were Username is the name the user was present with on the server at that time.

Note that this operation is performed for all players including bots. This behaviour may change in future.


Player Stats v0.1:

format: version total_kills current_kills total_deaths current_deaths host_id host_ip hardware_id

eg: v0.1 0 0 0 0 16777343 127.0.0.1 0


More format versions will be added below if/when the format changes.