-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut for separate turning lanes #537
Comments
This would go into Usability section. For example separate turning lanes will have to check if there are enough lanes for all outgoing roads, otherwise it will try to combine some arrows in one lane. And knowing the direction is not trivial either, each direction is an arc approx. 90° but there's logic for that somewhere in the code, for those arcs. |
@kvakvs I am going to fix all of these myself. I opened this issue mainly for discussions. I spoke on discord with @krzychu124 and he told me to open issue[s] and make pull requests.
sure. I already have fixed the lane arrow thing and am about to make a pull request. I even went as far as distributing the number of lanes in each direction in proportion to the sizes of the roads attached in my fix and consideration to left hand and right hand drive as well. if there are left over lanes (when dividing by proportions) then the right lane gets less lanes because its easy to turn right. One Issue is of there are more source lanes than target lanes in which case there is not much I can do to avoid lanes merging. giving more lanes to the left turn means there is possibility for u turn [i think]. |
Can you assign this to me please |
Please make as small pull requests as possible one per feature. |
Yes, I said that would be good to open issue before you create pull request and I thought you will create one for each suggested features 😁 |
Hi,

when fixing traffic jams in my cities using TMPE I believe adding shortcuts for the following common scenarios can save a lot of time:
A) separate turning lanes. This is particularly useful in gridlocks to help cars who want to go toward directions without traffic jams avoid waiting behind cars who want to go towards directions where traffic is jammed.
Selecting every segment and then modifying every lane can be time consuming I have created a mod that separates turning lanes with by ctrl+click or alt-click.
see also: #539 #540 #541
B) fixing roundabout rules with one click: people use a lot of roundabouts in their cities. the vanilla roundabout can get a massive boost if pimped by traffic manager. while the roundabout mod automatically adds TMPE rules when creating them, I still want to be able to add traffic rules after creating roundabouts for example because I might modify my roundabout or I am trying to fix other peoples cities.I am planning to add a simple shortcut to fix all the traffic rules for a roundabout with one click.
I prefer to avoid adding a roundabout tool to traffic manager. I think its best to use the already existing junction priority tool. select the tool and then press alt+shift+click on a round about to do all of the following:
give way entering the roundabout
enter blocked junctions if you are already on the roundabout
enter blocked junctions if you are entering the roundabout
separate turning lanes on the roundabout
choose lanes when entering the roundabout in cases where highway rules apply.
no lane changing in the nodes in the roundabout (using lane connection tool).
etc
I also wish to add options so that people can individually choose any of these features.
C)add automatic timed traffic lights:people spend a tone of time to add timed traffic lights. i suggest to add a default time traffic lights which allows one road to go through at a time and automatically modifies the turning lanes all with one click would be a massive help.
D) in real life and also in simcity when a small road joins a main avenue, the separation barrier in the middle remains unbroken and people can only turn right (the only advantage of simcity over cities skylines!!!). we already have an asset that visually conserves the junction barrier in such situations

But TMPE is required to make it function as it should. It can be a bit tedious to apply all the traffic rules particularly when fixing other peoples cities where many minor roads are joining one avenue. so i suggest a shortcut. choose junction priority tool then hold ctrl to set all rules regarding the above scenario:
remove zebra crossings on the avenue
cars on the avenue can enter block junctions
no left turns
give way entering the avenue
The text was updated successfully, but these errors were encountered: