V1.15 Changes Video:
In Depth Tutorial Here:
Perf and KMH Delta Demo here:
This is my Performance Delta app that I created after feeling like I could not trust the delta values being provided by AC. It has a few extra features, as well. It is tyre compound aware, so you won't compare a lap on super softs to a lap on mediums. Any better time is shown in green, any time within .25 seconds is yellow, within .5 seconds is orange, anything over .5 is red, and it turns purple if all four tires leave the track. The color will dim if you are trending towards a worse lap time, and brighten if you are trending towards a better lap time (regardless of your up/down). Some of the features are adjustable from the settings.ini, which is created with default values the first time you use the app.
From the INI:
;Set Values to 1 to turn them on, 0 to turn them off.
;AdjustIntensity toggles showing brighter/dimmer for trending.
;ResetDuringPit toggles resetting delta during pit stop regardless of tire change.
;ResetDuringQualification toggles resetting delta during qualification pit stops regardless of tire change. This is a qualifier for ResetDuringPit, which must be enabled for this to have any effect.
;ResetDuringPractice toggles resetting delta during practice pit stops regardless of tire change. This is a qualifier for ResetDuringPit, which must be enabled for this to have any effect.
;UsePitOffset toggles an adjustment to the lap time to try to make deltas when exiting the pits more relevant. Work in Progress.
;HideIcon hides AC icon.
;Default AppWidth is 110. Change this value to resize the app larger/smaller.
;Default ShowLapTimeDelay is 4000.0 milliseconds, set it to 0.0 to disable it.
;ThreeDigitPrecision toggles showing 2 or 3 digits after the decimal.
;Default backgroundOpacity is 1.0, but you can set it anywhere from 0.0 (transparent) to 1.0 (fully opaque).
;drawBorder toggles drawing the app border.
;fullSpeed toggles showing delta at full speed or every .1 seconds.
;allowedtyresout controls detecting off-lap incidents. set to 4 to disable tracking valid laps (the default), or 1, 2, or 3 to enable.
;UseHotkey enables the F10 hotkey to clear the current values.
;persistentDelta enables the saving and loading of Delta information across sessions and compound changes. The StoredDeltas folder holds delta info by track, config, and tire compound.
[SETTINGS]
adjustintensity = 1
resetduringpit = 0
hideicon = 1
resetoncompoundswitch = 1
loweralpha = 0.6500
trenddelay = 5
appwidth = 133
appheight = 40
fontscale = 0.9
threedigitprecision = 0
showlaptimedelay = 6000.0
backgroundopacity = 0.0
drawborder = 0
fullspeed = 0
allowedtyresout = 4
resetduringpractice = 0
resetduringqualification = 0
usepitoffset = 0
usehotkey = 1
persistentdelta = 0
If you have any comments, questions, or suggestions please post in this forum.
Thanks,
Dave\Esotic
In Depth Tutorial Here:
Perf and KMH Delta Demo here:
This is my Performance Delta app that I created after feeling like I could not trust the delta values being provided by AC. It has a few extra features, as well. It is tyre compound aware, so you won't compare a lap on super softs to a lap on mediums. Any better time is shown in green, any time within .25 seconds is yellow, within .5 seconds is orange, anything over .5 is red, and it turns purple if all four tires leave the track. The color will dim if you are trending towards a worse lap time, and brighten if you are trending towards a better lap time (regardless of your up/down). Some of the features are adjustable from the settings.ini, which is created with default values the first time you use the app.
From the INI:
;Set Values to 1 to turn them on, 0 to turn them off.
;AdjustIntensity toggles showing brighter/dimmer for trending.
;ResetDuringPit toggles resetting delta during pit stop regardless of tire change.
;ResetDuringQualification toggles resetting delta during qualification pit stops regardless of tire change. This is a qualifier for ResetDuringPit, which must be enabled for this to have any effect.
;ResetDuringPractice toggles resetting delta during practice pit stops regardless of tire change. This is a qualifier for ResetDuringPit, which must be enabled for this to have any effect.
;UsePitOffset toggles an adjustment to the lap time to try to make deltas when exiting the pits more relevant. Work in Progress.
;HideIcon hides AC icon.
;Default AppWidth is 110. Change this value to resize the app larger/smaller.
;Default ShowLapTimeDelay is 4000.0 milliseconds, set it to 0.0 to disable it.
;ThreeDigitPrecision toggles showing 2 or 3 digits after the decimal.
;Default backgroundOpacity is 1.0, but you can set it anywhere from 0.0 (transparent) to 1.0 (fully opaque).
;drawBorder toggles drawing the app border.
;fullSpeed toggles showing delta at full speed or every .1 seconds.
;allowedtyresout controls detecting off-lap incidents. set to 4 to disable tracking valid laps (the default), or 1, 2, or 3 to enable.
;UseHotkey enables the F10 hotkey to clear the current values.
;persistentDelta enables the saving and loading of Delta information across sessions and compound changes. The StoredDeltas folder holds delta info by track, config, and tire compound.
[SETTINGS]
adjustintensity = 1
resetduringpit = 0
hideicon = 1
resetoncompoundswitch = 1
loweralpha = 0.6500
trenddelay = 5
appwidth = 133
appheight = 40
fontscale = 0.9
threedigitprecision = 0
showlaptimedelay = 6000.0
backgroundopacity = 0.0
drawborder = 0
fullspeed = 0
allowedtyresout = 4
resetduringpractice = 0
resetduringqualification = 0
usepitoffset = 0
usehotkey = 1
persistentdelta = 0
If you have any comments, questions, or suggestions please post in this forum.
Thanks,
Dave\Esotic