Tue Jul 15, 2014 3:08 pm
Tue Jul 15, 2014 3:36 pm
Tue Jul 15, 2014 3:50 pm
Andrew wrote:You'll also need to make that change in career.dbf, otherwise the assignments will be incorrect...assuming of course, you're looking to retain accurate NBA rosters and care about the career stats.
Andrew wrote:As a side note, over the years I've discovered that the corresponding IDs in players.dbf and appearance.dbf don't really matter; it's just for reference, being able to easily find the correct player. In terms of the correct appearance data in appearance.dbf matching up with the appropriate player data in players.dbf, it's all about being on the same numbered row in both databases.
For example...the player on row 510 in players.dbf will use the appearance data on row 510 in appearance.dbf, regardless of whether or not the PLAYERID and APPEARID values match or not. However, it's a good idea to make sure that they do match, as it makes it a lot easier when hunting through appearance.dbf for the correct player.
That's why it's a good idea not to delete players from the database, and just assign them to Team 32 (the Retired Pool) if you want to remove them from the active roster. When the rows in player.dbf and appearance.dbf don't line up, that's when you get players with incorrect appearance data.