Titles: Difference between revisions

Winmaster (talk | contribs)
mNo edit summary
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
Line 1: Line 1:
[[Title list|Titles]] installed to the 3DS are installed to either to the NAND(System and Application) or SD Card(Application only), and their respective directory locations are:
[[Title list|Titles]] installed to the 3DS are installed to either to the NAND(System and Application) or SD Card(Application only), and their respective directory locations are:


* nand/title
'''[[Flash Filesystem|NAND]]:'''
* sdmc/Nintendo 3DS/<ID0>/<ID1>/title
* nand/title - Title Data
* nand/data/<ID>/sysdata - Save Data
 
'''[[SD Filesystem|SD Card]]:'''
* sdmc/Nintendo 3DS/<ID0>/<ID1>/title - Title Data/Save Data


(where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]])
(where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]])
Line 9: Line 13:


And the title data is contained in this directory structure:
And the title data is contained in this directory structure:
'''NAND Directory Structure''':
Title Data:
/<Title ID High>/<Title ID Low>/XXXXXXXX.tmd
                                /XXXXXXXX.app
                                /00000000.ctx
                                /cmd/XXXXXXXX.cmd
Save Data:
/<SaveID0>/<SaveID1>/00000001.sav
'''SD Card Directory Structure''':
Title Data/Save Data:
  /<Title ID High>/<Title ID Low>/content/XXXXXXXX.tmd
  /<Title ID High>/<Title ID Low>/content/XXXXXXXX.tmd
                                         /XXXXXXXX.app
                                         /XXXXXXXX.app