Closed jeroenvanwissen closed 5 years ago
That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).
It runs a REST API on port 5397 that lets you query your game for current standings of the race + session information.
And where is the webdev folder located in the rFactor 2 folder? Should I just create one in the root ?
On Tue, Jan 22, 2019 at 12:49 PM Kieran Chadwick notifications@github.com wrote:
That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).
It runs a REST API on port 5397 that lets you query your game for current standings of the race + session information.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KChadwick96/rFactor-2-Overlay/issues/25#issuecomment-456372149, or mute the thread https://github.com/notifications/unsubscribe-auth/AS7Lp8QuFQffVS57RhIjGh9O-lokJz6bks5vFvrXgaJpZM4aMfeh .
@KChadwick96 where should I put the compiled files ? Searched through the rF2 folder structure and can't find any webdev folder
Yes you would manually create the webdev folder and put the compiled files in there. This webdev folder would then be served the plugin provided by Studio397
@KChadwick96 created the webdev folder in my rFactor2 folder but it doesn't work.
created this and copied files there
c:/Program Files/Steam/.../steamapps/common/rFactor 2/webdev
Maybe I'm not using the correct plugin provided by Studio397, which one is it exactly?
That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).
That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).
Hello, So it's not possible to install?
private BASE_URL = 'http://localhost:5397/rest/watch';
What should be running on that port? If it's a webserver, what should be running on /rest ?