Hitman Contracts WHD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
 
(One intermediate revision by the same user not shown)
Line 43: Line 43:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 14:20, 10 January 2021

WAV + WHD


Format Specifications

uint32 {4}   - Archive Size (without header)
uint32 {4}   - Archive Size (with header)
uint32 {4}   - Unknown
uint32 {4}   - Unknown

// for each file

char {X}     - Filename
byte {1}     - null Filename Terminator
byte {0-3}   - Padding (to a multiple of 4 bytes)
uint32 {4}   - Unknown (6)
uint32 {4}   - Unknown
uint32 {4}   - Unknown (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


MultiEx BMS Script

Not written yet

Notes and Comments

The *.whd file contains the directory, the *.wav file contains the file data

Compatible Programs