Titles: Difference between revisions

3dsguy (talk | contribs)
m Changed the directory structure, as NAND is slightly different, also Jl12 noted on the flash filesystem talk page the dir structure for 3ds titles
3dsguy (talk | contribs)
m Directory trees
Line 16: Line 16:
'''NAND Directory Structure''':
'''NAND Directory Structure''':
  Title Data:
  Title Data:
  /<Title ID High>/<Title ID Low>/XXXXXXXX.tmd
   
                                /XXXXXXXX.app
<Title ID High>
                                /00000000.ctx
└── <Title ID Low>
                                /cmd/XXXXXXXX.cmd
    ├── 00000000.ctx
    ├── XXXXXXXX.app
    ├── XXXXXXXX.tmd
    └── cmd
        └── XXXXXXXX.cmd
   
   
  Save Data:
  Save Data:
  /<SaveID0>/<SaveID1>/00000001.sav
   
<SaveID0>
└── <SaveID1>
    └── 00000001.sav


'''SD Card Directory Structure''':
'''SD Card Directory Structure''':
  Title Data/Save Data:
  Title Data/Save Data:
  /<Title ID High>/<Title ID Low>/content/XXXXXXXX.tmd
   
                                        /XXXXXXXX.app
<Title ID High>
                                        /cmd/XXXXXXXX.cmd
└── <Title ID Low>
  /<Title ID High>/<Title ID Low>/data/00000001.sav
    ├── 00000000.ctx
/<Title ID High>/<Title ID Low>/00000000.ctx
    ├── content
    │  ├── XXXXXXXX.app
    │  ├── XXXXXXXX.tmd
    │  └── cmd
    │      └── XXXXXXXX.cmd
    └── data
        └── 00000001.sav
      
      
For a list of 3DS titles see the [[Title list]].                           
For a list of 3DS titles see the [[Title list]].