GithubHelp home page GithubHelp logo

shtuseriff / apollo-ps4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bucanero/apollo-ps4

0.0 0.0 0.0 7.55 MB

Apollo Save Tool (PS4)

Home Page: http://www.bucanero.com.ar/

License: GNU General Public License v3.0

Makefile 0.05% C 99.95%

apollo-ps4's Introduction

Apollo Save Tool (PS4)

Downloads Release License

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

The apollo-ps4 homebrew app allows to download, unlock, patch and resign save-game files directly on your PS4.

image

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

Features

  • Easy to use: no save-mount patches or advanced setup needed. (GoldHEN or ps4debug payload required)
  • Standalone: no computer required, everything happens on the PS4.
  • Automatic settings: auto-detection of PS4 firmware, User ID, 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 PS4 HDD (+ file details)
  • Save param.sfo updating: allows the user to update the param.sfo User ID and Account ID information.
  • Save files patching: complete support for Save Wizard and Bruteforce Save Data cheat patches to enhance your save-games.
  • Save import/export: allows the user to decrypt and export save files, and import decrypted saves from other consoles.
  • Save downloading: easy access to an Online Database of save-game files to download straight to your PlayStation.

Account Management

  • Account activation: create fake Account IDs and generate offline PS4 activations
  • Recover passcode: simple recovery method for the Parental Security Passcode.

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 IV0000-APOL00004_00-APOLLO0000000PS4.pkg package and install it on your PlayStation 4. On first run, the application will detect and setup the required user settings.

Data folders

PS4

PS4 Folder
USB saves your saves must be placed on /mnt/usbX/PS4/APOLLO/.
USB saves encrypted saves must be placed on /mnt/usbX/PS4/SAVEDATA/<account-id>/.
HDD saves files will be scanned from the hard disk, based on the current User ID.

Offline Account activation

Custom account-id settings

For the offline account activation, if you want to override the auto-generated ID used by Apollo, you can define your own account-id values using the owners.xml file. For example:

<?xml version="1.0" encoding="UTF-8"?>
<apollo platform="PS4" version="1.0.0">
  <owner name="Some User">
    <console idps="" psid="FFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFF"/>
    <user id="10000002" account_id="0123456789abcdef"/>
  </owner>
  <owner name="Other User">
    <console idps="" psid="FFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFF"/>
    <user id="10000008" account_id="abcdef0123456789"/>
  </owner>
</apollo>

The file must be saved to /data/apollo/owners.xml. Apollo will load the user-defined account-id values, and you should select the desired Owner when activating an account from the User tools menu.

In the owners.xml you need to define:

  • Owner name
  • User ID (e.g.: 10000123)
  • Account ID (e.g.: 0123456789abcdef)
  • Console PSID (optional)
  • Console IDPS (optional)

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.

Online Database

The application also provides direct access to the Apollo online database of save-game files for PlayStation 4 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

PS3 version credits

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.

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 (PS4) - 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.

apollo-ps4's People

Contributors

bucanero avatar rllsr avatar subworx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.