Title Database: Difference between revisions

TimmSkiller (talk | contribs)
Complete full format of Title Info Entry
TimmSkiller (talk | contribs)
Move table of contents to the correct location
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
These files contain data relating to install/usage/management of installed 3DS titles. The database files are located at:
These files contain data relating to install/usage/management of installed 3DS titles. The database files are located at:


Line 134: Line 136:
This is a variant of [[Inner FAT|FAT filesystem]]. It consists one "root" directory and multiple "files". Each "file" is one title info entry described below.
This is a variant of [[Inner FAT|FAT filesystem]]. It consists one "root" directory and multiple "files". Each "file" is one title info entry described below.


== Title Info Entry ==
=== Title Info Entry ===


An entry contains information taken from both the application NCCH file(s) and TMD.
An entry contains information taken from both the application NCCH file(s) and TMD.
Line 195: Line 197:
|}
|}


For ticket.db title info, there is a header indicates ticket count (as a Title ID can have more than one ticket installed). Then each entry contains the size, followed by the actual ticket data.
=== Ticket Info Entry ===
For ticket.db entries, there is a header indicates ticket count (as a Title ID can have more than one ticket installed). Then each entry contains the size, followed by the actual ticket data.
 
{| class="wikitable"
{| class="wikitable"
|+ Header
|+ Header
Line 225: Line 229:
| X
| X
| [[Ticket|Ticket]] data
| [[Ticket|Ticket]] data
|}
==== Flags_0 ====
{| class="wikitable"
|-
! Index
! Description
|-
| 0
| Electronic Manual
|-
| 1
| ?
|-
| 2
| ?
|-
| 3
| ?
|}
==== Flags_1 ====
{| class="wikitable"
|-
! Index
! Description
|-
| 0
| SD Save Data
|-
| 1
| ?
|-
| 2
| ?
|-
| 3
| ?
|}
==== Flags_2 ====
{| class="wikitable"
|-
! Index
! Description
|-
| 0
| DSiWare Related (Visibility on Home Menu/Export Flag?)
|-
| 1
| ?
|-
| 2
| ?
|-
| 3
| ?
|-
| 4
| Found with DSiWare Titles and titles with an 'Application' Title ID
|-
| 5
| DSiWare Related (Visibility on Home Menu/Export Flag?)
|-
| 6
| ?
|-
| 7
| ?
|}
|}