xAranaktu / FIFA-23-CM-Cheat-Table

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

Columns of Playernames.csv #23

Closed justdan96 closed 1 year ago

justdan96 commented 1 year ago

For a script I am working on I needed to find the player names missing from this file: https://github.com/xAranaktu/FIFA-23-CM-Cheat-Table/blob/main/other/playernames.csv

These names start from ID 44001 and continue up to 45654. I've managed to grab all of these names and their IDs but I don't know what the last column is in the CSV above so I'm not able to contribute these back.

If you let me know I'll raise a PR and add them to the end of the CSV file.

xAranaktu commented 1 year ago

It's commentaryid. Cheat table doesn't use it.

justdan96 commented 1 year ago

Thank you, I've submitted https://github.com/xAranaktu/FIFA-23-CM-Cheat-Table/pull/24.