mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2025-12-18 10:07:04 +00:00
debug
This commit is contained in:
@@ -29,7 +29,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
|
|||||||
|
|
||||||
; below is only to simulate constant timeouts
|
; below is only to simulate constant timeouts
|
||||||
; debug start
|
; debug start
|
||||||
/*
|
; /*
|
||||||
loop {
|
loop {
|
||||||
check_turn_now_tick_count := A_TickCount
|
check_turn_now_tick_count := A_TickCount
|
||||||
check_turn_tick_count_from_start_to_now := check_turn_now_tick_count - check_turn_start_tick_count
|
check_turn_tick_count_from_start_to_now := check_turn_now_tick_count - check_turn_start_tick_count
|
||||||
@@ -39,7 +39,7 @@ CheckTurn(x,y, timeout := 3400, b_size := 2)
|
|||||||
}
|
}
|
||||||
sleep(500)
|
sleep(500)
|
||||||
}
|
}
|
||||||
*/
|
; */
|
||||||
; debug end
|
; debug end
|
||||||
|
|
||||||
color_player := 0xDE6E70
|
color_player := 0xDE6E70
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Race_PANAM()
|
|||||||
|
|
||||||
; Retry race if time is taking more than 5.5 mins
|
; Retry race if time is taking more than 5.5 mins
|
||||||
; (assume something went wrong with race)
|
; (assume something went wrong with race)
|
||||||
;SetTimer, RetryRace, 330000
|
SetTimer, RetryRace, 330000
|
||||||
|
|
||||||
;Sleep(race_start_delay)
|
;Sleep(race_start_delay)
|
||||||
;controller.Axes.LX.SetState(62) /* before turn 1, to avoid queue of cars */
|
;controller.Axes.LX.SetState(62) /* before turn 1, to avoid queue of cars */
|
||||||
|
|||||||
Reference in New Issue
Block a user