Author Topic: FF9 *.IMG Archives  (Read 6489 times)

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
FF9 *.IMG Archives
« on: 2002-02-27 18:41:00 »
Well, the subject says all. I'm quite sure, anyone of you has decoded this format or at least knows someone who has. Is there any description / source code out there?

I could need this info for my Parasite Eve Ripper ...

Thanx !

 - Alhexx

Qhimm

  • Founder
  • *
  • Posts: 1996
    • View Profile
    • Qhimm.com
FF9 *.IMG Archives
« Reply #1 on: 2002-02-27 18:47:00 »
For the project that was to become the FF9Viewer, I decoded the FF9 .IMG format. It doesn't contain anything but the absolutely necessary though. Sort of like a tree-like structure of files, referenced by CD sector numbers IIRC. I was able to extract all QuadMist/TetraMaster graphics using the alpha-version of the app. I could dig up the info, but it'll take some time.

Goku7

  • *
  • Posts: 1301
    • View Profile
FF9 *.IMG Archives
« Reply #2 on: 2002-02-27 23:47:00 »
Could you be able to extract instrument samples based on what you've done with the format?

It'll help for the FF9 mod.....

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
FF9 *.IMG Archives
« Reply #3 on: 2002-02-28 18:47:00 »
Fine ... is there any description out there? Or code?

 - Alhexx

Qhimm

  • Founder
  • *
  • Posts: 1996
    • View Profile
    • Qhimm.com
FF9 *.IMG Archives
« Reply #4 on: 2002-02-28 21:00:00 »

CKtalon

  • *
  • Posts: 57
    • View Profile
    • http://www.ffrc.cjb.net
FF9 *.IMG Archives
« Reply #5 on: 2002-03-01 06:26:00 »
On extracting the files, the file is a ff9test.bin, what do u use to open this file to view the textures, and stuff?

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
FF9 *.IMG Archives
« Reply #6 on: 2002-03-01 13:27:00 »
Qhimm: Thanx a lot. I'll take a look at that when I find some free time (my driving license exam is in 5 days...)

 - Alhexx

dgp9999

  • *
  • Posts: 247
    • View Profile
    • http://molexroots.com
FF9 *.IMG Archives
« Reply #7 on: 2002-03-14 18:59:00 »
Um... I don't have any C++ program, could I get a compiled version? Unless there's a magical way of compiling it through Delphi?   :rolleyes:

dgp9999

  • *
  • Posts: 247
    • View Profile
    • http://molexroots.com
FF9 *.IMG Archives
« Reply #8 on: 2002-04-08 19:46:00 »
I know this topic is dead and buried but I took it to college where they have C++. Where are the project groups? Where is the GUI? Or is it a console app. I can't get it working.

-Dan

Qhimm

  • Founder
  • *
  • Posts: 1996
    • View Profile
    • Qhimm.com
FF9 *.IMG Archives
« Reply #9 on: 2002-04-09 11:19:00 »
If you read my page, you'd know I use Microsoft Visual C++ for all my projects. If you get these kind of problems, chances are you're using some different app, possibly even some old sh*t like Borland C++ (not builder).

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
FF9 *.IMG Archives
« Reply #10 on: 2002-04-09 21:48:00 »
oh, qhimm, ive been meaning to ask.... is it difficult, or even required, to learn things such as mfc to create a visual c++ application?

Qhimm

  • Founder
  • *
  • Posts: 1996
    • View Profile
    • Qhimm.com
FF9 *.IMG Archives
« Reply #11 on: 2002-04-10 11:19:00 »
Actually, MFC is the easy way in. You just have to learn a way of thinking and the whole of Windows will open up to you. What's really hard is to create optimized Visual C++ *without* MFC, in which case most of the handy tools like automatic event and message handling are lost and you're pretty much on your own in the jungle called Windows.

dgp9999

  • *
  • Posts: 247
    • View Profile
    • http://molexroots.com
FF9 *.IMG Archives
« Reply #12 on: 2002-04-10 19:10:00 »
I was trying to run it in Borland C++ Builder, I don't think the college has Visual C++, but I could look.