FilePlanet Download Manager DLMTHEME: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
No edit summary
imported>Ikskoks
No edit summary
Line 45: Line 45:


* None yet - Unknown compression
* None yet - Unknown compression
[[Category:File Format]]

Revision as of 12:54, 6 January 2021

Choose archive extension:

DLMTHEME


Format Specifications

char {4}     - Header (MSCF)
uint32 {4}   - null
uint64 {8}   - Length Of File Data?
uint64 {8}   - Number Of Files?
uint32 {4}   - Unknown
uint64 {8}   - Unknown
uint32 {4}   - Unknown (20)
uint16 {2}   - null
uint16 {2}   - Unknown (16)
uint32 {4}   - Length Of File Data?
uint32 {4}   - Length of Directory (including padding or something?)
uint64 {8}   - null
uint32 {4}   - First File Offset

// for each file

uint32 {4}   - File Length?
uint32 {4}   - File Offset? (into the decompressed data)
uint16 {2}   - null
uint32 {4}   - File ID?
uint16 {2}   - File Type ID? (32=xml 33=bmp)
char {X}     - Filename
byte {1}     - null Filename Terminator


byte {X}     - File Data (compressed/encrypted)

MultiEx BMS

Not written yet


Supported Programs

  • None yet - Unknown compression