Quote:
Originally Posted by Cap
If I want to add a new boxer to my AU, I go into "MEN" and copy one of them, rename them and tinker with the ratings. Does that mean there are two characters in the database with the same ID number?
Cap
|
The only way I know to tell for sure is to export the players into CSV or XML and look at their IDs. I'm guessing that the game does... something there with the ID; it's not just going to create someone with the exact same one because, well, you'd constantly run into this issue. It either *also* starts incrementing at 1 (which, you'd run into the same issues there) or else it checks the DB for duplicates before assigning the ID.