Traffic icon indicating copy to clipboard operation
Traffic copied to clipboard

Median continues if no lanes pass through centre

Open GeorgeGamez opened this issue 8 months ago • 1 comments

When a road with a median connects to one which doesn't allow left turns, the median should close.

Image

GeorgeGamez avatar May 03 '25 23:05 GeorgeGamez

Not possible at the moment, and might be pretty hard to implement in this mod, since in vanilla lane connections and node objects are generated based on configuration of connected segments, not the other way around. In short, this is vanilla flow: the network composition data of the node and connected segments is calculated (necessary meshes based on internal asset flags) then node and segments are filled with lanes (connections (node) or regular lanes (segments)), and then, based on these connections, other system are generating lane arrows, markings, traffic signs and other props.

krzychu124 avatar May 04 '25 00:05 krzychu124