Line 158:
Line 158:
When a newer version of a title is installed, the new .app content, .tmd, and .cmd(and .ctx for NAND titles) are written to the /title directory, however the old files here are not yet deleted. Once installation of the title is [[AMNet:InstallTitlesFinish|finalized]], the info from [[Title_Database|import.db]] is moved to [[Title_Database|title.db]] so that the system uses the newer files instead, then the old /title files are deleted.
When a newer version of a title is installed, the new .app content, .tmd, and .cmd(and .ctx for NAND titles) are written to the /title directory, however the old files here are not yet deleted. Once installation of the title is [[AMNet:InstallTitlesFinish|finalized]], the info from [[Title_Database|import.db]] is moved to [[Title_Database|title.db]] so that the system uses the newer files instead, then the old /title files are deleted.
β
The title data is contained in this directory structure:
+
The title data is contained in this directory structure (note that [[Title list#0004008C - Add-on Content (DLC)|DLC]] titles are stored in a different way):
β
'''NAND Directory Structure''':
+
{| class="wikitable" border="1" style="margin: auto;"
β
Title Data:
+
!
β
+
! scope="col"| NAND
+
! scope="col"| SD (non-DLC)
+
! scope="col"| SD (DLC)
+
|-
+
! scope="row"| Title Data:
+
|
<Title ID High>
<Title ID High>
βββ <Title ID Low>
βββ <Title ID Low>
Line 171:
Line 176:
βββ cmd
βββ cmd
βββ <ContentID>.cmd
βββ <ContentID>.cmd
β
+
| rowspan="2" |
β
Save Data:
β
β
<SaveID0>
β
βββ <SaveID1>
β
βββ 00000001.sav
β
β
'''SD Card Directory Structure''':
β
Title Data/Save Data:
β
<Title ID High>
<Title ID High>
βββ <Title ID Low>
βββ <Title ID Low>
Line 191:
Line 187:
βββ data
βββ data
βββ 00000001.sav
βββ 00000001.sav
β
+
| rowspan="2" |
β
The structure differs for [[Title list#0004008C - Add-on Content (DLC)|DLC]] Titles:
β
0004008C
0004008C
βββ <Title ID Low>
βββ <Title ID Low>
Line 203:
Line 197:
βββ cmd
βββ cmd
βββ <ContentID>.cmd
βββ <ContentID>.cmd
β
+
+
|-
+
! scope="row"| Save Data:
+
|
+
<SaveID0>
+
βββ <SaveID1>
+
βββ 00000001.sav
+
|}
+
For a list of 3DS titles see the [[Title list]].
For a list of 3DS titles see the [[Title list]].