Difference between revisions of "Chunk Descriptor (Tropical Freeze)"

From Retro Modding Wiki
Jump to: navigation, search
Line 1: Line 1:
The '''section header''' is a very common 24-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.
+
The '''chunk descriptor''' is a very common 24-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.
  
 
{{research|2|A few unknown values.}}
 
{{research|2|A few unknown values.}}
Line 14: Line 14:
 
| 0x0
 
| 0x0
 
| 4
 
| 4
| '''Section type''' fourCC
+
| '''Chunk type''' fourCC
 
|-
 
|-
 
| 0x4
 
| 0x4
 
| 8
 
| 8
| '''Section size'''
+
| '''Chunk size'''
 
|-
 
|-
 
| 0xC
 
| 0xC
Line 33: Line 33:
 
|-
 
|-
 
| 0x18
 
| 0x18
| colspan=2 {{unknown|End of header}}
+
| colspan=2 {{unknown|End of descriptor}}
 
|}
 
|}
  
 
[[Category:Donkey Kong Country: Tropical Freeze]]
 
[[Category:Donkey Kong Country: Tropical Freeze]]

Revision as of 08:03, 9 May 2016

The chunk descriptor is a very common 24-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.


Morphball wirerender.png This file format needs more research
A few unknown values.


Contents

Format

Offset Size Description
0x0 4 Chunk type fourCC
0x4 8 Chunk size
0xC 4 Unknown; usually 1
0x10 4 Unknown; usually 0
0x14 4 Unknown; usually 0
0x18 End of descriptor