Monolith REZ
From XentaxWiki
Contents
REZ
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
char {127} - Description/Header
uint32 {4} - Version (1)
uint32 {4} - dirOffset
uint32 {4} - dirSize
uint32 {4} - Unknown
uint32 {4} - Offset to Last Dir
uint32 {4} - Unknown
uint32 {4} - null
uint32 {4} - Unknown (19)
uint32 {4} - Unknown (24)
uint32 {4} - null
uint32 {4} - Unknown (1)
byte {13} - null
byte {X} - File Data
// Directory
// for each file
- uint32 {4} - Type (0=file, 1=directory)
- if (type == 1){
- uint32 {4} - Directory Offset
- uint32 {4} - Directory Length
- uint32 {4} - Date/Time
- char {X} - filename (terminated by 1 null)
- }
- uint32 {4} - Directory Offset
- if (type == 0){
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Date/Time
- uint32 {4} - File ID?
- char {4} - Type/Extension (reversed)
- uint32 {4} - null
- char {X} - filename (terminated by 2 nulls)
- }
- uint32 {4} - File Offset
MultiEx BMS Script
Not written yet
Compatible Programs
Other Games
These games use this file format
- Alien Vs Predator *.rez
- Alien vs Predator 2 *.rez
- Blood 2 *.rez
- Contract JACK *.rez
- Die Hard Nakatomi Plaza *.rez
- I, The Gangster *.rez
- Marine Sharpshooter *.rez
- Marine Sharpshooter 2: Jungle Warfare *.rez
- No one Lives Forever *.rez
- No one Lives Forever 2 *.rez
- Purge *.rez
- Sanity Aikens Artifact *.rez
- Shogo: Mobile Armor Division *.rez
- Tron 2.0 *.rez
- World War 2 Normandy *.rez
- World War 2 Sniper: Call To Victory *.rez