mrcodedev / f1-2021-telemetry-app

F1 2021 with the UDP telemetry for the Codemasters F1 2021 game and app to show the data of the game
MIT License
59 stars 3 forks source link

Not getting telemetry #9

Open ghildebrandt opened 2 years ago

ghildebrandt commented 2 years ago

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.

maurizioterreni commented 2 years ago

Hi, i have the same problem.

mrcodedev commented 2 years ago

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 :(

ghildebrandt commented 2 years ago

No Problem, take your time. Thanks for the reply!

ghildebrandt commented 2 years ago

hey, have you had a change to take a look?

ideffix commented 2 years ago

I had similiar problem, following steps fixed it:

  1. go to server/playground/index.ts
  2. Find activeTelemetry and set to true telemetry type that you want to recieve
  3. If you select motion go to comment // 0: Motion and uncomment console.log

@mrcodedev kudos for you! This project is gr8!