Jupiter Engine REZ: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 12: Line 12:
<pre>
<pre>
// header
// header
1 byte (uint8) - unknown // 13
1 byte (uint8) - CR1 // 13
1 byte (uint8) - unknown // 10
1 byte (uint8) - LF1 // 10
60 bytes (char) - signature  // "RezMgr Version 1 Copyright (C) 1995 MONOLITH INC."
60 bytes (char) - signature  // "RezMgr Version 1 Copyright (C) 1995 MONOLITH INC."
1 byte (uint8) - unknown // 13
1 byte (uint8) - CR2 // 13
1 byte (uint8) - unknown // 10
1 byte (uint8) - LF2 // 10
60 bytes (char) - user title  // "LithTech Resource File"
60 bytes (char) - user title  // "LithTech Resource File"
1 byte (uint8) - unknown // 13
1 byte (uint8) - CR3 // 13
1 byte (uint8) - LF3 // 10
1 byte (uint8) - EOF // 26


4 bytes (uint32) - file format version  // 1
4 bytes (uint32) - file format version  // 1
4 bytes (uint32) - root directory offset
4 bytes (uint32) - root directory offset
4 bytes (uint32) - root directory size
4 bytes (uint32) - root directory time
4 bytes (uint32) - next write offset
4 bytes (uint32) - time
4 bytes (uint32) - largest key array
4 bytes (uint32) - largest directory name size
4 bytes (uint32) - largest rez name size
4 bytes (uint32) - largest comment size
1 byte (uint8) - is sorted flag


</pre>
</pre>

Revision as of 21:36, 12 June 2023

Back to index | Edit this page

REZ

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : RezMgr Version 1 Copyright (C) 1995 MONOLITH INC.


Format Specifications

// header
1 byte (uint8) - CR1  // 13
1 byte (uint8) - LF1 // 10
60 bytes (char) - signature  // "RezMgr Version 1 Copyright (C) 1995 MONOLITH INC."
1 byte (uint8) - CR2  // 13
1 byte (uint8) - LF2 // 10
60 bytes (char) - user title  // "LithTech Resource File"
1 byte (uint8) - CR3  // 13
1 byte (uint8) - LF3 // 10
1 byte (uint8) - EOF // 26

4 bytes (uint32) - file format version  // 1
4 bytes (uint32) - root directory offset
4 bytes (uint32) - root directory size
4 bytes (uint32) - root directory time
4 bytes (uint32) - next write offset
4 bytes (uint32) - time
4 bytes (uint32) - largest key array
4 bytes (uint32) - largest directory name size
4 bytes (uint32) - largest rez name size
4 bytes (uint32) - largest comment size
1 byte (uint8) - is sorted flag

Notes and Comments

  • This file format occurs in games made on Jupiter Engine.

Games

List of games using this file format:

  • Alien Vs Predator
  • Aliens Versus Predator 2
  • Arthur's Quest: Battle for the Kingdom (PC) (*.REZ)
  • Blood II
  • Contract JACK
  • Die Hard Nakatomi Plaza
  • I, The Gangster
  • Global Operations
  • Marine Sharpshooter
  • Marine Sharpshooter 2: Jungle Warfare
  • No One Lives Forever
  • No One Lives Forever 2
  • Purge
  • Sanity Aikens Artifact
  • Shogo: Mobile Armor Division
  • Tron 2.0
  • World War 2 Normandy
  • World War 2 Sniper: Call To Victory

QuickBMS Script

Not written yet.

Compatible Programs