LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Use original EBOOT backup for patching instead of active copy #49

Closed jvyden closed 5 months ago

jvyden commented 5 months ago

Users sometimes use Refresher after already having patched their game to Refresh (or any AutoDiscover target with usesCustomDigestKey set to true).

In this scenario, the digest key has already been modified to CustomServerDigest from the original and since Refresher doesn't know the original key it can't change it back.

The original key still persists in the original backup taken of the EBOOT.BIN on first patch, so we should start using this backup instead of the current already-patched EBOOT.BIN.