Changes between Version 1 and Version 2 of ArmyBuilder/ABFileFormat


Ignore:
Timestamp:
04/15/09 20:36:49 (11 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArmyBuilder/ABFileFormat

    v1 v2  
     1[[PageOutline(2-5)]]
    12= Army Builder .ab File Format =
    23
     
    4243
    4344The file table starts at ''offset'' + 4 + 2 + file table header length. Each file entry consist of:
    44  * A 16-bit number for the file name length followed by the file name string
     45 * A 16-bit number for the file name length
     46 * The file name string
    4547 * The eight bytes after a file name seem to always be 01 00 02 00 04 01 00 00 (at least in all the files I looked at - it may be something to do with versioning)
    46  * This is then followed by a 32-bit file size of the uncompressed file
    47  * This is then followed by a 32-bit file size of the compressed data
    48  * ...(some stuff to work out)...
     48 * A 32-bit file size of the uncompressed file
     49 * A 32-bit file size of the compressed data
     50 * Four unknown bytes with varying values
     51 * The offset of the compressed data from the start of the file (so the first file should always have 00 00 00 04)
     52 * Eight unknown bytes (always seeming to end 00 08)