Save Data: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=== Location ===
=== Location ===


Save Data are stored encrypted inside /user/home/[[User ID|user Id]]/[[NP Title ID|title Id]]/[[save data directory]]/[[sce_sys]]/
There is a mountpoint for the current application save data, usually "savedata0" but can be up to "savedata15".


There is a mountpoint for the current application save data, usually "savedata0" but can be up to "savedata15".
Save Data are stored encrypted inside <code>/user/home/[[User ID|user Id]]/[[NP Title ID|title Id]]/savedata0/[[sce_sys]]/</code>.


==== External ====
==== External ====

Revision as of 00:45, 7 March 2021

Location

There is a mountpoint for the current application save data, usually "savedata0" but can be up to "savedata15".

Save Data are stored encrypted inside /user/home/user Id/title Id/savedata0/sce_sys/.

External

Save data can be copied from PS4 to a USB mass storage device.

Files are exported to USB:\PS4\SAVEDATA\user Id\title Id\.

Files

Every savedata contains 4 files:

Files (/user/home/user Id/title Id/)

When dumping files using FTP you might see your files similar to this structure


   ├── Title ID                                
   │   ├── SAVEDATA00.bin                       /*This File Holds the pfsSKKey*/
   │   ├── sdimg_SAVEDATA00                     /*This is the encrypted save file*/