Qhimm.com Forums
Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Akari 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).
-
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.
-
Mmm yes, it looks like it :D thanks!