3DS Development Unit Software: Difference between revisions
→Dev Menu: rewrite, update for recently "discovered" versions |
→SaveDataFiler: Updated for recent versions |
||
Line 184: | Line 184: | ||
== SaveDataFiler == | == SaveDataFiler == | ||
[[File:Saveflicon.png|||left]] | |||
[[File:Saveflscnsht.jpg|250px|thumb|right|SaveDataFiler Screenshots]] | [[File:Saveflscnsht.jpg|250px|thumb|right|SaveDataFiler Screenshots]] | ||
This 3DS Developer application allows save files and extdata to be exported and imported from an SD Card. The window has three tabs: | This 3DS Developer application allows save files and extdata to be exported and imported from an SD Card. The window has three tabs: | ||
*User - This is where saves for 3DS applications | *User - This is where saves for 3DS-mode installed and cartridge applications can be exported to the SD Card. After the initial release, button combinations for deleting the entire save archive or resetting the [[Anti Savegame Restore|secure value system]] for the selected title were added. The selected save archive can also be browsed by pressing A. | ||
*ExtData - This is where application extdata can be deleted or exported to the SD Card for later use | *ExtData - This is where application extdata can be deleted or exported to the SD Card for later use | ||
*SD - This is where | *SD - This is where backups created through the first two tebs can be re-imported (with the options of an automatic target selection, or explicitly choosing the SD or the Game Card). Exported data can also be deleted here. | ||
Applications are listed only by Unique Id. TWL-mode software is ignored by this application, while GBA-mode apps will always be shown as not ever having saved ("broken" and highlighted in red). | |||
User save data is exported to sdmc:/filer/UserSaveData/YYYYMMDD(Hour)(Minute)(Second) | User save data is exported to sdmc:/filer/UserSaveData/YYYYMMDD(Hour)(Minute)(Second) | ||
It creates a folder in that path and 3 files. The 2 files exported to the above path are <uniqueID>.dat and <uniqueID>_.dat while a folder named /<uniqueID>/ in that path contains <ExHeader Name>.dat | It creates a folder in that path and 3 files. The 2 files exported to the above path are <uniqueID>.dat and <uniqueID>_.dat while a folder named /<uniqueID>/ in that path contains <ExHeader Name>.dat |