MotoGP Ultimate Racing Technology 3 ARK: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO m (Yeah I had updated this already :)) |
imported>Ikskoks No edit summary |
||
| 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]] | |||
Revision as of 22:16, 16 January 2021
Choose archive extension:
ARK
- Format Type : Archive
- Endian Order : Little Endian
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
- Game Extractor (including decompression and repacking)