Hello, does anyone know if there is a way to extract the list of livery names and corresponding IDs from the game files? ...or if there's an existing database for it somewhere, but I haven't seen one so far.
You can extract the whole list from the dedicated server's API by going to http://localhost:portnumber/api/list/liveries By doing that it gave me the attached list
Holy crap how did I not know there was an API? Thank you very much, that's exactly what I needed! What port number should I use?
not sure what the default port is as i believe i've changed it, but you can find the httpapi settings in the server.cfg file inside the dedi install folder, you will need to install the dedicated server and have that running obviously