The Nations CA: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == CA == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...")
imported>Ikskoks
Line 12: Line 12:
<pre>
<pre>
// header
// header
32 bytes (char) - signature // "binary.archive00"
24 bytes (char) - signature // "binary.archive00"
4 bytes (uint32) - index offset
4 bytes (uint32) - nulls
24 bytes (char) - copyright notice  // "(C)2001 JoWooD" or can be empty
24 bytes (char) - copyright notice  // "(C)2001 JoWooD" or can be empty



Revision as of 21:38, 30 May 2022

Back to index | Edit this page

CA

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : binary.archive00


Format Specifications

// header
24 bytes (char) - signature // "binary.archive00"
4 bytes (uint32) - index offset
4 bytes (uint32) - nulls
24 bytes (char) - copyright notice  // "(C)2001 JoWooD" or can be empty

Notes and Comments

None.

Games

List of games using this file format:

  • JoWood's The Nations / Alien Nations 2 (PC) (*.CA)

QuickBMS Script

Not written yet.

Compatible Programs