Dominion3 RDF: Difference between revisions
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 37: | Line 37: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 12:01, 4 January 2021
RDF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {56} - Header ("Resource Data File " + (byte)254 + " Copyright (c) 1997 Ion Storm, Ltd." + (byte)10)
uint64 {8} - null
char {128} - Description (null)
uint32 {4} - Unknown
uint32 {4} - Unknown
uint32 {4} - Directory Offset
byte {X} - File Data
// Directory
- // for each file
- char {118} - Filename (null)
- uint16 {2} - File ID
- uint32 {4} - Length
- uint32 {4} - Offset
- char {118} - Filename (null)
MultiEx BMS Script
Not written yet
Notes and Comments
Number of files is = (arcSize-dirOffset)/128