View on GitHub

apollo-psp

Apollo Save Tool (PSP)

Apollo Save Tool (PSP)

Downloads Release License Build app package PSP Twitter Ask DeepWiki

Apollo Save Tool is an application to manage save-game files on the PlayStation Portable.

This homebrew app allows you to download, unlock, patch, and resign save-game files directly on your PSP.

image

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

Features

Save Management

PS1 Virtual Memory Card Management

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 follow these simple steps:

  1. Download the latest apollo-psp.zip package
  2. Install it on your PlayStation Portable memory stick (ms0:/PSP/GAME/APOLLO)

On first run, the application will detect and setup the required user settings.

Data folders

PSP

PSP Folder
External saves your saves must be stored on <ms0/ef0>:/APOLLO/SAVEDATA/.
Memory Stick saves save-games will be scanned from ms0:/PSP/SAVEDATA/.

PS1

PS1 Folder
External saves your saves must be stored on <ms0/ef0>:/PS1/SAVEDATA/.
Exported PSV saves .PSV saves are saved to <ms0/ef0>:/PS3/EXPORT/PSV/.
Virtual Memory Cards VMC images will be scanned from <ms0/ef0>:/PS1/VMC/.

PSP save-game Keys

Note: To decrypt PSP save files, game-specific save keys are required. You can dump the required keys using PSP plugins, such as:

  1. Install the plugin on your PSP (ms0:/seplugins)
  2. Enable it using the recovery menu.
  3. Start your PSP game and let it load/save so the plugin can dump the key.
  4. Once the key has been dumped, Apollo will detect it, and use it as needed to decrypt, encrypt, apply patches, or rehash the PSP save.

Tip: if you have PSP save keys, use Apollo’s Dump Save-game Key option on your PSP save, and then share the gamekeys.txt file so all these keys can be added to the next release.

Usage

Using the application is simple and straight-forward:

Online Database

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

The Online Database 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

Translators

Apollo supports multiple languages for its user interface. Thanks to the following contributors for their help with translations:

Building

You need to have installed:

[!TIP] Developers: You can find detailed technical documentation about the project in this Wiki page.

Run cmake . && make to create a release build. If you want to include the latest save patches in your .zip file, run make createzip.

To enable debug logging, pass -DAPOLLO_ENABLE_LOGGING=ON argument to cmake. The application will write debug messages to

ms0:/apollo-psp.log

You can also set the PSPIP environment variable to your PSP’s IP address, and use make send to upload EBOOT.PBP directly to the ms0:/PSP/GAME/APOLLO folder.

License

Apollo Save Tool (PSP) - Copyright (C) 2020-2025 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.