MotoGP Ultimate Racing Technology 3 ARK: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>WATTO
m (Updated with correct compression type - LZSS)
imported>Ikskoks
 
(5 intermediate revisions by 2 users not shown)
Line 15: Line 15:
uint32 {4}&nbsp;&nbsp; - First File Offset <font color="darkgreen">[+8]</font> <br>  
uint32 {4}&nbsp;&nbsp; - First File Offset <font color="darkgreen">[+8]</font> <br>  
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>  
uint32 {4}&nbsp;&nbsp; - Number Of Files <br>  
uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Unknown <font color="purple">(16)</font> '' </font> <br>  
uint32 {4}&nbsp;&nbsp; - Length of each directory entry <font color="purple">(16)</font> <br>  
uint32 {4}&nbsp;&nbsp; - null <br>  
uint32 {4}&nbsp;&nbsp; - null <br>  
uint32 {4}&nbsp;&nbsp; - First File Offset <font color="darkgreen">[+8]</font> <br>  
uint32 {4}&nbsp;&nbsp; - First File Offset <font color="darkgreen">[+8]</font> <br>  
Line 23: Line 23:
: uint32 {4}&nbsp;&nbsp; - File Offset <br>  
: uint32 {4}&nbsp;&nbsp; - File Offset <br>  
: uint32 {4}&nbsp;&nbsp; - File Length <br>  
: uint32 {4}&nbsp;&nbsp; - File Length <br>  
: uint32 {4}&nbsp;&nbsp; - <font color="red"> '' Hash? '' </font> <br>  
: uint32 {4}&nbsp;&nbsp; - Hash <br>  
<br>
<br>
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
byte {X}&nbsp;&nbsp;&nbsp;&nbsp; - File Data <br>  
Line 39: Line 39:


* [[Game Extractor|Game Extractor]] (including decompression and repacking)<br>
* [[Game Extractor|Game Extractor]] (including decompression and repacking)<br>
[[Category:File Format]]

Latest revision as of 22:16, 16 January 2021

Choose archive extension:

ARK


Format Specifications

uint32 {4}   - null
uint32 {4}   - First File Offset [+8]
uint32 {4}   - Number Of Files
uint32 {4}   - Length of each directory entry (16)
uint32 {4}   - null
uint32 {4}   - First File Offset [+8]

// for each file

uint32 {4}   - Compression Tag (0=Decompressed 1=Compressed)
uint32 {4}   - File Offset
uint32 {4}   - File Length
uint32 {4}   - Hash


byte {X}     - File Data

MultiEx BMS

Not written yet

Notes and Comments

  • Uses LZSS Compression

Supported Programs