xAranaktu / FIFA-23-CM-Cheat-Table

FIFA 23 Career Mode Cheat Table
GNU General Public License v3.0
69 stars 27 forks source link

Add Missing Player Names #24

Closed justdan96 closed 1 year ago

justdan96 commented 1 year ago

This adds the missing player names to the playernames.csv file. These names are numbered from 44001 to 45654.

They were found by grabbing all the player IDs of players with names not in the CSV, then scraping online sources for what names those name IDs correspond to. The list includes first and last names.

xAranaktu commented 1 year ago

Names with IDs above 44000 are stored in dcplayernames table in the game database. Cheat Table is reading these names directly from the game memory -> here. Having these names stored in the playernames.csv won't work because these names can change with every single squad file update.

justdan96 commented 1 year ago

Ah I wasn't aware, thanks for the explanation!