Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: curryberto on July 05, 2019, 06:54:58 pm

Title: Recreating PSX Sprites in Unity
Post by: curryberto on July 05, 2019, 06:54:58 pm
Hello - first time posting here so I apologize if this is the wrong forum.

Long ago i found something called fftpatcher which extracted all the sprite assets from an FFT iso and you could view them all.

I modified that program to spit out all the sprite sheets as bmps and animation sequence data as JSON so I could recreate those assets in Unity for a personal project. Things are going pretty well but I am having a ton of trouble getting the weapon (WEP1) sprites to lay nicely on top of the attack animations on the the regular unit sprites (SPR1 I think).

Does anyone know any specific SPR1 WEP1 pairs so that I can try and line them up? I'm happy to share my work in progress if anyone wants it.