by fjccommish on Sun Jan 20, 2008 10:49 am
Players.dbf contains ratings and attributes. This file includes a team column which indexes it to the teams.dbf file and playerID which indexes it to other files about players.
For example, Players.dbf has a 3 for TEAM for a certain player, then that player is on the team that has TEAMNUM 3 in the teams.dbf.
For example, if in Players.dbf a player has a playerID of 1, then look up appearID = 1 in appearance.dbf which will be the entry for that same player.
appearance.dbf contains info on a player's height and weight.
Make sure to back up all files before you edit them.
Keep in mind that some players have multiple entries in players.dbf and in other files.