-
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
Cars to be able to use bus lanes to turn #716
Comments
I think we need more thought on this; it's quite different depending on country. For example, in UK if I move in to a bus lane to make a turn it's instant fine time and possibly penalty points on my license... unless there is specific signage and road markings indicating that I am allowed to use that lane (effectively, the bus lane is temporarily put on hold until after the junction). We definitely don't want to start telling users what roads to use at junctions, because different countries/regions have their own aproach to how bus lanes work. |
Decals for UK roads are in production :) originalfoo/uk_roads#13 Vanilla game, and also default TMPE settings, allow cars/trucks to use bus lanes but deters them with a small pathfinder penalty. TMPE has Ban private cars and trucks on bus lanes setting (Policies tab in mod options) which adds a more strict vehicle restriction (I think?) for cars/trucks in bus lanes. However, once enabled, there is no way for user to override that setting on the map. So I think lane arrows is a bad place to achieve this feature, because what we're dealing with is essentially vehicel restrictions. Suggestion:
If user wants something more visually elaborate, they can upgrade the segments at junctions to a road asset that doesn't have bus lanes and then add their own country-specific decals or whatever. In regards to having TMPE add the visual effects, it would be nice but I think it is probably best left until a later date. |
@aubergine10 Cool stuff! I didn't know that.
who knows? maybe I make a mod for this! You are right though its mostly visual effects. |
Just when we thought it was safe to let cars use bus lanes at junctions, this appears: Guided busways It seems the 'benefits' of these things are:
Cars/trucks entering these things would be bad, for example a lorry got stuck in one for 6 hours in UK. |
AR mod should take care of this |
Situation:
In the real world cars can use bus lane to turn right.
In the game they can't. Instead the bus comes into the car lane to go straight to avoid collisions (see screenshot above) - for a 12 lane road it works fine but if you want dedicated turning lanes on a 3 lane road then that's a problem.
People are finding it difficult to use dedicated turning lanes feature on roads with bus lane. The timed traffic light quick-setup feature is also going to struggle for the same reason.
Need
One way to solve this problem is to disable bus lane on the last segment.
but another more elegant solution is to somehow allow cars to use bus lanes only for turning.
Action
I suggest to have a policy to allow cars to use bus lane only for turning (on the last segment only - and if its too short then its the user's problem! ... it's better than nothing).
adding such a policy would most certainly awaken an sleeping giant! Lane arrow and lane connector tools (or Routing tool #41) need to differentiate between car VS bus.
Lane arrow tool has GUI so we can just add more buttons there:
For lane connector tool we need to add more control (modifier? hotkey? state machine? GUI) to be able to differentiate between bus and car lane.
This can also help auto dedicated turning lanes see BIFFA video at 23:47. but for now I think I should disable it on bus lane with a guide message asking people not to use bus lanes on junctions. Timed traffic light is going to be even more challenging. We need separate issue for those.
Plan
This is EPIC. We need to break up the task:Task 1: on the lane connector tool use yellow arrows for bus lanes (independent).
Task 2: use yellow props (or any other bus props) on base lanes (independent)
Task 3: dedicated turning lane policy. ( depends on task 1)
Task 4: Use advanced car+bus arrow props on bus lane(depends on task 2 and 3)
task 5: lane arrow connector to allow bus/car to connect separately (depends on 3).
EDIT: task 6: develop props/visual effects for countries that are different (this one is mostly for asset creators but maybe we need to provide some back end code for support)
from #716 (comment) :
The text was updated successfully, but these errors were encountered: