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

option to delete trophies #95

Open
Masamune3210 opened this issue Dec 15, 2022 · 8 comments
Open

option to delete trophies #95

Masamune3210 opened this issue Dec 15, 2022 · 8 comments
Labels
enhancement New feature or request

Comments

@Masamune3210
Copy link

For people who try a lot of games, their trophy lists can become cluttered with games that they have no interest in playing again. Would it be possible to add a delete option to remove a trophy set from the system? It can be done manually but is a royal PITA so having it in the tool would be quite nice

@bucanero bucanero added the enhancement New feature or request label Dec 24, 2022
@bucanero
Copy link
Owner

can you comment about the manual process to remove a trophy-set?

If I have the details, I might be able to automate it with Apollo

@Masamune3210
Copy link
Author

you delete all instances of the trophy folder named after the npid of the game from the 3 folders, delete trophy_local.db, and then rebuild the system database

@Masamune3210
Copy link
Author

image

@Masamune3210
Copy link
Author

posting picture mostly to make sure I don't get the wrong paths, but yeah, remove the trophies from those three folders, delete trophy_local.db, and then rebuild the system database

@Masamune3210
Copy link
Author

all you need is the npid from the title, the userid of the user, and the ability to rebuild the database, which the recent addition to apollo is what prodded me into making this request in the first place

@bucanero
Copy link
Owner

bucanero commented Feb 2, 2023

Thanks for all the details.

I assume that you could even skip the database rebuild if you do some SQL queries and just remove the trophy-npid rows from the trophy_local database.

@Masamune3210
Copy link
Author

Probably, but when I tired it caused the database to be treated as damaged and the system refused to use it, hence why I went with just deleting it and letting the system rebuild it

@andreltrigo
Copy link

andreltrigo commented Dec 21, 2023

I've done some tests, and it seems deleting the game trophy folder from /user/home/userID/trophy/data/ and the trophy.img file from sce_trop is enough to remove the trophy set. There's no need to modify the database, since the system regenerates the trophy.img file and updates it accordingly.

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