NOX WAR: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| Line 40: | Line 40: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Revision as of 22:23, 16 January 2021
Choose archive extension:
WAR
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
char {4} - Header (WARC)
byte {1} - null
char {X} - Unknown Data
// FILE DATA
- // for each file
- uint32 {4} - File Length
- byte {X} - File Data
- uint32 {4} - File Length
// DIRECTORY
- byte {1} - null
- uint32 {4} - Offset To Unknown Data (5)
- // for each file
- char {X} - Filename
- byte {1} - null Filename Terminator
- uint32 {4} - File Offset
- char {X} - Filename
- uint32 {4} - Directory Length (including this field)
MultiEx BMS
Not written yet