Anyone have any API docs? Would love to finally be able to write my own controller inputs. I'm assuming its some C++ tie-in to unreal but I'm definitely not familiar enough with unreal's architecture...
I don't think API documentation is available yet but this is a good startpoint: The API runs on http://localhost:31270/. Start by checking these endpoints using f.e Postman, don't forget to add the api key in the header called "DTGCommKey". When you activate the API by adding the -HTTPAPI launch parameter in Steam, you can find the api key in you user profile under Documents\My Games\TrainSimWorld5\Saved\Config\CommAPIKey.txt http://localhost:31270/list http://localhost:31270/info These give you insight into available nodes and endpoints, great starting points for exploring.