@xexets You're welcome. I just reuploaded todays update with the updated plugin as it looks ok on my end.
3. I don't know. The file name must have been changed when I attached it to the post. That's strange.
Unfortunately it will be a bit before I can test as well. I have to head south unexpectedly for a family emergency. Not sure when I will be back but will definitely test when I do! Many thanks @romainrob for providing the fix so fast! Happy Holidays to you both!
At first: you make a verry good job!
Now a question, how can I change the path in Logitech Battery level? C:/User/username/AppData/...
The usernamre is wrong (missing domain)
br
Markus
Hi @romainrob I'm a software developer with SimHub specifically in Overlays for F1 22 and the work and effort you is amazing!
I have 2 questions for you!
1) is it possible read the Intervals between driver in Race in Spectator mode?
2) create a property with the Number Position of the driver that I am seeing in Spectator mode? for example to create differents Overlays comparing the Last Lap/Best Lap of the current driver vs next/previous one?
thanks a lot
regards from Argentina.
At first: you make a verry good job!
Now a question, how can I change the path in Logitech Battery level? C:/User/username/AppData/...
The usernamre is wrong (missing domain)
br
Markus
Hi Markus,
I changed how I get the file path. Hopefully it works in a domain environnement now.
I can't test it. Let me now please.
Close SimHub and overwrite the 2 files in your C:\Program Files (x86)\SimHub folder.
Merry Christmas to you 😀
Hi @romainrob I'm a software developer with SimHub specifically in Overlays for F1 22 and the work and effort you is amazing!
I have 2 questions for you!
1) is it possible read the Intervals between driver in Race in Spectator mode?
2) create a property with the Number Position of the driver that I am seeing in Spectator mode? for example to create differents Overlays comparing the Last Lap/Best Lap of the current driver vs next/previous one?
thanks a lot
regards from Argentina.
Hi Rama,
I'm not familiar with the F1 games data.
You're probably aware of it already I suggest you look into into Gary's plugin properties:
https://www.racedepartment.com/downloads/simhub-tv-style-side-scrolling-leaderboards-timings-sidescreen.18746/updates
1. It has interval properties.
2. And this may be what you're after: GarySwallowDataPlugin.CurrentlyObservedDriver
Happy Holidays!
@romainrob thanks, I know the GarySwallow's Plugin, but in this moment I try to design a Leaderboard for iRacing using your plugin and I saw that in spectator mode I can't see the Intervals between drivers in Race. I don't know if this is something permanent or there is some way or method to be able to see them
Sorry if I expressed myself badly
@rama-cisneros Ah, I see. I misunderstood.
1. The interval and gap properties will work while spectating, as long as the plugin has previously recorded a reference lap. So you need to have driven this car/track combo before.
2. That's something I could indeed add to the plugin. It'll have to wait a few days now, but I'll look into it 😉
@rama-cisneros Hi, I've added SpectatedCar_Position and SpectatedCar_PositionInClass properties to the iRacing plugin 😉
@romainrob thanks a lot!! Now, I can to create a Label with the Driver Title of observed driver in a race!
var pos = $prop('IRacingExtraProperties.SpectatedCar_Position');
if(pos < 10) pos = '0' + pos;
return $prop('IRacingExtraProperties.iRacing_Leaderboard_Driver_'+ pos +'_Name');
It's a shame there's no way to see the interval in spectator mode without recording a reference lap before.
is there an issue for the " IRacingExtraProperties.OptimalLapTime"? Doesn't work anymore...
Hi, my Geekometer is not showing all data. Do I need to install something to get it working?
is there an issue for the " IRacingExtraProperties.OptimalLapTime"? Doesn't work anymore...
Hi, it seems to work fine on my end.
Keep in mind, none of the sector times data is exposed by the game, so it's all computed by my plugin.
The optimal lap time property is only populated when the current lap >1 and you have recorded a best (and clean) sector time for every sector.
@rake Hi, the GeekOmeter is shared as "demo dash".
The properties it uses will change depending on the PC components, and the monitoring software used.
It needs to be edited to fit another system.