Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save listing requests #5

Closed
subworx opened this issue Jan 6, 2022 · 3 comments
Closed

Save listing requests #5

subworx opened this issue Jan 6, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@subworx
Copy link
Contributor

subworx commented Jan 6, 2022

Hi, great work on the editor so far.
Already looking into how to add more savegame cheats :)

Please add save sorting by various criteria: Game Name (if possible), CUSA or Save Name.
Grouping Saves by Game would be great.
Can the control hints at the bottom please stay on screen instead of vanish after a second, especially since nothing else happens down there?

@bucanero bucanero added the enhancement New feature or request label Jan 7, 2022
@bucanero
Copy link
Owner

Please add save sorting by various criteria: Game Name (if possible), CUSA or Save Name. Grouping Saves by Game would be great. Can the control hints at the bottom please stay on screen instead of vanish after a second, especially since nothing else happens down there?

I'll keep these in mind for future updates.

Hi, great work on the editor so far. Already looking into how to add more savegame cheats :)

If you want to help and add more cheats, here's an example on how to write down the save-wizard codes:
https://github.com/bucanero/apollo-ps4/blob/main/appdata/CUSA00004.savepatch

The cheat file must be named TITLEID.savepatch , so for example CUSA12345.savepatch
If you look at the link, the first few lines that start with ; are comments

;CUSA00004 
;PS4 Infamous Second Son 
;source: hackinformer forum 

then, the next line that start with : is where you can define which file to patch. * (asterisk) means any file. If you know the specific file, you could put for example :PROFILE.BIN. In most cases we don't have info and leave :* so the user selects the file while using Apollo.

:*

next comes the Save Wizard codes, in a simple format:

[cheat code name]
01234567 0ABCDEF7
01234567 0ABCDEF8
...etc...

[another cheat]
01234567 0ABCDEF8
01234567 00CCEEFF

there are some websites that have PS4 save wizard codes. We just need help from the community to collect them and add those files to the app. For example these sites:

the more codes we can add, the better... of course, some might not work and are untested, but it's easier to add everything first and then just filter when someone reports that something is not working.

@Pharaoh2k
Copy link

Thanks for the amazing tool! Awesome work!
I second the request for being able to sort at least by CUSA.
It is quite a pain to search the list when there are many games and saves and they are all sorted by title name only, as there are many games that have a different save name, but the CUSA is the same.
Thanks again! :)

@bucanero
Copy link
Owner

bucanero commented Dec 3, 2022

Save sorting options added in c416555

@bucanero bucanero self-assigned this Dec 3, 2022
@bucanero bucanero added this to the v1.2.4 milestone Dec 3, 2022
@bucanero bucanero closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants