PS3 PKGi PS3 v1.2.2 released

What are you doing? I just checked that package you shared, and it not only contains pkg links, but also rap strings for official S#ny games from the PS Store. It goes against forum guidelines.
you are right
I will ask to remove.
I apologize to everyone for this failure of mine
 
Last edited:
Works great so far.

Way low priority but Would be nice/clean if you added a what's new window during first boot after update or before updating.

Nice job with all your works, please do keep them coming. You've added many nice features to our ps3's.
 
Last edited:
PKGi v1.2.2 is out: https://github.com/bucanero/pkgi-ps3/releases/tag/v1.2.2

main changes:
  • Support for HTTP, HTTPS, FTP, FTPS links with TLS v1.2
  • French, German, Italian, Polish, Portuguese, Turkish translation
@bucanero, currently PKGi v1.2.2 compilation fails on older versions of the toolchain since language return values aren't defined in sysutil.h. Perhaps it would be better to temporarily include a header with those same values with the source of PKGi, or to at least include a notice about it in the build instructions. Are you still using the 2020-07-17 toolchain, just with those values added to the sysutiil header?
 
Last edited:
@bucanero, currently PKGi v1.2.2 compilation fails on older version of the toolchain since language return values aren't defined in sysutil.h. Perhaps it would be better to temporarily include a header with those same values with the source of PKGi, or to at least include a notice about it in the build instructions.

The LANG values have been added to the master branch of PSL1GHT: https://github.com/ps3dev/PSL1GHT/pull/130

You can cherry-pick that commit, or just download the updated file and replace your current one. As the change has been merged into the main branch of psl1ght, I considered that there's no need for further details.

Keep in mind that my goal is to add new features, so I'll be usually going for custom builds, non-ported libraries, updated lib versions and other edge-case stuff. ("backwards compatibility" is not my main focus)

Are you still using the 2020-07-17 toolchain, just with those values added to the sysutiil header?

Yes, I'm currently using the 20-07-17 toolchain (built from source locally on my computer), with my latest ps3libraries repo fork. PSL1GHT is based on the 07-17 code, with only a few small patches to build the tools on macOS.
I still want to try building the 2020-08 toolchain to compare when I have a chance.
 
Works great so far.

Way low priority but Would be nice/clean if you added a what's new window during first boot after update or before updating.

Nice job with all your works, please do keep them coming. You've added many nice features to our ps3's.

well actually the update-checker code already gets all the information from Github's API, so I could extract the "release notes" and show them on the screen. But as you say, it's not a critical thing :)
 
well actually the update-checker code already gets all the information from Github's API, so I could extract the "release notes" and show them on the screen. But as you say, it's not a critical thing :)
Yeah, do that next round your playing with that part of your code.
 
Last edited:
PKGi v1.2.2 is out: https://github.com/bucanero/pkgi-ps3/releases/tag/v1.2.2

main changes:
  • Support for HTTP, HTTPS, FTP, FTPS links with TLS v1.2
  • French, German, Italian, Polish, Portuguese, Turkish translation
thanks for hard work

btw i've noticed interesting stuff

"For Free License, it is not bound to act.dat. It contains information needed to derive the Key License of the bound content."

added by CelesteBlue on
Code:
https://www.psdevwiki.com/ps3/RIF
any idea how to make rif that will work on all accounts without act.dat?

regards
 
any idea how to make rif that will work on all accounts without act.dat?
You can't. rif files are tied to an act.dat
Normally you only need one activated account in the system. So you don't need to activate all the accounts.

If you put the rap in /dev_hdd0/exdata or /dev_usb000/exdata the payload (HEN or Cobra 8.2 or later) will activate the content automatically on the accounts with an activated or fake act.dat

You can bypass the license verification resigning your DLC (edat) or games (EBOOT, self, sprx) with the free license NP_klic_free (72F990788F9CFF745725F08E4C128387). To do that you still will need to decrypt the original files with the rap or rif+act.
 
I'm trying to resign the Mortal Kombat demo to free . This one uses a .rap . Can it be done and with what software ?

please, open your own thread if it's not related to PKGi

in any case, I think you need to use the liberator app. You can find it in this forum
 
Last edited:
You can't. rif files are tied to an act.dat
Normally you only need one activated account in the system. So you don't need to activate all the accounts.

If you put the rap in /dev_hdd0/exdata or /dev_usb000/exdata the payload (HEN or Cobra 8.2 or later) will activate the content automatically on the accounts with an activated or fake act.dat

You can bypass the license verification resigning your DLC (edat) or games (EBOOT, self, sprx) with the free license NP_klic_free (72F990788F9CFF745725F08E4C128387). To do that you still will need to decrypt the original files with the rap or rif+act.
i know. i just noticed this info so i needed to ask :-P besides psv have un-tied rifs, Foosball 2012 for example, un-tied rif (drm type 0x000D) is inside temp.bin, so i thought maybe there is a way to make the same for ps3 or they just added them later for psv, because i also never seen un-tied rif for ps3

regards
 
Hello guys i was trying to use the pkgi homebrew but it shows to me an error that says that the pkgi file.txt was not found and then i cannot go to any other options, do you know how can i create that one or download it, im actually on cfw evilnat 4.88 thanks in advance
 
Hello guys i was trying to use the pkgi homebrew but it shows to me an error that says that the pkgi file.txt was not found and then i cannot go to any other options, do you know how can i create that one or download it, im actually on cfw evilnat 4.88 thanks in advance

you need to create your own database file, with the links and content you own. The default file format is a simple .csv file.
You can read all the details here: https://github.com/bucanero/pkgi-ps3#setup-instructions
 
@bucanero
could it be possible to add on pkgi the possibility to scroll the list FASTER (a lot faster..) eg,with L1/R1 ...
or add an search option to type in a specific word ...
it's a long road,to scroll thru 10000+ titles (incase one has such a list..)
with just up/down..
 
@bucanero
could it be possible to add on pkgi the possibility to scroll the list FASTER (a lot faster..) eg,with L1/R1 ...
or add an search option to type in a specific word ...
it's a long road,to scroll thru 10000+ titles (incase one has such a list..)
with just up/down..

there's a "Search..." option if you press triangle to open the menu.

Also, you can hold L1/R1 to move faster through the lists
 

Similar threads

Back
Top