add barrier checkpoint to the white list of passable tags
This commit is contained in:
parent
440244eed8
commit
a443f3a0bb
@ -1,7 +1,7 @@
|
|||||||
-- Begin of globals
|
-- Begin of globals
|
||||||
--require("lib/access") --function temporarily inlined
|
--require("lib/access") --function temporarily inlined
|
||||||
|
|
||||||
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true, ["entrance"] = true }
|
barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["checkpoint"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true, ["entrance"] = true }
|
||||||
access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true }
|
access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true }
|
||||||
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true, ["emergency"] = true }
|
access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true, ["emergency"] = true }
|
||||||
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
access_tag_restricted = { ["destination"] = true, ["delivery"] = true }
|
||||||
@ -38,7 +38,7 @@ speed_profile = {
|
|||||||
|
|
||||||
-- max speed for surfaces
|
-- max speed for surfaces
|
||||||
surface_speeds = {
|
surface_speeds = {
|
||||||
["asphalt"] = nil, -- nil mean no limit. removing the line has the same effect
|
["asphalt"] = nil, -- nil mean no limit. removing the line has the same effect
|
||||||
["concrete"] = nil,
|
["concrete"] = nil,
|
||||||
["concrete:plates"] = nil,
|
["concrete:plates"] = nil,
|
||||||
["concrete:lanes"] = nil,
|
["concrete:lanes"] = nil,
|
||||||
@ -47,7 +47,7 @@ surface_speeds = {
|
|||||||
["cement"] = 80,
|
["cement"] = 80,
|
||||||
["compacted"] = 80,
|
["compacted"] = 80,
|
||||||
["fine_gravel"] = 80,
|
["fine_gravel"] = 80,
|
||||||
|
|
||||||
["paving_stones"] = 60,
|
["paving_stones"] = 60,
|
||||||
["metal"] = 60,
|
["metal"] = 60,
|
||||||
["bricks"] = 60,
|
["bricks"] = 60,
|
||||||
|
Loading…
Reference in New Issue
Block a user