You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open a .mta from a character's material_anime_eye.pac and save it, a few things get messed up. First, the Second Material Hash gets changed to match the first Material Hash, which causes the character's eyes to move in the wrong direction.
Before saving:
After saving:
Second, the offsets within the file are all off by 0x10 (h), so the file basically becomes unreadable. In order to fix these you would have to go through the file in a hex editor and add 0x10 to all of the offsets.
For example, the corrupt mta vs. the readable mta:
These offset changes need to be done for each material in order for the file to become readable again (6 materials in this mta)
The text was updated successfully, but these errors were encountered:
If you open a .mta from a character's material_anime_eye.pac and save it, a few things get messed up. First, the Second Material Hash gets changed to match the first Material Hash, which causes the character's eyes to move in the wrong direction.
Before saving:
After saving:
Second, the offsets within the file are all off by 0x10 (h), so the file basically becomes unreadable. In order to fix these you would have to go through the file in a hex editor and add 0x10 to all of the offsets.
For example, the corrupt mta vs. the readable mta:
These offset changes need to be done for each material in order for the file to become readable again (6 materials in this mta)
The text was updated successfully, but these errors were encountered: