mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2025-12-17 17:47:11 +00:00
increase ps_load_time2 because sometimes championship menu didn't show up
This commit is contained in:
@@ -55,7 +55,7 @@ bm_delay := 100
|
||||
box_size := 2
|
||||
|
||||
Global ps_load_time1 := 12000
|
||||
Global ps_load_time2 := 6000
|
||||
Global ps_load_time2 := 8000
|
||||
Global ps_load_time3 := 8400
|
||||
Global SysCheck := 1
|
||||
|
||||
@@ -405,7 +405,7 @@ PSystem:
|
||||
Gui, Submit, NoHide
|
||||
if (SysCheck = 1){
|
||||
ps_load_time1 := 12000
|
||||
ps_load_time2 := 6000
|
||||
ps_load_time2 := 8000
|
||||
ps_load_time3 := 8400
|
||||
}
|
||||
if (SysCheck = 2){
|
||||
|
||||
@@ -74,7 +74,7 @@ Race_PANAM()
|
||||
|
||||
|
||||
turn_one_end_found := false
|
||||
turn_one_end_found := true ; debug TODO check if wheels are curved
|
||||
; turn_one_end_found := true ; debug TODO check if wheels are curved
|
||||
if (CheckTurn(turn1.endX, turn1.endY, 2300))
|
||||
{
|
||||
turn_one_end_found := true
|
||||
@@ -115,7 +115,7 @@ Race_PANAM()
|
||||
}
|
||||
|
||||
turn_two_end_found := false
|
||||
turn_two_end_found := true ; debug TODO check if wheels are curved
|
||||
; turn_two_end_found := true ; debug TODO check if wheels are curved
|
||||
if (CheckTurn(turn2.endX, turn2.endY, 2500))
|
||||
{
|
||||
turn_two_end_found := true
|
||||
@@ -153,7 +153,7 @@ Race_PANAM()
|
||||
}
|
||||
|
||||
turn_three_end_found := false
|
||||
turn_three_end_found := true ; debug TODO check if wheels are curved
|
||||
; turn_three_end_found := true ; debug TODO check if wheels are curved
|
||||
if (CheckTurn(turn3.endX, turn3.endY))
|
||||
{
|
||||
turn_three_end_found := true
|
||||
|
||||
Reference in New Issue
Block a user