Frans.Hendrik
Academy Player
- Joined
- Feb 19, 2011
- Messages
- 237
Most database issues are experienced due to the offsets being incorrect. I have posted a guideline on how to fix this, but unfortunately the logic is not simple and you have to understand HEX editing to get the new offset.
The editor works by creating its own DB structure over the HEX, so for example FF000555XXXX would be seen as the start of the teams db structure as that is record one. Now if you've changed the data of the initial record e.g. changing the name or stuff like that, the editor can't find the offset anymore to know that is the start as the HEX values would have changed.
The editor works by creating its own DB structure over the HEX, so for example FF000555XXXX would be seen as the start of the teams db structure as that is record one. Now if you've changed the data of the initial record e.g. changing the name or stuff like that, the editor can't find the offset anymore to know that is the start as the HEX values would have changed.