Heroes Of Might And Magic 4 H4R: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
 
imported>WATTO
No edit summary
(No difference)

Revision as of 01:57, 16 May 2005

Choose archive extension:

H4R


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)


if (dirNameLength > 0){
// File
uint16 {2}   - Unknown
uint32 {4}   - Compression
}


else {
// Directory
char {16}    - Directory Name
}


MultiEx BMS Script

Not written yet

Compatible Programs