Author Topic: [FFVII PSX] Field file walkmesh question.  (Read 2762 times)

Akari

  • *
  • Posts: 766
    • View Profile
[FFVII PSX] Field file walkmesh question.
« on: 2006-03-20 18:35:07 »
I found that in psx version walkmesh are in DAT files. They are right after the 1section in PC version. BUT... although I found them manually I still doesnt get how to it automaticly. There is no pointer to this part directly, and I dont get how to calculate size ot text part (There are pointer to text and it seems that walkmesh are right after it).

Micky

  • *
  • Posts: 300
    • View Profile
[FFVII PSX] Field file walkmesh question.
« Reply #1 on: 2006-03-20 22:37:29 »
Are you sure its not one of the pointers from the beginning of the file? They are relative to the file loaded into memory, so if you subtract the first pointer from all of them you should get the file position plus the size of the offset table.

Akari

  • *
  • Posts: 766
    • View Profile
[FFVII PSX] Field file walkmesh question.
« Reply #2 on: 2006-03-21 01:24:57 »
Mmm yes, it looks like it  :D  thanks!