Escape Velocity Nova: 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 36: | Line 36: | ||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
[[Category:File Format]] | |||
Latest revision as of 12:34, 4 January 2021
Choose archive extension:
REZ
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {4} - Header (BRGR)
uint32 {4} - Version (1)
uint32 {4} - Directory Size (excluding the first 3 fields of the header)
uint32 {4} - Version (1)
uint32 {4} - Unknown
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - Offset
- uint32 {4} - Length
- uint32 {4} - null (last file = length of directory and header data [+12])
char {X} - Resource Name (resource.map)
byte {1} - null Resource Name Terminator
byte {X} - File Data
MultiEx BMS
Not written yet