Hi. I have a set of config files like cars,tracks nad classes.json but they are completly outdated. Is there a source where you guy get the new json files for that?
Hi, I’m afraid we don’t have a resource like this, our Manager loads the content lists directly from the server HTTP API.
You could look in to getting this data from the API yourself though, by starting the server, ensuring that the HTTP API is enabled (it should be by default with our Manager) then going to http://127.0.0.1:9000/api/list
(by default, the host/port may be different depending on your setup).
This page will output all server content lists supported by the server version you are using, including tracks, classes and cars.
Thanks