Heroes Of Might And Magic 4 H4R
Choose archive extension:
H4R
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
byte {4} - Header (72 52 82 5)
uint32 {4} - Directory Offset
byte {X} - File Data
// Directory
- uint32 {4} - Number Of Files
- // for each file
- uint32 {4} - Data Offset
- uint32 {4} - File Length
- uint32 {4} - Directory Length
- uint32 {4} - Unknown Constant
- char {16} - Filename (null)
- char {16} - Directory Name (null)
- uint32 {4} - Data Offset
- if (dirNameLength > 0){
- // File
- uint16 {2} - Unknown
- uint32 {4} - Compression
- }
- // File
- if (dirNameLength > 0){
- else {
- // Directory
- char {16} - Directory Name
- }
- // Directory
- else {
MultiEx BMS Script
Not written yet