The Nations CA: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 16: | Line 16: | ||
4 bytes (uint32) - nulls | 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 | ||
8 bytes - unknown | |||
// data | |||
num_of_files * | |||
{ | |||
x bytes - file data | |||
} | |||
// index | |||
num_of_files * | |||
{ | |||
16 bytes (char) - file name // e.g. "menu.mp3" | |||
4 bytes (char) - file type // e.g. "ewav" | |||
4 bytes (uint32) - file size | |||
4 bytes (uint32) - file offset | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 22:13, 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
8 bytes - unknown
// data
num_of_files *
{
x bytes - file data
}
// index
num_of_files *
{
16 bytes (char) - file name // e.g. "menu.mp3"
4 bytes (char) - file type // e.g. "ewav"
4 bytes (uint32) - file size
4 bytes (uint32) - file offset
}
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
- The Nations Map Editor (can only create new CA map files)