The plan that was pencilled in back in January had the two series run from August 5 to December 16, since O`Reilly and Trucks have 20 and 19 ovals this year.
Our schedule is not finalised though, especially since we haven't discussed the suggestions in detail yet.
Am Pit-In sind in vielen Fällen BBs von 40% bis 48% neutral, wobei sich die Balance verschieben kann (bspw. im Banking noch loose, vor Pit Speed dann front-limitiert). Bei Avoidance biegen diese Autos gern mal nach rechts in die Wand ab, daher würde ich kurz nach der grünen Flagge die BB nicht gleich runterstellen.
retsrofekaj In app.ini there is a line reportCompetitorPitEnabled=1 ; Report when the car in front/behind for position is pitting. It's an automated report that may or may not have bugs.
I may have been overdriving a bit. As usual, it's worth spectating Jakub, I think. We had similar pace in the first stint despite different approaches, then he started gapping me a little. Petr found the grippy bit on the outside of T1.
provided they do not take up a driver slot when joining, it's fine. As I understand it, the spotting function doesn't take up a slot. Thanks for asking.
We've never reached the 25-driver limit here before though.
Danieldsx Hallo Daniel, das Rennen ist glücklicherweise morgen. Der Server erscheint dann in iRacing ab 19:00 unter "Hosted". Bloß für das iRacing-Update davor müsstest du noch Zeit einplanen.
Falls du den Trainingsserver für heute gesucht hast: den haben wir für diese Saison wegen geringer Beteiligung eingestellt.
A VO team has been created over at Garage 61 and I've invited as many VO drivers as I could find. Garage 61 Data is available for a year after upload (without subscription).
If you are unfamiliar with uploading telemetry, it's roughly 225 MB/h of space or 500 kbit/s of bandwidth. Consider restricting the upload to 1000 kbit/s and deleting the files after a while. Also, Garage 61 uploads any IBT file it finds in the telemetry folder, so I've turned irsdkAutoLogDisk off.
Garage 61 will switch telemetry on anyway if it's running in the system tray.
script for AutoHotkey v1.1 to start Garage 61 at specific times prior to VO races
Code
#NoEnv
#SingleInstance force
#Persistent
iRacingExe = iRacingSim64DX11.exe
CheckEveryMilliseconds = 1000
{
{
; SET PATH AND TIMES BELOW
G61LoggerPath = C:\Users\User\AppData\Roaming\garage61-install\garage61-launcher.exe
ServerStartTimeSunday = 1700
ServerStartTimeOther = 1800
SundayDayNumber = 1
OtherDay1Number = 3
OtherDay2Number = 4
}
}
; --- END OF CONFIG ---
G61LoggerExe := SubStr(G61LoggerPath, InStr(G61LoggerPath, "\",, 0)+1)
SetTimer, Launcher, %CheckEveryMilliseconds%
Return
Launcher:
{
Process, Exist, %iRacingExe%
If ErrorLevel != 0
{
If (A_WDay = SundayDayNumber) or (A_WDay = OtherDay1Number) or (A_WDay = OtherDay2Number)
{
If A_WDay = SundayDayNumber
ServerStartTime := ServerStartTimeSunday
else
ServerStartTime := ServerStartTimeOther
HourMin := A_Hour . A_Min
If (HourMin - ServerStartTime) >= 0
{
Process, Exist, %G61LoggerExe%
If ErrorLevel = 0
Run, %G61LoggerPath%, , Min
ExitApp
}
}
}
}
Return
Display More
---
A telemetry visualisation/audification tool called Bloops is designed to work in conjunction with Garage 61. iRacing Authentication
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
By default, Bloops will select one of your laps for comparison, but it should also work with teammate data. I just haven't had the chance to test that yet.
The graph has limited usefulness while driving, but the beeps when approaching the braking zone may be of use for finding visual reference points during the first practice laps. For other sessions, I'd turn it off.
Before trying it, consider putting the headphones down and then reducing the sound volume.
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.