Hey Guys!
I'm new to SimHub and been playing around with creating my own Mobile Dash for DirtRally 2.0>
I am not too good with coding and telemetry but I was wondering if anyone could point me in the direction of how to add the "Stage Length Remaining" to my Dash?
The other thing... is there a way to find out what Telemetry is fully available so we can add it to our custom dashboards?
Thanks
blu
Hi it does not exists as "is" but you can use a simple calculation :
(1-[TrackPositionPercent]) * [TrackLength]
For the available properties you can check the "available properties section you have a status :
Thanks for the reply. I will try and figure it out 🙂
@admin5435 ... ok quick question... is there a way I can turn the value to show 1-100% instead of it counting down in what i presume is Meters from the end of the stage?
I am trying to get it to show me how much of the stage is left if i glance down and i see 85% then i know if i get a flat i only have 15% to go and i can make it rather than stop and change and incur a penalty.
Thanks
blu
(1-[TrackPositionPercent])*100 will do the trick 😉
@admin5435 awesome... thanks... i will try it out tonight and see how it works. I've attached a screenshot of what i've done so far ... still working on it to see what info is helpful and what isn't.
Thanks again for the help 🙂
@admin5435it worked perfectly thanks!!!!!!!!!! One small question LOL what code can i use to have it start at 1% and end stage at 100% instead of doing 100% in the beginning and counting down to 1% at the end?
thanks again
That's really simple maths 😉 [TrackPositionPercent]*100