• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
March 28, 2024, 03:10:11 pm

News:

Please use .png instead of .bmp when uploading unfinished sprites to the forum!


We should really base our PPF off the EBOOT-decrypted ISO

Started by Nax, February 03, 2018, 12:39:33 am

Nax

Right now it seems most (if not all) of the PPFs on the forums are made against the retail WotL ISO.
This is rather infortunate, because patches that touch EBOOT.BIN have to decrypt it first.
This means that every single patch has the whole unencrypted EBOOT.BIN embedded as a difference.

This is troublesome because it makes conflicts virtually guaranteed on every patch.
While workarounds exists (such as rebuilding EBOOT.BIN from BOOT.BIN and hoping this one did patch properly), it's error-prone and unreliable.

I suggest we make our PPFs against an unencrypted, but otherwise clean WotL image, such as the one that can be generated from FFTPatcher.

It makes the diff much, much smaller. Also, it should make applying multiple patches work out of the box for the vast majority of them.
Of course it would require end users to actually unencrypt their ISO, but with FFTPatcher this is absolutely painless.

As an example, the famous Slowdown Fix, which is 4034291 bytes long (or about 3.84 MiB) becomes 120 bytes long using this method.
For reference, you will find this patch attached.

Xifanie

Thing is, that also makes you run into the issue of Mac/Linux users being unable to use FFTPatcher
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Nax

Decrypting the FFT ISO is a very simple task, so I should probably make a cross-platform decryption tool then.

Nax

So I made this small tool to help with the decryption: https://github.com/Nax/FFT_Decrypt.
It's compatible with WotL E and U, and should work on any platform that support C (read: virtually any).

I will add a small Qt-based GUI and release prebuilt binaries for Linux/Mac/Windows ASAP.

Maybe we should make a custom version of ppf-o-matic that automatically decrypt the ISO if it's not already decrypted, apply the patch, and then (optionally) regenerate EBOOT.BIN from BOOT.BIN, so as to keep compatibility with the old patches and improve ease of use. Would that be useful to the community?

Nax

I created this tool to work around the fact that it's problematic to run FFTPatcher on non-windows system.
I didn't have time to make a Linux build but it should be easy.