Just extract all the files into your SimHub Directory then start SimhubWhat do we do with the files once downloaded?
Just extract all the files into your SimHub Directory then start SimhubWhat do we do with the files once downloaded?
ok so if I understand correctly you want:
AheadOnTrackXX_Serie
AheadOnTrackXX_ShortName
AheadOnTrackXX_CarBrand
Same for Behind
That's it ?
If so, the data are already available:
AheadOnTrack_DriverShortName (01 to 40)
AheadOnTrack_CarBrand
AheadOnTrack_Series
AheadOnTrack01_DATA represents the first car directly in front of the player on the track and not in the general classification
AheadOnTrack02_DATA represents the next car and so on.
There is no car 00
Maybe I misunderstood your request?
Ok thanks for the infoHi, no this is a dedicated ACC plugin. I'm working on the RF2 version but slowly...
Hey dde32.
Is it possible to make the leaderboard positions stop updating after chequered flag at all? In essence once the race is finished the leaderboard properties still continue to update based on who is the furthest forward on the track. So you cuold be in 7th for example, return to pit where you in the forward most pit box and you would then show as being in P1. Is that something you are able to do? Hope that all makes sense. I'd be happy to DM back and forth if you wanted more context or assistance if you feel this is worth doing.
Additionally to that is it possible to add a 'Mandatory Pit Complete' or 'Mandatory Pit Stops To Complete' property to the 'SWLeaderboard.PositionXX' properties? Unsure if the game actually broadcasts this info though.
That's great about the leaderboard positions. Thank you for considering it. I thought it would be cool if the data could essentially freeze between the race ending and the next session beginning so you could admire your finishing position. Especially if it's a P1yes I think I should be able to do that.
I need a little time but a priori nothing is blocking.
Concerning the pitstops for the leaderboard (SWLeaderBoard.PositionXX), ACC does not provide this information. I can deduce whether a driver is in the pits or not (with his position).
I can count the pitstops but I don't know if a mandatory stop was made correctly. I make this information available:
- LastPitStopDuration
- LastPitStopLap
- LastPitWasDriveThrough
- PitStopCount
But I can't do better. We have no information on refueling or tire changes from a competitor and therefore I have not found a method that could work
Would a calculation involving the race time becoming zero and the lap count no longer going up work. Or a calculation where the race time becomes zero and car by car the next time the track location percentage becomes 0 again the position "pauses" it's updates until the session changes again?I looked around last night to see how to do it. The problem that I see and which we will have to get around is that we do not have any information on the competitors which could tell us if they have passed under the checkered flag. On this information only for the player.
We cannot freeze the positions of all the competitors at the moment the player crosses the finish line because the positions behind can still change.
We have to find a trick!
Would a calculation involving the race time becoming zero and the lap count no longer going up work. Or a calculation where the race time becomes zero and car by car the next time the track location percentage becomes 0 again the position "pauses" it's updates until the session changes again?
Something along the lines of:
function (freeze race position)
if ("race time" == 0) {
if ("Position 1 track location percentage" == 0) {
freeze "Position 1 position"
}
if ("Position 2 track location percentage" == 0) {
freeze "Position 2 position"
}
}
And then some other function to restart the property updates again once the session changes again
Please excuse my very crude C# example. My C# knowledge is limited pretty much only to my own plugin. I have little to no knowledge of extracting data to create properties. Only the creating of properties from a settings screen that I do in my own plugin.
Is the player based property of "DataCorePlugin.GameData.TrackPositionPercent" available for competitors?
I believe GarySwallows Plugin does something like this but then I'm not sure how he does it or if it only works through his because his properties only update every track sector and not constantly like yours.
Thank you very much for your feedback. There is no hurry. I think the conversion might take a little more time because it also has an impact on all Ahead and Behind information, also on the Ahead and Behind OnTrack Information. See screenshot.Hi. I will try to take care of it quickly but these days I have very little time.
Hopefully tomorrow it will be possible.
GT2 Cars and GT2 Serie
Hi Thank you so much for this. There is still a small bug. See screenshot. It should actually say GT2 everywhere.dde32 updated SimHub Swoop Plugin with a new update entry:
0.9.3.2 GT2 DLC
Read the rest of this update entry...