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

skip waypoints when going to depot for servicing #2452

Closed
DorpsGek opened this issue Dec 15, 2008 · 2 comments
Closed

skip waypoints when going to depot for servicing #2452

DorpsGek opened this issue Dec 15, 2008 · 2 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

rob_johansson opened the ticket and wrote:

running nightly build r14667 I came across this problem:

When a train receives an order for scheduled service a a depot located after a waypoint before passing the waypoint the waypoint still remains in the orders list as not passed an therefore the train makes a long way round before being able to make a new go at passing the waypoint!
/Robert Johansson

Attachments

Reported version: trunk
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/2452
@DorpsGek
Copy link
Member Author

Rubidium wrote:

Making trains skip waypoints when they pass them during other orders gives generally more problems; it's harder to implement and when there's a splitting junction after the waypoint and before the depot trains can go to a wrong part of the network instead of looping back via the waypoint.

There are few options to solve the problem for you:
- move the waypoint further away from the depot; service depots only get found when within 16 tiles, which means that if the waypoint is 16 or more tiles before the depot it will not change to a "service in depot order" and therefor not skip the waypoint.
- insert "service at " orders; then the train will not automatically search for depots (within 16 tiles), but it will check whether it needs to go to a depot when it arrives at the order and you could place that order after the waypoint order.


This comment was imported from FlySpray: https://bugs.openttd.org/task/2452#comment5115

@DorpsGek
Copy link
Member Author

andythenorth closed the ticket.

Reason for closing: Won't implement

Breaks player's expectations. Orders are orders. IF a waypoint is the next order, that's where the train should go.

Flyspray clean up: more than 5 years old, and not implementing, so closing. If this offends, discuss with andythenorth in irc. Thanks.


This comment was imported from FlySpray: https://bugs.openttd.org/task/2452

@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant