I was looking thru the roads.lua’s and found something that might be causing problems. The sidewalk height for the country_old roads are different.
country_old_small.lua = sidewalkHeight = .0,
country_old_medium.lua = sidewalkHeight = .02,
country_old_medium_upgrade.lua = sidewalkHeight = .02,
country_old_large.lua = sidewalkHeight = .00,
country_old_large_upgrade.lua = sidewalkHeight = .02,
The sidewalk heights in all of the other roads are all the same.
Also, why is there a reference to bridges that are nowhere to be found?
bridges = {
“stone_old_small.lua”,
“wood_old_small.lua”,
“iron_old_small.lua”,