Page 1 of 1

Persona 3 BUSTUP table?

Posted: Thu Oct 29, 2020 8:17 pm
by Steel190
Trying to make a mod of Persona 3 and I want to change the TMX files for some of the characters, for this of course, I'll need to know which of the BINs are for which sprite. Does anyone have a table or a resource that I can use for to know which is which? Or if there isn't one, someone up to helping me out in making one? Thanks in advance!

Re: Persona 3 BUSTUP table?

Posted: Fri Oct 30, 2020 2:20 am
by DniweTamp
You can use PAKPack to unpack every single .bin file, it's a commandline tool so use this:

Code: Select all

for %f in (<directory with bins>\*.bin) do PAKPack.exe unpack "%f"
If that unpacked every bustup into its own folder you can use

Code: Select all

for /r %f in (<root folder of unpacked bustups>\*.tmx) do move "%f" <any folder>
to move all tmx files into a single folder
Then you can use Scarlet to convert every single .tmx file into a .png, use the following command:

Code: Select all

Scarlet.exe <directory with tmx files>

Re: Persona 3 BUSTUP table?

Posted: Fri Oct 30, 2020 2:38 am
by ShrineFox
^ Perfect answer for batch extraction and conversion, but for quickly viewing for categorization purposes, extracting this to the directory with all the bins and running it also works:
http://www.mediafire.com/file/3ibi3qn8a ... r.zip/file
You can use the arrow keys to cycle through all of them

Re: Persona 3 BUSTUP table?

Posted: Fri Oct 30, 2020 11:57 am
by Steel190
TYSM for the tools! They'll be very useful for both the mod and the table (that I still want to do), have a good day!

Re: Persona 3 BUSTUP table?

Posted: Sat Oct 31, 2020 6:11 pm
by crackheadakira
I'd be willing to help as i've started on this a little while ago.
Here's my progress so far.

Re: Persona 3 BUSTUP table?

Posted: Sun Nov 01, 2020 11:49 pm
by Steel190
TYSM!! I would like to discuss how to divide the work more in PM, if that is okay with you.

Re: Persona 3 BUSTUP table?

Posted: Mon Nov 23, 2020 4:52 pm
by Phoenix
crackheadakira wrote: Sat Oct 31, 2020 6:11 pm I'd be willing to help as i've started on this a little while ago.
Here's my progress so far.
I've been using this table and filling it in with the Bustup IDs used in the BMD/ MSG files for FES/ P3P