Extdata: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
This page describes the format and | This page describes the format and encryption of extdata, "extra data" stored on [[SD_Filesystem|SD card]] and NAND. | ||
At /Nintendo 3DS/<SomeID>/<SomeID>/extdata/00000000 is directories for each title. Some titles have Quota.dat stored in these directories, not all titles use it. Then there's a sub-directory 00000000, which contains the actual extdata. Size and number of files in this dir varies per title. | At /Nintendo 3DS/<SomeID>/<SomeID>/extdata/00000000 on SD is directories for each title. Some titles have Quota.dat stored in these directories, not all titles use it. Then there's a sub-directory 00000000, which contains the actual extdata. Size and number of files in this dir varies per title. | ||
=== Encryption === | === Encryption === | ||
| Line 39: | Line 39: | ||
==== Directories ==== | ==== Directories ==== | ||
When extdata is created, these directories are *always* created regardless of whether the title actually uses them. | |||
* /icon Presumably contains the icon displayed in data management. | * /icon Presumably contains the icon displayed in data management. | ||
* /user Presumably contains the title's actual files for "extra data". | * /user Presumably contains the title's actual files for "extra data". | ||
* /boss Presumably contains content downloaded/transferred via [[SpotPass]] and | * /boss Presumably contains content downloaded/transferred via [[SpotPass]] in SD extdata, and in some cases [[StreetPass]] data in NAND extdata possibly. | ||
=== Info on titles extdata === | === Info on titles extdata === | ||