Skip to content

bucanero/apollo-ps3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Save Tool (PS3)

Downloads Release License Build package Twitter

Apollo Save Tool is an application to manage save-game files, trophies, and licenses on the PlayStation 3.

This homebrew application allows you to download, unlock, patch and resign save-game files directly on your PS3. It can also unlock and resign trophies, backup/restore licenses, and create PS2 Classic images.

image

Comments, ideas, suggestions? You can contact me on Twitter and on my website.

Features

  • Easy to use: no crypto-key configuration or advanced setup needed.
  • Standalone: no computer required, everything happens on the PS3.
  • Automatic settings: auto-detection of PSID, IDPS and Account-ID settings.
  • Multi-user: supports multiple user accounts.

Save Management

  • Save files listing: quick access to all the save files on USB and the internal PS3 HDD (+ file details)
  • Save SFO unlocking: allows the user to remove the copy-lock flag, enabling transfer of Copying Prohibited save files.
  • Save files patching: supports Bruteforce Save Data and Game Genie cheat patches to enhance your savegames.
  • Save PFD resigning: allows the user to resign save files made by other users and consoles.
  • Save downloading: easy access to an Online Database of save-game files to download straight to your PlayStation.
  • Save file conversion: converts and resigns PS1 and PS2 save-game formats to PS3 .PSV format.

Trophy Management

  • Trophy Set resigning: resign trophy sets for the current user and console.
  • Trophy Set exporting: easy backup of trophy sets to .zip and raw formats.
  • Trophy Set importing: restore trophy sets from raw USB backups.
  • Trophy unlocking: allows to unlock individual trophies for the current user.

Backup Management

  • Account activation: create fake Account ID and generate offline PS3 activation (act.dat)
  • License exporting: easy backup of user licenses to .zip and .rap formats.
  • License importing: allows to import .rap files to user .rif licenses.

PS2 Classics Management

  • Memory card exporting: decrypt and export .VME memory cards.
  • Memory card importing: allows to import .VM2 files to encrypted .VME memcards.
  • ISO importing: import PS2 .ISO files to .BIN.ENC encrypted image format.
  • CONFIG importing: import PS2 .CONFIG files to .ENC encrypted format.
  • BIN.ENC exporting: decrypt and export BIN.ENC images to .ISO.

Download

Get the latest version here.

Changelog

See the latest changes here.

Donations

My GitHub projects are open to a sponsor program. If you feel that my tools helped you in some way or you would like to support it, you can consider a PayPal donation.

Setup instructions

No special setup is needed. Just download the latest apollo-ps3.pkg package and install it on your PlayStation 3. On first run, the application will detect and setup the required user settings.

Data folders

PS3

PS3 Folder
USB saves your files must be placed on /dev_usb00x/PS3/SAVEDATA/.
HDD saves files will be scanned from /dev_hdd0/home/000000XX/savedata/, where XX is the current User ID.
HDD licenses /dev_hdd0/home/000000XX/exdata/ (*.rif)
USB licenses /dev_usb00x/exdata/ (*.rap)

PS2

PS2 Folder
USB saves /dev_usb00x/PS2/SAVEDATA/ (*.xps, *.max, *.psu, *.cbs, *.sps)
VMC cards /dev_usb00x/PS2/VMC/ (*.vmc)
VME cards /dev_usb00x/PS3/EXPORT/PS2SD/
PSV saves /dev_usb00x/PS3/EXPORT/PSV/
HDD VME cards /dev_hdd0/home/000000XX/ps2emu2_savedata/, where XX is the current User ID.
HDD VM2 cards /dev_hdd0/savedata/vmc/
HDD ISOs /dev_hdd0/PS2ISO/ (*.bin, *.iso, *.bin.enc)
USB ISOs /dev_usb00x/PS2ISO/ (*.bin, *.iso, *.bin.enc)

PS1

PS1 Folder
USB saves /dev_usb00x/PS1/SAVEDATA/ (*.mcs, *.psx)
PSV saves /dev_usb00x/PS3/EXPORT/PSV/
HDD VM1 cards /dev_hdd0/savedata/vmc/

Usage

Using the application is simple and straight-forward:

  • Move UP/DOWN to select the save-game file you want to patch, and press X button. The patch screen will show the available fixes for the file. Select the patches and click Apply.
  • To view the item's details, press Triangle. It will open the context menu on the screen. Press O button to return to the list.
  • To reload the list, press Square.
  • Press L1/L2 or R1/R2 trigger buttons to move pages up or down.

Overriding auto-detected settings

If you want to override the auto-detected IDs used by Apollo to resign the save-games, you can use the owners.xml file. For example:

<?xml version="1.0" encoding="UTF-8"?>
<apollo version="1.2.0">
  <owner name="PS3 User">
    <console idps="AAAAAAAAAAAAAAAA 0123456789ABCDEF" psid="FFFFFFFFFFFFFFFF 0123456789ABCDEF"/>
    <user id="00000002" account_id="0123456789abcdef"/>
  </owner>
  <owner name="Other User">
    <console idps="AAAAAAAAAAAAAAAA 0123456789ABCDEF" psid="FFFFFFFFFFFFFFFF 0123456789ABCDEF"/>
    <user id="00000008" account_id="abcdef0123456789"/>
  </owner>
</apollo>

The file must be saved on /dev_hdd0/game/NP0APOLLO/USRDIR/owners.xml. Apollo will load the hard-coded values when launched, and you should select the desired Owner from the Settings menu.

In the owners.xml you need to define:

  • Owner name
  • User ID (e.g.: 00000123)
  • Account ID (e.g.: 0123456789abcdef)
  • Console PSID (e.g.: FFFFFFFFFFFFFFFF 0123456789ABCDEF)
  • Console IDPS (required for license import/export)

Online Database

The application also provides direct access to the Apollo online database of save-game files for PlayStation 3 games. These usually offer additional features such as completed games that can save you many hours of playing.

Currently, the list of available games and files is limited, but the project aims to add more save-games shared by the community.

Note: Downloaded save files must be resigned using Apollo before loading them in your games.

FAQs

  1. Where I can get a save-game for XYZ game?

    You can check sites like Brewology.com, and GameFAQs. Also, searching on Google might help.

  2. I have a save-game file that I want to share. How can I upload it?

    If you have a save file that is not currently available on the Online Database and want to share it, please check this link for instructions.

  3. Why is it called Apollo?

    Apollo was the twin brother of Artemis, goddess of the hunt. Since this project was born using the Artemis-GUI codebase, I decided to respect that heritage by calling it Apollo.

Credits

Acknowledgments

Building

You need to have installed:

Run make to create a release build. If you want to include the latest save patches in your .pkg file, run make createzip. Finally, run make pkg to create a .pkg install file.

You can also set the PS3LOAD environment variable to the PS3 IP address: export PS3LOAD=tcp:x.x.x.x. This will allow you to use make run and send apollo-ps3.self directly to the PS3Load listener.

To enable debug logging, build Apollo Save Tool with make DEBUGLOG=1. The application will send debug messages to UDP multicast address 239.255.0.100:30000. To receive them you can use socat on your computer:

$ socat udp4-recv:30000,ip-add-membership=239.255.0.100:0.0.0.0 -

License

Apollo Save Tool (PS3) - Copyright (C) 2020-2022 Damian Parrino

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.