Links 386 Pro CRH
Choose archive extension:
CRH, MGA, FGA, LZ, WLZ
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (MDmd)
uint16 {2} - Unknown (11)
uint16 {2} - Dir Offset (122)
// Directory
- // for each file
- byte {13} - Filename (stop at first null. filled with spaces to the null at pos 13, so max filename length is 11 + 2 nulls)
- uint32 {4} - Offset
- byte {13} - Filename (stop at first null. filled with spaces to the null at pos 13, so max filename length is 11 + 2 nulls)
- byte {17} - null Blank Directory Entry
byte {X} - File Data
MultiEx BMS Script
Not written yet