Step 2: Exploring the .mdb



Click on the .mdb that you saved. Mine is canada.mdb

You should see this

So there are seven tables that you need to edit to make a team.
table_leagueteamlinks
table_players
table_playerwrite
table_specialteamplayers
table_teamkits
table_teamplayerlink
table_teams

Also there are tables that contain useful information:
table_coloridorgb - can determine which color id to use. But not really practical to use
table_stadiums - Tells what stadium id to use.
table_teamformationnames - Tells team formation id.

The other tables are not really useful for team addition

Next

Back to Index