remove all logic but detecting end race, adjust tolerance, increase timmings to be on safe side, uncomment debug tooltips

This commit is contained in:
Bartek Dobrowolski-Nowakowski
2022-05-06 09:50:39 +02:00
parent 74581278bd
commit 00a09da3c3
5 changed files with 15 additions and 147 deletions

View File

@@ -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
{

View File

@@ -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