Changes between Version 6 and Version 7 of ArmyBuilder/ABFileFormat


Ignore:
Timestamp:
04/16/09 20:58:44 (11 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArmyBuilder/ABFileFormat

    v6 v7  
    4949 * Four unknown bytes with varying values
    5050 * A 32-bit offset of the compressed data from the start of the file (so the first file should always have 00 00 00 04)
    51  * Eight unknown bytes (always seeming to end 00
     51 * Eight unknown bytes
     52  * .aug files seem to have 00 00 49 A5 00 2D 00 08 or 00 00 49 A5 00 2E 00 08
     53  * .bmp files seem to have 00 00 49 A5 00 2B 00 08 or 00 00 49 A5 00 2D 00 08
     54  * .def files seem to have 00 00 49 D4 D9 2B 00 08
     55  * .ext files seem to have 00 00 49 A5 00 2E 00 08
     56  * .dat files seem to have:
     57   * 00 00 49 A5 00 2D 00 08 for plain files
     58   * 00 00 49 BD 92 7C 00 08 or 00 00 49 B3 69 92 00 08 for "AP" files
     59   * 00 00 49 C7 F1 32 00 08 or 00 00 49 BD 97 D1 00 08 for "Unit" files
     60   * 00 00 49 A5 00 2D 00 08 or 00 00 49 BD 92 7C 00 08 for "UniDat" files
     61
    5262The file table ends with a final 00 00, presumably to represent the fact that the next file name length is 0 - i.e. there are no more files).