This program allows you to mount save data as READ/WRITE
You can
- Make decrypted copies of your saves
- Replace saves with modified ones
- Replace save files with someonelse's save files (share saves)
- Create new saves
You can't
- Replace save files with an encrypted save
- Use this on unexploited consoles
You need
- To make sure you're using a recent ps4debug version, bin of the latest ps4debug (as of 11/14) is included in the download
- To be able to run .net framework 2.0 executables (even windows 98 is able to do this)
Prerequisites
- PS4 5.05-7.55
- FTP Client (eg filezilla, ...)
Instructions (mouting existing saves)
- Load ps4debug
- Start a game
- Load FTP
- Open the tool
- Enter the ip of your ps4 and click 'Connect'
- Click 'Get Processes' and select your game in the combobox
- Click 'Setup'
- Click 'Search'
- Select the save you want to mount in the combobox
- Select the mount permission in the combobox (default is READ ONLY)
- Click 'Mount'
- Your save is now mounted and accessible from ftp in /mnt/pfs/ & in /mnt/sandbox/{title}/savedataX (it's the same just a different dir)
- After you're done copying/replacing files click 'Unmount'
don't replace files in sce_sys directory, it is unnecessary and will probably corrupt your save
Some games use another save format, they have an sce_ prefix in their name (saves can be found in /user/home/{userid}/savedata/{titleid} check the name there). they won't show up as search results
This can probably be patched but I was too lazy
Here's a workaround
- go to /user/home/{userid}/savedata/{titleid}
- make a copy of the sce save: 2 files, the bin file(96KB), the sdimg file
-
rename them
"sce_sdmemory.bin" -> "temp.bin"
"sdimg_sce_sdmemory" -> "sdimg_temp" - go to /system_data/savedata/{userid}/db/user and download the database.db file
- open it with an sqlite editor
- add a new record in the savedata table
- fill in the data and you're done
- replace the original database with the newer one
- Click 'Search' again, it should now add a temp entry to the combobox
- proceed as usual
-
go to /user/home/{userid}/savedata/{titleid}
- delete the original sce_sdmemory.bin and sdimg_sce_sdmemory
- rename temp.bin to sce_sdmemory.bin and temp to sdimg_sce_sdmemory
- replace the modified database with the original one
- you're done
Authors
- Aida
- ChendoChap
Acknowledgments
- golden
Que novedades incluye la versión 1.8 See changelog
Released
- Compatible with firmware 7.55