Dune

From XentaxWiki
Revision as of 01:42, 16 May 2005 by imported>WATTO
Jump to navigation Jump to search

Choose archive extension:

DUN


Format Specifications

byte {4}     - Header? (114 16 234 244)
uint32 {4}   - null
uint32 {4}   - Directory Offset
uint32 {4}   - Number Of Files

byte {X}     - File Data

// Directory

// for each file
char {X}     - Filename (some starting with "..\" or "R:\")
byte {1}     - Filename Terminator (10)
uint32 {4}   - File Offset
uint32 {4}   - File Length


MultiEx BMS Script

Not written yet

Notes and Comments

The files in the directory are in a different order to the files in the archive. eg. File 1 in the directory may be File 482 in the archive.

Compatible Programs