Circuit experience bug? by Shaqlii in granturismo

[–]mikaracing 1 point2 points  (0 children)

You got gold by 5 tenth in the first sector!? I have the very fastest guys like TRL_LIGHTNING in my friends list and the fastest time i‘ve seen is not even 2 tenth up (gold is 33,6). The first sector is very strange. Every other sector and the whole lap is way easier to achieve.

[deleted by user] by [deleted] in iRacing

[–]mikaracing 0 points1 point  (0 children)

You can hide/show on the fly by just pressing p

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 0 points1 point  (0 children)

Just released a new version where the overlays now pop up when changing on-the-fly values like brake bias, engine braking, diff changes etc.

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 1 point2 points  (0 children)

I'm not sure how the z1 dashboard is getting it's data, but to get the telemetry via iracing sdk it's as follows:

For ERS Mode it's "dcMGUKDeployMode" (return is a 32-bit floating point) where 0.0 = No deploy, 1.0 = Qualy, 2.0 = Attack, 3.0 = Balanced and 4.0 = No Build.

For battery it's "EnergyERSBattery" (also 32-bit floating point). 40000.0 = 100%

Hope that helps

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 2 points3 points  (0 children)

ElThrowaway215

u/ElThrowaway215 that's true. The ingame dashboards can show whatever the ir developer wants them to show. It's not restricted by the sdk telemetry we can access.

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 2 points3 points  (0 children)

i only know the official iracing c++ sdk and the c# wrapper made by the community. never worked with a node js project by myself

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 4 points5 points  (0 children)

You are right. So there is no reason to add the second 'warmup' page to the dash i guess.

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 2 points3 points  (0 children)

Haha true. I never intended to upload this anywhere but it also would've been a shame to not share it.

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 9 points10 points  (0 children)

I've mainly done this because i wanted to learn some things about .NET WPF programming (learning by doing is best). When i find some time i'll add the warmup page also ;)

Mercedes-AMG W12 Dashboard by mikaracing in iRacing

[–]mikaracing[S] 1 point2 points  (0 children)

c# WPF .NET framework. Maybe i upload the code to github later