I would like to start doing a translation on Kingdom Hearts Final Mix.
I've read about virtual files systems and whatnot. For example, when you open the disc in windows, you only see a few files adding up to 4 megs or so. Obviously not the entire game. When I open the file with a hex editor, I can see where the files are because there are a bunch of zeroes before and after. I'm guessing it's to pad the file to the end of the sector. However, I can't find the file pointer table. What does it normally look like? Is it normally a bunch of hex values that are the actual addresses I can go to in the iso file? I really have no idea what to look for or where I would find it.
My next question is how would I go about changing the font? I see the "TIM2" in quite a few spots when I look through the file, but when I run TextER, it only pulls 3 files. None of them are the font.
I have no problem hacking nes and snes games, so I should be able to handle this. I'm also a computer science graduate, so I plan to make some utilities to make this easier for everyone once I figure it out.
I've done searches and read all of the documents I can find on this site, and I still can't figure it out.
Thanks in advance for any help you can provide.