MREA (Metroid Prime 2): Difference between revisions

Jump to navigation Jump to search
m
no edit summary
>Aruki
>Aruki
mNo edit summary
Line 88: Line 88:
| 0x70
| 0x70
| 4
| 4
| '''Compressed cluster count'''
| '''Compressed block count'''
|-
|-
| 0x74
| 0x74
Line 101: Line 101:
|}
|}


=== Compressed Sections ===
=== Compressed Blocks ===


The MREA format contains compressed blocks that can each contain a number of regular file sections within them. These blocks are compressed using segmented LZO1X-999 in Metroid Prime 3, and segmented zlib in Donkey Kong Country Returns. Compressed sections are padded to 32 bytes, but their padding is located at the beginning of the section rather than the end, so it's required to account for the padding before you start decompressing. The compressed data is segmented, which means there's multiple segments of data that are compressed/decompressed separately. Each segment starts with a 16-bit size value. The size value is signed; a negative value indicates the segment is not compressed (this is done when compressing a segment doesn't reduce its size). Each segment is 0x4000 bytes large when decompressed (except the last one).
The MREA format contains compressed blocks that can each contain a number of regular file sections within them. These blocks are compressed using segmented LZO1X-999. Compressed blocks are padded to 32 bytes, but their padding is located at the beginning of the block rather than the end, so it's required to account for the padding before you start decompressing. The compressed data is segmented, which means there's multiple segments of data that are compressed/decompressed separately. Each segment starts with a 16-bit size value. The size value is signed; a negative value indicates the segment is not compressed (this is done when compressing a segment doesn't reduce its size). Each segment is 0x4000 bytes large when decompressed (except the last one).


Compressed sections are defined after the main header. After reading them, pad to 32 bytes before the main file data starts.
Compressed blocks are defined after the main header. After reading them, pad to 32 bytes before the main file data starts.


{| class="wikitable"
{| class="wikitable"
Line 129: Line 129:
|-
|-
| 0x10
| 0x10
| colspan=2 {{unknown|Cluster definition end}}
| colspan=2 {{unknown|Block definition end}}
|}
|}


Anonymous user

Navigation menu