LBPUnion / UnionPatcher

A tool for LittleBigPlanet that patches the server urls to a custom url.
GNU General Public License v3.0
26 stars 12 forks source link

Lack of usage instructions or warnings #7

Closed 505e06b2 closed 2 years ago

505e06b2 commented 2 years ago

Use of this tool requires knowledge of decrypting SELF files, which are then scanned for text to be replaced. It is then up to the user to encrypt them again and place them onto their system. This doesn't seem to be very well conveyed. The instructions will differ for both of the PS3/PSV platforms and not likely be an entirely automatic process, so will both need written instructions

In the program, it may also be useful to:

As soon as my PR: #6 is merged, I will be more than happy to help with this

Cheers

jvyden commented 2 years ago

Running a couple checks on the ELF sounds fine, but as for instructions we have been working on some guides in our Union Space Corps beta testing program which we will publish closer to Project Lighthouse's release.

I doubt those instructions will be all that useful anyways, since @AShifter is working on a version of the patcher that does more of the manual part.

505e06b2 commented 2 years ago

Would this new version include decrypting/re-encrypting the SELF? From what I've seen, for Vita, you have to decrypt it on the console itself, at least for the moment

jvyden commented 2 years ago

Yes, however Vita is not a priority at the moment.

505e06b2 commented 2 years ago

Just as an update, I've started work on abstracting out the ELF part to allow for better file detection. I have access to both a PS3 and Vita executable so this should be thoroughly manually tested Are there requirements for automated testing in this repo?