Join also our Discord channel! Click here.
[PS2] Wild Arms 3 .bin archive
-
- advanced
- Posts: 51
- Joined: Sun Jun 17, 2012 2:09 am
- Has thanked: 5 times
- Been thanked: 1 time
-
- advanced
- Posts: 51
- Joined: Sun Jun 17, 2012 2:09 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: [PS2] Wild Arms 3 .bin archive
Update:
Using TextureFinder, I was able to look inside the STGEVTD.BIN file and see what appeared to be every character portrait. Please let me know what you think.
Using TextureFinder, I was able to look inside the STGEVTD.BIN file and see what appeared to be every character portrait. Please let me know what you think.
-
- advanced
- Posts: 51
- Joined: Sun Jun 17, 2012 2:09 am
- Has thanked: 5 times
- Been thanked: 1 time
Re: [PS2] Wild Arms 3 .bin archive
Quick update.
I was browsing STGEVTP.BIN in a hex editor when I came across this at the beginning.

outmap.bin? Well, there's no such file in plain sight when looking at the files on the disc. Could this be maps or...?
On another part of the file, I discover this...

There are also .bin files like these, it seems. There are sorted in order; t01.bin to t13.bin, not to mention there are "d" versions of these files as well. I can certainly come to the conclusion "t" stands for "town" while "d" stands for dungeon. There are also "e" variations, which I assume are "event" maps.
EDIT:
A while back, I found some textures inside BTLODT.BIN. I recently viewed it in a hex editor to reveal some formats as seen in the following image.

As far as I know, the extensions seen in the file are easily recognizable. I assume "vu" refers to the UV coordinates used on the textures I discovered using TextureFinder. Bone files can be seen here, along with the .mdl format and .msh, I can say must be mesh. Aside from the that, texture files are housed here, most notably .tim format.
ANOTHER EDIT:
Again, I found some more stuff inside STGEVTD.BIN. It seems to be made up of dialogue with certain numbers standing for names...
A brief example showing an in-game line of Janus, whose number is 072.

NOTICE: To anyone who would like to help with unpacking archives, let me know you are interested and I will gladly send sample files your way.
EDIT.... again...:
I can definitely say there are a ton of files for use with models of enemies inside BTLODT.BIN. The problem is writing a script to extract the files. Is there anyone who can help if I send the sample file?
I was browsing STGEVTP.BIN in a hex editor when I came across this at the beginning.

outmap.bin? Well, there's no such file in plain sight when looking at the files on the disc. Could this be maps or...?
On another part of the file, I discover this...

There are also .bin files like these, it seems. There are sorted in order; t01.bin to t13.bin, not to mention there are "d" versions of these files as well. I can certainly come to the conclusion "t" stands for "town" while "d" stands for dungeon. There are also "e" variations, which I assume are "event" maps.
EDIT:
A while back, I found some textures inside BTLODT.BIN. I recently viewed it in a hex editor to reveal some formats as seen in the following image.

As far as I know, the extensions seen in the file are easily recognizable. I assume "vu" refers to the UV coordinates used on the textures I discovered using TextureFinder. Bone files can be seen here, along with the .mdl format and .msh, I can say must be mesh. Aside from the that, texture files are housed here, most notably .tim format.
ANOTHER EDIT:
Again, I found some more stuff inside STGEVTD.BIN. It seems to be made up of dialogue with certain numbers standing for names...
A brief example showing an in-game line of Janus, whose number is 072.

NOTICE: To anyone who would like to help with unpacking archives, let me know you are interested and I will gladly send sample files your way.
EDIT.... again...:
I can definitely say there are a ton of files for use with models of enemies inside BTLODT.BIN. The problem is writing a script to extract the files. Is there anyone who can help if I send the sample file?
-
- beginner
- Posts: 28
- Joined: Thu Jun 07, 2018 8:09 am
- Has thanked: 1 time
- Been thanked: 5 times
Re: [PS2] Wild Arms 3 .bin archive
I used VGM toolbox to extract each model. But I noticed several things. The way they are stored isn't like anything ive ever seen. I been looking into all the .BIN files here is what I found.
[BTL]
BTLANM.BIN - Animations (118)
BTLMED.BIN - Animations (111)
BTMEP.BIN - ?
BTLOD.BIN - Textures (128), Animations (33)
BTMON.BIN - Models (362), Textures (827), Animations (5973)
BTLOVR.BIN - ?
BTLSE.BIN ?
[STG]
BTLKAR.BIN - ?
OUTANM.BIN - Animations (32)
STGANM.VIN - Animations (178)
STGEVTD.BIN - Textures (266)
STGEVTP.BIN - ?
STGMAP.BIN - ?
STGOBJ.BIN - Animations (15)
STGOUT.BIN - Animations (247)
STGSE.BIN - ?
[Strings Used]
53536864FFFFFFFF (.tex)
82BE82DD (.model)
0A414E4D (.amn)
After getting some help from Reh over at Zenhax he showed me my .tex are actually readable.

Offset is usually 2196 and the palette is at 1170-1174. I noticed a few times it was 1172 and 1174 so just have to check. But once you do that save a .bmp. This will make it nice to get the textures from all area's without playing the game.
Or you can do it the old way from PCSX2 and manually saving them.

Either way textures aren't too bad. Its the models that have been a struggle. I looked at the raw information and its hard for me to decrypt. I found that I cant get anything by the raw data. Not yet at least.
As for the save states. That's a different story. shakotay2 helped me with the script a few months ago but we still weren't able to get a proper extractor.

The results of the output were not proper uv channels. I don't know where the error is I've looked at the script for about 2 months now. I cant seem to find it. If I shift the bytes x04 i get the world.

Then I think if I shift -0x04 bytes I get this..

Which appears to be the missing faces from the 1st image. Not sure what's going on there. I noticed that this was the post from some years ago. Which included a .blend file. Which i think is the key to all this.

Because in this tutorial of the extractor all the uv's look correct and he supplied all 4 main characters uv mapped.

Here is the extractor he made for the eememeory
https://drive.google.com/file/d/195iKgJ ... sp=sharing
If anyone could help with this game that would be extremely helpful! Its been quite some time.
[BTL]
BTLANM.BIN - Animations (118)
BTLMED.BIN - Animations (111)
BTMEP.BIN - ?
BTLOD.BIN - Textures (128), Animations (33)
BTMON.BIN - Models (362), Textures (827), Animations (5973)
BTLOVR.BIN - ?
BTLSE.BIN ?
[STG]
BTLKAR.BIN - ?
OUTANM.BIN - Animations (32)
STGANM.VIN - Animations (178)
STGEVTD.BIN - Textures (266)
STGEVTP.BIN - ?
STGMAP.BIN - ?
STGOBJ.BIN - Animations (15)
STGOUT.BIN - Animations (247)
STGSE.BIN - ?
[Strings Used]
53536864FFFFFFFF (.tex)
82BE82DD (.model)
0A414E4D (.amn)
After getting some help from Reh over at Zenhax he showed me my .tex are actually readable.

Offset is usually 2196 and the palette is at 1170-1174. I noticed a few times it was 1172 and 1174 so just have to check. But once you do that save a .bmp. This will make it nice to get the textures from all area's without playing the game.
Or you can do it the old way from PCSX2 and manually saving them.

Either way textures aren't too bad. Its the models that have been a struggle. I looked at the raw information and its hard for me to decrypt. I found that I cant get anything by the raw data. Not yet at least.
As for the save states. That's a different story. shakotay2 helped me with the script a few months ago but we still weren't able to get a proper extractor.

The results of the output were not proper uv channels. I don't know where the error is I've looked at the script for about 2 months now. I cant seem to find it. If I shift the bytes x04 i get the world.

Then I think if I shift -0x04 bytes I get this..

Which appears to be the missing faces from the 1st image. Not sure what's going on there. I noticed that this was the post from some years ago. Which included a .blend file. Which i think is the key to all this.

Because in this tutorial of the extractor all the uv's look correct and he supplied all 4 main characters uv mapped.

Here is the extractor he made for the eememeory
https://drive.google.com/file/d/195iKgJ ... sp=sharing
If anyone could help with this game that would be extremely helpful! Its been quite some time.