Frank Herberts Dune DUN: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>WATTO No edit summary |
(No difference)
| |
Revision as of 01:42, 16 May 2005
Choose archive extension:
DUN
- Format Type : Archive
- Endian Order : Little Endian
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
- char {X} - Filename (some starting with "..\" or "R:\")
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.