modified local state of u_turn_penalty_variable
This commit is contained in:
parent
da11113bf1
commit
68bd6a29b6
@ -95,7 +95,7 @@ use_turn_restrictions = false
|
|||||||
|
|
||||||
local obey_oneway = true
|
local obey_oneway = true
|
||||||
local ignore_areas = true
|
local ignore_areas = true
|
||||||
local u_turn_penalty = 20
|
u_turn_penalty = 20
|
||||||
local turn_penalty = 60
|
local turn_penalty = 60
|
||||||
local turn_bias = 1.4
|
local turn_bias = 1.4
|
||||||
-- reduce the driving speed by 30% for unsafe roads
|
-- reduce the driving speed by 30% for unsafe roads
|
||||||
|
@ -138,7 +138,7 @@ local turn_bias = 1.2
|
|||||||
|
|
||||||
local obey_oneway = true
|
local obey_oneway = true
|
||||||
local ignore_areas = true
|
local ignore_areas = true
|
||||||
local u_turn_penalty = 20
|
u_turn_penalty = 20
|
||||||
|
|
||||||
local abs = math.abs
|
local abs = math.abs
|
||||||
local min = math.min
|
local min = math.min
|
||||||
|
Loading…
Reference in New Issue
Block a user