- A decrypted PS4 save file (
checkpoint.dat
file). - (Optional) A
sce_sys/
folder containing the following files:- A
param.sfo
file associated with the save file. - A
icon0.png
file containing the save file's image.
- A
Download the executable from the repository's release page or build locally following the instructions in the build section.
./hfw-save-converter.exe <PS4_SAVE_FILE> [-o <OUTPUT_DIR>]
The converter will automatically look up the save metadata from sce_sys/param.sfo
file located in the same directory
as the PS4 save file.
For more options and configurations, check out the help command.
To build the application, install Rust toolchain using the instructions found under the following link. After installation, run the following command in the terminal
cargo build -r
This will build the release version of the application for the running operating system.
This project is distributed under the GNU General Public License v3.0. See LICENSE for more information.