Moorhuhn 3 DAT
Choose archive extension:
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- char {48} - Filename (null)
- uint32 {4} - Offset
- uint32 {4} - Size
- uint64 {8} - null
- // repeat until the name = ****
uint64 {8} - Checksum
// for each file
- byte {X} - File Data
- byte {0-511} - Padding to a multiple of 512 bytes
MultiEx BMS Script
Not written yet
Notes and Comments
- The first filename can be used as a header (MH3 V1.0)