Title list/DLC: Difference between revisions
RainThunder (talk | contribs) m Add some region code and language code. |
Document some unknown fields & fix size field |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== Content metadata structure == | == Content metadata structure == | ||
The first [[NCCH]] partition of a DLC title. It determines region, language and DLC icons. The ExeFS section of content metadata only contains [[SMDH|icon]] section. The RomFS section contains "icons" directory, MetaDataContentHeader.bin and some ContentInfoArchive | The first [[NCCH]] partition of a DLC title. It determines region, language and DLC icons. The ExeFS section of content metadata only contains [[SMDH|icon]] section. The RomFS section contains "icons" directory, a MetaDataContentHeader.bin file and some ContentInfoArchive files. | ||
=== icons directory === | === icons directory === | ||
Line 24: | Line 24: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | Number of disabled DLC | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| Number of | | Number of enabled DLC | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| Number of | | Number of .icn files in "icons" directory | ||
|- | |- | ||
| 0xC | | 0xC | ||
Line 92: | Line 92: | ||
|- | |- | ||
| 0x3 | | 0x3 | ||
| | | EUR | ||
| Australia | | Australia | ||
|- | |- | ||
Line 183: | Line 183: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | Number of disabled DLC (m) | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| Number of DLC (n) | | Number of enabled DLC (n) | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| | | 0xC8 * (n + m) | ||
| DLC data (see below) | | DLC data (see below) | ||
|} | |} | ||
Line 211: | Line 211: | ||
| 0xC0 | | 0xC0 | ||
| 0x4 | | 0x4 | ||
| | | .icn file index. | ||
|- | |- | ||
| 0xC4 | | 0xC4 | ||
| 0x4 | | 0x4 | ||
| | | 1 if this content is enabled, otherwise 0 | ||
|} | |} | ||
Line 274: | Line 274: | ||
| EUR | | EUR | ||
| New SUPER MARIO BROS. 2 [DLC] | | New SUPER MARIO BROS. 2 [DLC] | ||
| v0, v48 | | v0 (may never have existed), v16, v48 | ||
|- | |||
| 000B8900 | |||
| KOR | |||
| New SUPER MARIO BROS. 2 [DLC] | |||
| v16 | |||
|- | |- | ||
| 00084F00 | | 00084F00 |