View Single Post
Old 10-11-11, 11:32 AM   #60
Anvart
Admiral
 
Join Date: Jan 2006
Location: Russia ®
Posts: 2,492
Downloads: 122
Uploads: 1
Quote:
Originally Posted by TheDarkWraith View Post
...
~95% of the pointers are located at the end of the file.

Those pointers have the following configuration...
first 4 bytes: offset in section (from start of section). This usually points to a value, a place for a pointer to go, or start of something (bone, model, skeleton, etc.)
second 4 bytes: seems to be some kind of description/identifier/accessor. Usually this value is 0x0. Have seen it be 0x6 but don't know what that value means
third 4 bytes: offset in section (from start of section). This usually points to text (Strings). Can point to start of something (bone, model, skeleton, etc.)
...

You did not write anything new ...
Where full template of parsing?
...
I agree, it's easier at once to write code in C ... C#...
but the template will help to other modders (programmers) to write better code... may be...
__________________
Alex ®


Moses said: "Don't create yourself an idol"...

Last edited by Anvart; 10-11-11 at 12:00 PM.
Anvart is offline   Reply With Quote