Persona 3 BUSTUP table?

Describe your problem in as much detail as you can. Other users might help.
Post Reply
User avatar
Steel190
Posts: 3
Joined: Thu Oct 29, 2020 8:06 pm
Has liked: 3 posts

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!
User avatar
DniweTamp
Posts: 197
Joined: Sun Dec 22, 2019 7:50 am
Location: Russia
Has liked: 42 posts
Been liked: 90 posts
Contact:

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>
Last edited by DniweTamp on Fri Oct 30, 2020 8:04 am, edited 1 time in total.
User avatar
ShrineFox
Site Admin
Posts: 290
Joined: Mon Oct 07, 2019 3:19 am
Has liked: 277 posts
Been liked: 115 posts

^ 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
User avatar
Steel190
Posts: 3
Joined: Thu Oct 29, 2020 8:06 pm
Has liked: 3 posts

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!
User avatar
crackheadakira
Posts: 5
Joined: Tue Oct 27, 2020 4:27 pm
Has liked: 2 posts
Been liked: 3 posts

I'd be willing to help as i've started on this a little while ago.
Here's my progress so far.
User avatar
Steel190
Posts: 3
Joined: Thu Oct 29, 2020 8:06 pm
Has liked: 3 posts

TYSM!! I would like to discuss how to divide the work more in PM, if that is okay with you.
User avatar
Phoenix
Posts: 45
Joined: Sat Sep 19, 2020 9:10 am
Has liked: 12 posts
Been liked: 26 posts

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
Post Reply
cron

ShrineFox 2020 - 2023
Support | Progress | Labs | Privacy | Terms
This site is NOT affiliated, associated, authorized, endorsed by, or in any way officially connected with Atlus Co., Ltd, Atlus U.S.A., Inc. or Sega Games Co., Ltd, or any of its subsidiaries or its affiliates.