Difference between revisions of "Chunk Descriptor (Tropical Freeze)"
From Retro Modding Wiki
m |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The ''' | + | The '''chunk descriptor''' is a very common 24-byte header that describes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats. |
− | {{ | + | {{research|2|A few unknown values.}} |
__TOC__ | __TOC__ | ||
Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Offset | ! Offset | ||
− | ! | + | ! Type |
− | ! | + | ! Name |
+ | ! Notes | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
− | | | + | | {{FourCC}} |
− | | ''' | + | | '''Chunk ID''' |
+ | | | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
− | | | + | | u64 |
− | | ''' | + | | '''Chunk Size''' |
+ | | The size does not include the chunk descriptor itself. | ||
|- | |- | ||
| 0xC | | 0xC | ||
− | | | + | | u32 |
− | | {{unknown | + | | {{unknown}} |
+ | | Usually 1. | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
− | | | + | | u64 |
− | | {{unknown | + | | {{unknown}} |
− | | | + | | Usually 0. |
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
| 0x18 | | 0x18 | ||
− | | colspan= | + | | colspan=3 {{unknown|End of Chunk Descriptor}} |
|} | |} | ||
[[Category:Donkey Kong Country: Tropical Freeze]] | [[Category:Donkey Kong Country: Tropical Freeze]] |
Latest revision as of 02:28, 31 January 2018
The chunk descriptor is a very common 24-byte header that describes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.
This file format needs more research A few unknown values. |
Contents
Format
Offset | Type | Name | Notes |
---|---|---|---|
0x0 | FourCC | Chunk ID | |
0x4 | u64 | Chunk Size | The size does not include the chunk descriptor itself. |
0xC | u32 | Unknown | Usually 1. |
0x10 | u64 | Unknown | Usually 0. |
0x18 | End of Chunk Descriptor |