Changes between Version 10 and Version 11 of ArmyBuilder/ABFileFormat


Ignore:
Timestamp:
05/09/09 11:17:50 (11 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArmyBuilder/ABFileFormat

    v10 v11  
    2626=== The file table header ===
    2727
    28 The file table header consists of the following (each item in the list is separated by a tab - 09):
     28The file table header consists of the following:
    2929
    30  * A fixed "LWDExport" ("Lone Wolf Development Export"?) followed by a linefeed (0A), a colon (3A), "Army Builder" (app name of the file creator?)
     30 * File table header string (always "LWDExport" for AB3 format and "ArmyBuilder" for AB2 format) followed by a line feed (0A) and a colon (3A)
     31 * File format specific information
     32
     33==== Army Builder 2 information ====
     34
     35Army Builder version 2 contains the following information after the initial string:
     36
     37 * Fixed string "``["
     38 * Version number as an ASCII string (major.minor)
     39 * Fixed string "]~~"
     40 * File comment
     41
     42==== Army Builder 3 information ====
     43
     44Army Builder version 3 files contain more information on the file in the header. Each item in the following list is separated by a tab (09):
     45 * "Army Builder" (app name of the file creator?)
    3146 * The value of the 'game' attribute on the <game> tag in the .def file
    3247 * The 'folder' attribute of the <structure> tag