Enemy Nations
Choose archive extension:
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (WSDF)
uint32 {4} - Directory Size (not including these 2 fields)
// for each file
- uint32 {4} - Filename Length (including null padding)
- char {X} - Filename
- byte {1-4} - (null) Padding to a multiple of 4 bytes
- uint32 {4} - Offset
byte {X} - File Data
MultiEx BMS Script
Not written yet