Runaway 000 1: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 39: | Line 39: | ||
* None - Needs more investigation<br><br> | * None - Needs more investigation<br><br> | ||
[[Category:File Format]] | |||
Latest revision as of 23:53, 20 January 2021
000 (TYPE 0)
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - null
// for each file in dir 1 (ie until offset 21028)
- uint32 {4} - File Offset
// for each file in dir 2
- uint32 {4} - File Offset
byte {X} - null Padding to offset 24000
uint32 {4} - null
// for each file in dir 1
- uint32 {4} - File Length
byte {X} - null Padding to offset 45028
// for each file in dir 2
- uint32 {4} - File Length
byte {X} - null Padding to offset 48000
byte {X} - File Data
MultiEx BMS
Not written yet
Notes and Comments
- The file offsets in dir 1 go right past the end of the file - not sure why. This archive is totally weird - I can't follow it! Maybe its not even an archive, but a group of images or something?
Supported Programs
- None - Needs more investigation