Carl The Caveman HDP: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Dinoguy1000 No edit summary |
||
| Line 36: | Line 36: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:No BMS]] | |||
Revision as of 23:50, 17 April 2006
Choose archive extension:
HDP, LP
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header ((byte)3 + "HDP") or ((byte)2 + "LP" + null)
byte {28} - null
uint32 {4} - Unknown (256)
byte {1} - null
uint32 {4} - Number Of Files
// for each file
- byte {1} - Filename Length
- char {24} - Filename (filled with junk)
- uint32 {4} - Unknown (256)
- uint32 {4} - Unknown (25600)
- uint32 {4} - File Offset
- uint32 {4} - File Length
byte {X} - File Data
MultiEx BMS
Not written yet