Atc score
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo | name = atc_score | formattype = electronic | subcat = | subcat2 = | subcat3 = | s...") |
Dan Tobias (Talk | contribs) |
||
Line 2: | Line 2: | ||
| name = atc_score | | name = atc_score | ||
| formattype = electronic | | formattype = electronic | ||
− | | subcat = | + | | subcat = Saved Games |
| subcat2 = | | subcat2 = | ||
| subcat3 = | | subcat3 = |
Latest revision as of 12:03, 22 April 2015
atc_score is the scores file used by the game "air traffic controller".
It is plain text based and it consists of 6 columns separated by a single space.
column | representation | meaning |
---|---|---|
1 | string | player's username |
2 | string | player's host machine |
3 | string (enum) | game that was played (to get the list of available run atc -l )
|
4 | integer | number of saved planes |
5 | integer | game time |
6 | integer | real time in seconds |
There is no newline at the end of the last line.