SHWotever / SimHub

Multi sim dashboard, bass shaker driver, ....
http://www.simhubdash.com/
797 stars 97 forks source link

R3E NCalc function drivercarnumber not working as expected #1553

Closed SCarlsen7757 closed 8 months ago

SCarlsen7757 commented 8 months ago

Game RaceRoom Racing Experience

Describe the bug When using the NCalc function "drivercarnumber(raceposition)" this does not return the car number. This returns "" (string.empty).

Simhub version 9.2.3

To Reproduce

  1. Start replay of R3E when ingame
  2. Go to 'NCalc Tester Binding'
  3. NCalc Formula 'drivercarnumber(1)'
  4. Raw result "" (string.empty)

Expected behavior Return the car number that is available in R3E.Data.DriverData[].DriverInfo.CarNumber.

Screenshot 2024-02-25 011037

SHWotever commented 8 months ago

Hi ! I confirm I missed it was available on RRRE, I wired it for the next update.

Nicolas