The VG Resource
Final Fantasy VI iOS image format - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: Final Fantasy VI iOS image format (/thread-25489.html)



Final Fantasy VI iOS image format - Oscar92player - 07-15-2014

Hi there! I am Oscar92player, I have a problems with the files of final fantasy VI IOS. I could open all the contents in extension .tga and .bmp without any problem (thanks to the information from Final Fantasy Wiki).

However, there´s some files in format .flb that cannot be opened with Photoshop or Gimp, I would like to know if there is a way to open them. I suspect these files has to do with the graphics, because all that I found previously, it is not the majority of things we can see in the screen. We miss things like interface, the wallpapers in the screen tittle, some images form the ending… among other things.

I uploaded the FLB folder that contains the following:
FLB Folder

All the resources will be uploaded in a .rar or .zip file, use them as you prefer.

P.S.: I don´t have a permanent connection, so I cannot answer the topic in certain hours of the day.

Thanks in advantage!


RE: Final Fantasy VI iOS image format - puggsoy - 07-15-2014

The good news is that the graphics data is there, and it's as 32-bit ABGR. This means no fancy-schmancy compression or pixel format to deal with. For example I've managed to get the pause button sprites using TextureFinder:

   

The not-so-great news is that all the additional data isn't that easy to understand. If I look in the files I can find the widths and heights and I know the graphics come directly after that, and I mean that makes it fairly easy to manually extract these images. The thing is, it'd be way more convenient to automate this. To do that I have to, at the very least, figure out a way to locate the widths and heights programmatically.

So I'll see if that's possible, then I can maybe create something to extract these images quickly and cleanly. This is looks good though, I've seen much more ugly and indecipherable formats.

EDIT: OK, I've figured it out. That is, I know how to locate the dimensions (I still don't understand most of the data). It's a bit late now but I'll try whack something together tomorrow to extract images from these files.


RE: Final Fantasy VI iOS image format - Oscar92player - 07-16-2014

Thank you for replying so soon, you´re helping me a lot with these files, I tried a lot of ways, I didn´t know what to do.

Waiting impatiently the results.
Regards.


RE: Final Fantasy VI iOS image format - puggsoy - 07-17-2014

This took a bit longer than expected, but here's FLBExt.

You can use it two ways. The first is to simply double-click on FLBExt.exe, and it'll give a dialog to choose your FLB files in. Then it'll open another dialog to choose which folder to extract the images into (the folder must already exist, there isn't a "New Folder" option unfortunately). Wait a sec, you'll see some stuff pop up in the console window (either that it's extracting or that the FLB files are corrupt, but the latter shouldn't happen), then when it's done go to the folder you chose. Within you'll find subfolders, one for each FLB file (e.g. TitlRolleyesxtracted), and within those you'll find the extracted images and PNG files.

The second way is using the command-line or a batch file. The usage goes like so:

Code:
FLBExt inFile outDir
    inDir: Directory containing the files to extract
    outDir: Directory where extracted images will be saved

Pretty self-explanatory. The only differences are 1) you need to specify a directory and it'll automatically extract all FLB files in there and 2) outDir will be created if it doesn't already exist. In all other respects it'll work exactly the same as the first method.


Anyway yeah, enjoy! Most FLBs have weird coloured squares along with the other images, I assume they're used for some code-controlled things in the game, but I can't really avoid extracting them. You'll see the bits you want though.
If you need help or anything goes wrong just say Smile


RE: Final Fantasy VI iOS image format - Deathbringer - 07-18-2014

Am I doing something wrong?
[Image: ibiLQS3VgMhCaW.png]


RE: Final Fantasy VI iOS image format - puggsoy - 07-18-2014

No sorry, that was my fault, I forgot to include a file. It's annoying because I can't be warned about these things, I'm pretty sure that's the issue though.

Redownload it, it should work now.


RE: Final Fantasy VI iOS image format - Oscar92player - 07-18-2014

Thank you for your help, I checked the program and all the files except two canbe opened with the quality they really have, the rest can be visible without any problem.

As I promised, when I take out all the files I will upload them for your personal use.

Thank you so much again mate.


RE: Final Fantasy VI iOS image format - Dazz - 07-18-2014

Puggsoy 4 President


RE: Final Fantasy VI iOS image format - puggsoy - 07-18-2014

(07-18-2014, 08:55 AM)Oscar92player Wrote: Thank you for your help, I checked the program and all the files except two canbe opened with the quality they really have, the rest can be visible without any problem.

Could you point out which two are having issues? I can take a close look at them and maybe see what the problem is.


RE: Final Fantasy VI iOS image format - Oscar92player - 07-20-2014

The problem could be found in the textures, I cannot tell which have failed (are to many in the Effects folder), I only could locate this one "magic_0d2_bg3_full.flb", but I think the problem is from the prorper texture.

Thanks for your interest, and as I said here you arre all I have extracted from the game, I hope it be useful!

FF6 iOS Graphic Resources

FLB Resources Extracted


RE: Final Fantasy VI iOS image format - Koh - 07-20-2014

I cant really say what's an error, but it all looks clean to me. I took a look in the portraits folder and lol'ed. Are you planning to do the other iOS exclusive graphics, like Final Fantasy Dimensions?


RE: Final Fantasy VI iOS image format - Oscar92player - 07-21-2014

Unfortunately, I tried another games like FFV buy all the graphics are kept in .bin files.

More over from FF Dimensions I coouldn´t find the IPA file, but as I read the graphics are kept in .bin files also. If I could open them I could take all the resources.

Sorry for not helping you in this case. Regards!


RE: Final Fantasy VI iOS image format - puggsoy - 07-21-2014

(07-20-2014, 12:24 PM)Oscar92player Wrote: The problem could be found in the textures, I cannot tell which have failed (are to many in the Effects folder), I only could locate this one "magic_0d2_bg3_full.flb", but I think the problem is from the prorper texture.

"magic_0d2_bg3_full.flb" appears to not have any images in it at all, and just random data that (I assume) isn't of any use when images is all you want.

Here's FLBExt 0.2, if the file has no images it'll simply say "No images" and move on, instead of crashing. You might not need it anymore but it took like 2 minutes to fix, so I thought why not Smile


RE: Final Fantasy VI iOS image format - Oscar92player - 07-22-2014

Thanks for fixing this issue, puggsoy. I´ll download it anyway and check all the archives in order to see wich fail.
You´ve been a big help for extracting the resources, thanks mate!