CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
571 stars 85 forks source link

dead end activates u-turn rules #1710

Open kianzarrin opened 1 year ago

kianzarrin commented 1 year ago

creating a dead end connection activates u-turn rule image I assume its because dead-end connection is connected to the same segment.

dead end is not uturn so it should not activate uturn. so we should make a exception for it.

krzychu124 commented 1 year ago

I think there is a check for connection between lanes of the same segment, so either real u-turn or very similar value of dead-end Maybe just a check if lane is connected to itself should be enough in this case?

kianzarrin commented 1 year ago

I feel like lane connector is forcing the rule. otherwise it would not be visible.