This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
169cb90
commit 23bf7d3
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,38 @@ | ||
# TrophyShot by Team CBPS | ||
# What does it do? | ||
|
||
Please see the [forums.](https://forum.devchroma.nl/index.php/topic,180.0.html) | ||
Just like in PS4, it takes a screenshot whenever you unlock a trophy. | ||
|
||
Best used with reScreeny: https://forum.devchroma.nl/index.php/topic,51.0.html | ||
|
||
# How do I install it? | ||
|
||
Get it from here: https://github.com/FMudanyali/TrophyShot/releases | ||
|
||
In config.txt inside tai folder, | ||
|
||
TrophyShot_shell.suprx goes under *main | ||
|
||
TrophyShot_app.suprx goes under *ALL | ||
|
||
like this: | ||
``` | ||
*main | ||
ur0:tai/TrophyShot_shell.suprx | ||
*ALL | ||
ur0:tai/TrophyShot_app.suprx | ||
``` | ||
After modifying the config, reboot. | ||
|
||
# Credits | ||
- FMudanyali of Team CBPS - SceScreenShot implementation, first 4 iterations, taught teakhanirons how to use snprintf | ||
- **Graphene of Team CBPS** - SceShellUtil reverse engineering and ShellUtil clipboard trick, stabilization by module seperation and platinum testing | ||
- Princess of Sleeping of Team CBPS - SceShell reverse engineering guidance | ||
- teakhanirons of Team CBPS - SceScreenShot and additional SceShell reverse engineering | ||
- dots-tb of Team CBPS - Additional reverse engineering guidance, cool guy in general | ||
- Silica of Team CBPS - Prevented a disaster, twice | ||
- Pina of Team CBPS - Was there | ||
- yasen of Team CBPS - Morale support | ||
- cuevavirus of Team CBPS - DolceSDK maintainance | ||
- Nkekev of Team CBPS - Requested this plugin a long time ago | ||
- and Team CBPS. |