mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2026-01-28 14:06:01 +00:00
remove all logic but detecting end race, adjust tolerance, increase timmings to be on safe side, uncomment debug tooltips
This commit is contained in:
@@ -43,7 +43,7 @@ ChampionshipMenu:
|
||||
CheckForOilChange := Mod(A_Index, 87)
|
||||
CheckForMaintenance := Mod(A_Index, 257)
|
||||
|
||||
;ToolTipper("CheckForOilChange " CheckForOilChange "`nCheckForMaintenance " CheckForMaintenance, 300, 100)
|
||||
ToolTipper("CheckForOilChange " CheckForOilChange "`nCheckForMaintenance " CheckForMaintenance, 300, 100)
|
||||
|
||||
ifEqual, CheckForOilChange, 0
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ NormalMenu:
|
||||
sleep, %bm_delay%
|
||||
}
|
||||
|
||||
;ToolTip, Found color 2, 100, 100, Screen
|
||||
ToolTip, Found color 2, 100, 100, Screen
|
||||
Sleep, 200
|
||||
controller.Dpad.SetState("Right")
|
||||
Sleep, 100
|
||||
|
||||
Reference in New Issue
Block a user