Titles: Difference between revisions

Neobrain (talk | contribs)
Neobrain (talk | contribs)
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]].