Closed justdan96 closed 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.
Ah I wasn't aware, thanks for the explanation!
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.