Skip to content
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

Vehicles ignoring custom lane arrows - tollbooths, monorail station with road #1728

Open
krzychu124 opened this issue Mar 8, 2023 · 1 comment
Assignees
Labels
BUG Defect detected confirmed Represents confirmed issue or bug LANE ROUTING Feature: Lane arrows / connectors PATHFINDER Pathfinding tweaks or issues
Milestone

Comments

@krzychu124
Copy link
Member

Describe the problem

Custom Lane arrows are not respected when created on segment connected to the node of a road structures like tollbooth or monorail station above the road. The reason is the road of that building has nodes which have Untouchable flag set and pathfinding strict lane routing is working only if there is no such flag set. Most likely it could break things

Steps to reproduce

  1. Plop tollbooth or monorail segment with station above the road
  2. Attach at least two segments (preferably 4L to have dedicated lanes) to one of the nodes (could be just one but will be harder to work with)
  3. Set Vehicle Restriction Aggression to Strict, disable Busses may ignore lane arrows to prevent any randomization of path,
  4. Set lane arrows, e.g.: dedicated turn and dedicated straight on the 4L segment
  5. Try creating a path using Bus line tool through the segment with custom arrows and observe the path.

Notes

Lane connector tool is not affected by that problem, so everything what was set is respected regardless of the Untouchable flag.
Connected issue #471

@krzychu124 krzychu124 added BUG Defect detected confirmed Represents confirmed issue or bug LANE ROUTING Feature: Lane arrows / connectors PATHFINDER Pathfinding tweaks or issues labels Mar 8, 2023
@krzychu124 krzychu124 added this to the 11.7.4.0 milestone Mar 8, 2023
@krzychu124 krzychu124 self-assigned this Mar 8, 2023
@krzychu124 krzychu124 modified the milestones: 11.7.4.0, 11.8.0 Mar 21, 2023
@krzychu124
Copy link
Member Author

It's very hard to solve. I haven't found reliable solution yet. Postponed.

@krzychu124 krzychu124 modified the milestones: 11.8.0, 11.9.0 May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Defect detected confirmed Represents confirmed issue or bug LANE ROUTING Feature: Lane arrows / connectors PATHFINDER Pathfinding tweaks or issues
Projects
None yet
Development

No branches or pull requests

1 participant