f1-2021-telemetry-app
f1-2021-telemetry-app copied to clipboard
Not getting telemetry
Hi, i cloned this repo and followed the instructions but i dont get telemetry output in console as it shows in the gif.
npm version: 8.3.1 node version: 16.14.0
any idea why this may be? I doesnt ssem to an issue with the F1 game udp config as i tried this https://www.f1laps.com/ and it correctly captures the telemtry. Am i missing something? Any help would be appreciated.
Hi, i have the same problem.
Hi there,
im moving into another house, and i dont have the game accesible for testing. I will answer you as soon as possible when I can test it. Sorry for the inconvenience :(
No Problem, take your time. Thanks for the reply!
hey, have you had a change to take a look?
I had similiar problem, following steps fixed it:
- go to
server/playground/index.ts
- Find
activeTelemetry
and set totrue
telemetry type that you want to recieve - If you select
motion
go to comment// 0: Motion
and uncommentconsole.log
@mrcodedev kudos for you! This project is gr8!