Frontier Developments ZAP: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page Wallace And Gromit Were Rabbit ZAP to Frontier Developments ZAP) |
imported>Ikskoks |
||
| Line 44: | Line 44: | ||
* [https://aluigi.altervista.org/bms/wallace_gromit_zap.bms wallace_gromit_zap.bms] | * [https://aluigi.altervista.org/bms/wallace_gromit_zap.bms wallace_gromit_zap.bms] | ||
=== Notes and Comments === | |||
* This file format is used in games made by '''Frontier Developments'''. | |||
=== Games === | === Games === | ||
Revision as of 21:54, 19 July 2021
Choose archive extension:
ZAP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header ("ZAP" + null)
uint32 {4} - Padding Size (512)
uint32 {4} - Number Of Files?
uint32 {4} - Unknown Length
// for each file
- uint32 {4} - Hash? (2573=directory)
- uint16 {2} - File Type ID (0=directory)
- if (directory){
- uint16 {2} - Directory Name Length (including null)
- char {X} - Directory Name
- byte {1} - null Directory Name Terminator
- }
- uint16 {2} - Directory Name Length (including null)
- else if (file){
- uint16 {2} - Filename Length (including null)
- char {X} - Filename
- byte {1} - null Filename Terminator
- }
- uint16 {2} - Filename Length (including null)
byte {X} - null Padding to a multiple of 512 bytes
byte {X} - File Data
MultiEx BMS
Not written yet.
QuickBMS
Notes and Comments
- This file format is used in games made by Frontier Developments.
Games
List of games using this file format:
- Thrillville (XBOX) (*.ZAP)
- Wallace & Gromit: The Curse of the Were-Rabbit