NOTE: This file type is only documented here for historical reasons. It is no longer supported by recent versions of PCC. Since version 1.0, it exclusively uses the KOREx.DAT file format from Winplan. Do not use this file format.

The file consists of several chunks of variable length. It ends with a block with all values 0. The file contains the unpacked version of the Winplan part of a RST file. Records that were empty in the Winplan file do never appear here.

 +0     WORD    Number of records in this chunk
 +2     WORD    Type of record
                 0      End of File
                 1      Ufo
                 2      Target
                 3      Explosions
                 4      Ion Storms
                 5      Mine fields
                others are reserved and ignored
 +4     WORD    Size of one record of this kind. It is not allowed to
                enlarge the record size of an already assigned record
                type. This field is only for calculating how many bytes
                to skip for really unknown records.
 +6   n BYTEs   Data
                --- Ufo ---
                 +0     WORD    Ufo number (1..100)
                 +2  78 BYTEs   Ufo record from UFO.HST
                --- Target ---
                 +0  34 BYTEs   Normal TARGETx.DAT record
                --- Explosions ---
                 +0     WORD    Id of explosion (ignored by PCC)
                 +2     WORD    X
                 +4     WORD    Y
                --- Ion Storms ---
                 +0     WORD    Id (1..50)
                 +2     WORD    X
                 +4     WORD    Y
                 +6     WORD    Radius
                 +8     WORD    Voltage
                +10     WORD    Warp
                +12     WORD    Heading
                                See also GREY.HST and the RST file format.
                --- Mine Fields ---
                 +0     WORD    Id
                 +2     WORD    X
                 +4     WORD    Y
                 +6     WORD    Radius
                 +8     WORD    Owner (1..11), 12=Crystalline Web Mines