README.md edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2020-04-18 23:37:37 +00:00
parent b7e5595058
commit 3a238c4492
1 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Features:
+ PSMPlus Publishing Keys - Apps signed with PSMPlus Keys will work all consoles with MakePsmGreatAgain + PSMPlus Publishing Keys - Apps signed with PSMPlus Keys will work all consoles with MakePsmGreatAgain
+ Exit with Start+Up - While a PSM app is running, You can press Start+Up to return back to Developer Assistant + Exit with Start+Up - While a PSM app is running, You can press Start+Up to return back to Developer Assistant
+ All applications are "SecurityCritcal" - Enables ALL .NET functions, including ones marked 'unsafe' + All applications are "SecurityCritcal" - Enables ALL .NET functions, including ones marked 'unsafe'
+ app.info "project_name" check patched (runtime only) - Enables games to run regardless of if "project_name" is set to "*" or "_PSM_DEFAULT_"
Where gonna Build a wall and make Sony pay for it! Where gonna Build a wall and make Sony pay for it!
Probably with he money they stole from us Probably with he money they stole from us
by deleting our PSM Purchases by deleting our PSM Purchases
@ -28,13 +28,20 @@ ux0:/tai/MakePsmGreatAgain.suprx
[How do i install PSM Dev?](https://www.youtube.com/watch?v=CuxaVTyAVn8) [How do i install PSM Dev?](https://www.youtube.com/watch?v=CuxaVTyAVn8)
[How do i install the PSM SDK?](https://www.youtube.com/watch?v=KoZ1xVNTjUc) [How do i install the PSM SDK?](https://www.youtube.com/watch?v=KoZ1xVNTjUc)
# V1.5 -
Patched app.info "project_name" check. - normally PSM Dev will only boot games whos project_name matches that of
the installed keys. v1.5 patches this check, but ONLY at runtime. install-time it still doesn't work.
so you'll have to manually install psdp's with this setting to ux0:/cache/PCSI00009/7 directly
Download: https://bitbucket.org/SilicaAndPina/makepsmgreatagain/downloads/MakePsmGreatAgain-v1.5.suprx
# V1.4 - # V1.4 -
Switched to Userland Plugin (.suprx) Switched to Userland Plugin (.suprx)
Now enables "SecurityCritical" on all apps in PSM Dev (FOR ULTIMATE C# CAPIBILITYS!) - thx doubletoker Now enables "SecurityCritical" on all apps in PSM Dev (FOR ULTIMATE C# CAPIBILITYS!) - thx doubletoker
You can now use Start + UP to exit back to the PSM Developer application. You can now use Start + UP to exit back to the PSM Developer application.
Probably only reF00D works with it now xD Probably only reF00D works with it now xD
Download: https://bitbucket.org/SilicaAndPina/makepsmgreatagain/downloads/MakePsmGreatAgain.suprx Download: https://bitbucket.org/SilicaAndPina/makepsmgreatagain/downloads/MakePsmGreatAgain-v1.4.suprx
# V1.3 - # V1.3 -
Now works with reF00D plugin by FAPS Team (as well as repatch) Now works with reF00D plugin by FAPS Team (as well as repatch)