Gorky Zero - Aurora Watching ZAP
From XentaxWiki
Choose archive extension:
Contents
ZAP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// FILE DATA
- // for each file
- byte {X} - File Data
- byte {X} - File Data
// DIRECTORY
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- // for each file
- uint32 {4} - Unknown ID (usually 1)
- byte {1} - Filename Length
- uint32 {4} - Unknown ID (usually 1)
- if (filename starts with a null){
- // skip over filenameLength-1 bytes, then...
- byte {1} - Filename Length
- }
- // skip over filenameLength-1 bytes, then...
- if (filename starts with a null){
- char {X} - Filename
- uint32 {4} - File Offset?
- uint32 {4} - Decompressed Length
- uint32 {4} - Compressed Length
- uint32 {4} - Directory ID (for the directory the file belongs to)???
- uint32 {4} - null
- char {X} - Filename
// ARCHIVE END DATA
- uint32 {4} - Unknown
- uint32 {4} - Offset To Directory Start
- byte {X} - Unknown Data
- uint32 {4} - Pointer to Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown (4)
- uint32 {4} - Pointer To Directory End
- uint32 {4} - Pointer to Unknown
- uint32 {4} - Unknown
MultiEx BMS
Not written yet
Notes and Comments
Unknown compression used for this archive?