Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

A hub for everything related to NBA 2K21 modding. Releases, previews, requests, and other modding discussion belongs here.
Post a reply

Extract Roster Information

Tue Nov 24, 2020 12:55 am

Is there any known way to mass extract roster information from the game?
For our online league we use a google spreadsheet to manage our rosters (so basically it shows name, ovr, pos, age and the contracts details that these player have in our league). Right now it is a really tedious work to manually type all these information while having the game open on the second monitor screen. takes like 3-4 hours doing so for every season. It would make things much, much easier to be able to just extract this information with some kind of tool

I know looyh's NBA 2k Tool is able to extract single player information to clipboard, but I don't know if it's really worth it doing this for 400+ players one by one.

Re: Extract Roster Information

Wed Dec 16, 2020 4:17 pm

I believe when you copy the stats through Looyh's tool is it in JSON formart. You can use this website to turn that into a CSV.

All you have to learn how to do is combine all of the player's into one JSON file so you can convert it all at once.

http://convertcsv.com/json-to-csv.htm

Re: Extract Roster Information

Wed Dec 16, 2020 8:21 pm

DishTheRock wrote:I believe when you copy the stats through Looyh's tool is it in JSON formart. You can use this website to turn that into a CSV.

All you have to learn how to do is combine all of the player's into one JSON file so you can convert it all at once.

http://convertcsv.com/json-to-csv.htm


Thats my point. Clicking through around 600 players is too much work. I have created a google spreadsheet that can do the same for single players like your link.

All you have to learn how to do is combine all of the player's into one JSON file


And this is exactly what I was asking here.
Post a reply