The online save database project is part of Apollo Save Tool:
To start, I'll assume you already have the latest version of Apollo installed. You'll also need a USB drive (FAT32) connected to your PS3 to save the exported .zip
file.
Steps:
Export save game to Zip
.zip
export file to be generated.If everything went well, you'll have the exported .zip
file ready on your USB storage device here:
/PS3/EXPORT/XXXXXXXX.zip
In the EXPORT
folder you'll also find a saves.txt
file, listing all exported .zip
s with their Title-IDs and the save-game names.
To upload the zipped save file and share it with the community:
The simple way is to create a GitHub issue with the provided template, then you can write down the save description and upload the Zip file directly there (just drag&drop the .zip
): https://github.com/bucanero/apollo-saves/issues/new/choose
If you don't know about GitHub (forks, pull requests, etc.), don't worry. Just upload the .zip
file you created to Mediafire or any other file-sharing service, then just send me a message here with the link and information/description so I can add it.
The database structure is simple:
BLUS12345
).zip
files inside the game's TITLE ID folder.XXXXXXXX.zip
, where X can be a number from 0
to 9
. (.zip
extension lowercase).MYGAME-DATA/*
)saves.txt
file that lists the available saves, with the description.games.txt
lists all the games/title-id's available.Note: if the explanation is a bit confusing, please browse the database and it should be self-explanatory.
If you're an advanced GitHub user, you can also:
12345678.zip
to the BLES00000
foldersaves.txt
in the folder, adding 12345678.zip
with a short descriptionApollo Save Tool Online Database - Copyright (C) 2020-2023 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.