This file exists once per directory, even for more than 1 player. PCC expects all information coming from the same game, the original Planets also expects this. The scores from that player data are stored in STAT.CC and can be called on several places in the game.

 +0   8 BYTEs   Signature "CC-Stat",26
 +8     WORD    Number of entries in file
+10     WORD    Size of a record. If the size of a record is expanded some
                day, old files can still be read.
+12   x RECORDs of N bytes. The current size is 130 bytes:
                 +0     WORD    Turn Number
                 +2  10 BYTEs   Date mm-dd-yyyy
                +12   8 BYTEs   Time hh:mm:ss
                +20  88 BYTEs   11 records of 8 bytes each
                                 +0     WORD    Planets
                                 +2     WORD    Capital Ships
                                 +4     WORD    Freighters
                                 +6     WORD    Bases
                +108 11 WORDs   Priority Build Points / PAL points. Note
                                that this does NOT allow representation of
                                PAL values >32k.

Historic Format

This format is written by PCC before 0.97; versions generating it probably did not circulate widely. This description is just for completeness.

 +0     WORD    Number of entries
 +2   n RECORDs of 108 bytes each:
                 +0     WORD    Turn number
                 +2  10 BYTEs   Date
                +12   8 BYTEs   Time
                +20  11 RECORDs of 8 bytes each: Planets/Capital/Freighter/Base