Hitman 2 WHD
WAV + WHD
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Archive Size (without header)
uint32 {4} - Archive Size (with header)
uint32 {4} - Unknown
uint32 {4} - Unknown
WHD (wav header)
// record 0x06
referenced from records in SND file (type 0x01)
- uint32 {4} - record type ident 0x06
- uint32 {4} - address of filename
- uint32 {4} - Unknown, but if top bit set following file offsets relate to streams.wav, otherwise the missions wav file (17)
- uint32 {4} - Sampling Rate, khz (22050)
- uint32 {4} - Unknown (4)
- uint32 {4} - Unknown
- uint32 {4} - File Size
- uint32 {4} - Number Of Channels?, mono (1)
- uint32 {4} - File Offset
- uint32 {4} - Unknown
- uint32 {4} - Unknown
- uint32 {4} - Unknown
// Filename
- referenced from record 0x06
- char {X} - Filename
- byte {1} - null Filename Terminator
MultiEx BMS Script
Not written yet
Notes and Comments
The *.whd file contains the directory, the *.wav file contains the file data