Closed Sydok closed 10 years ago
When a new name is applied, the new name is right offset by 4 bytes and the 4 byte ID is overwritten.
I believe the only change needed is on line 90 in NameChange.cs. DATFile.Position -= 0x1C; should be DATFile.Position -= 0x20;
When a new name is applied, the new name is right offset by 4 bytes and the 4 byte ID is overwritten.
I believe the only change needed is on line 90 in NameChange.cs. DATFile.Position -= 0x1C; should be DATFile.Position -= 0x20;