salmon

Results 335 comments of salmon

### Copy and paste A tool to copy/paste lane routing/arrows from one junction to any matching junctions. Some nightmares here from code perspective, in that we'd need to deal with...

There were some ideas going in that direction in this issue: https://github.com/krzychu124/Cities-Skylines-Traffic-Manager-President-Edition/issues/325 - There could be several 'helper' shortcuts that would achieve common lane usage patterns. * Shift + S...

#638, #632 have implemented Reset button and `Delete` key shortcut for resetting Lane Arrows.

I'm assuming image above is via routing diagnostic tool? If so which lane is mouse over in that second image? Also, what do you mean "SOS(yellow)"? Is the color of...

So in the image above, I assume there shuold be blue lane end circle between the other two (because vehicles can go straight ahead due to lane arrows) and the...

# Issue 1 - U-turns at transition nodes Having enabled "Vehicles may u-turn at junctions" option in mod settings, transition nodes with visible ped crossings started getting u-turns: ![transition](https://user-images.githubusercontent.com/1386719/59150112-4307a980-8a16-11e9-9e7e-7c1328f191fc.png)

# Issue 2 - U-turns at bent nodes Having enabled "Vehicles may u-turn at junctions" option in mod settings, some bend nodes were getting u-turns: ![bend](https://user-images.githubusercontent.com/1386719/59150119-6af70d00-8a16-11e9-89e7-74b688ad932f.png) But not this one:...

# Issue 3 - Ped crossing overlay This seems to mostly apply to transition and bend nodes, probably applies to some others too. Select a node: ![j1](https://user-images.githubusercontent.com/1386719/59150172-2cae1d80-8a17-11e9-8b64-38de32801f56.png) This is what...

Regarding U-turns on bends (issue 2 above), discrepancy is possibly something to do with these settings on the network (via https://cslmodding.info/asset/network/#properties): * Enable Bending Segments = Automatically bends segments when...