GRAF:Journey To The Center Of The Earth 0000: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
m (Fixed with some new information)
imported>Ikskoks
 
(7 intermediate revisions by 3 users not shown)
Line 15: Line 15:
uint32 {4}&nbsp;&nbsp; - Version <font color="purple">(1)</font> <br>  
uint32 {4}&nbsp;&nbsp; - Version <font color="purple">(1)</font> <br>  
uint64 {8}&nbsp;&nbsp; - <font color="red"> '' CRC? '' </font> <br>  
uint64 {8}&nbsp;&nbsp; - <font color="red"> '' CRC? '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Number Of Files? '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>  
<br>
<br>
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Directory Start Marker <font color="purple">(1)</font> <br>  
byte {1}&nbsp;&nbsp;&nbsp;&nbsp; - Directory Start Marker <font color="purple">(1)</font> <br>  
Line 21: Line 21:
<br>
<br>
<font color="blue"> ''' // for each file ''' </font> <br>  
<font color="blue"> ''' // for each file ''' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - File Offset <font color="purple">(relative to the end of the directory)</font> <br>  
: uint32 {4}&nbsp;&nbsp; - File Offset <font color="purple">(relative to the start of the file data)</font> <br>  
: uint32 {4}&nbsp;&nbsp; - File Length <br>  
: uint32 {4}&nbsp;&nbsp; - File Length <br>  
: uint32 {4}&nbsp;&nbsp; - Filename Length <br>  
: uint32 {4}&nbsp;&nbsp; - Filename Length <br>  
Line 46: Line 46:


* [[Game Extractor|Game Extractor]]<br>
* [[Game Extractor|Game Extractor]]<br>
[[Category:File Format]]

Latest revision as of 15:25, 10 January 2021

Choose archive extension:

0000


Format Specifications

char {7}     - Header (package)
uint32 {4}   - Version (1)
uint64 {8}   - CRC?
uint32 {4}   - Number Of Files

byte {1}     - Directory Start Marker (1)
uint32 {4}   - null

// for each file

uint32 {4}   - File Offset (relative to the start of the file data)
uint32 {4}   - File Length
uint32 {4}   - Filename Length
char {X}     - Filename


uint32 {4}   - Padding Length (0/1/2/3)
byte {X}     - null Padding
uint32 {4}   - Unknown
uint32 {4}   - File Data Length

byte {X}     - File Data

MultiEx BMS

Not written yet

Other Games

  • Adventures Of Sherlock Holmes: The Case Of The Silver Earring *.0000
  • Journey To The Center of The Earth *.0000

Supported Programs