-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate car and track list from game files #43
Comments
Progress! 308199a adds the rudiments for reading car and track data from game files. We'll need to massage this data a whole bit to fit into our vision of a career. For reference (at the mild risk of a copyright boo-boo):
There's a lot here to digest and make sense of, but at least we now have access to the data. |
Capturing a few things that stand out, and ideas without really considering which ones are actually worth working on. Both cars and tracks
Tracks
Cars
I feel like we're getting into territory where input from Reiza would make our lives significantly easier, and by the way, mining game files and hosting that data is kind of a gray area, so I'll likely send off a mail / message to them about those two things. |
I've spent about an hour spelunking in the game files, and failed to find where the list of user-readable track + car names live.
We'd have to generate the lists "manually", and still ship data with the app as we currently do.
The text was updated successfully, but these errors were encountered: