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

Vehicle orders - go back #5196

Closed
DorpsGek opened this issue May 30, 2012 · 3 comments
Closed

Vehicle orders - go back #5196

DorpsGek opened this issue May 30, 2012 · 3 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

pavzav opened the ticket and wrote:

If you set vehicle orders A, B, C, D the vehicle goes ABCD-ABCD-ABCD etc. but this would also be useful: ABCD-DCBA-ABCD etc. I.e. after the end of the orders, the vehicle would go back in the reverse order of orders. Passenger trains and buses in the real life have the schedule like this. Of course this system can be simulated by the current one but you need to add each station twice. Please, allow the player to set the system (ABCD-ABCD or ABCD-DCBA) for each orders list separately.

There is a problem with the non-stop orders - see example:
1: Go to A
2: Go non-stop to B
3: Go to C
It would make no sense if the reverse direction would be:
3: Go to C
2: Go non-stop to B
1: Go to A
You need non-stop BETWEEN 1 and 2 not before 2. So the orders should like this:
1: Go to A
non-stop
2: Go to B
3: Go to C
This would work in the backward direction like this:
3: Go to C
2: Go to B
1: Go non-stop to A

Reported version: 1.2.0
Operating system: All


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

DorpsGek commented Jun 3, 2012

ntoskrnl wrote:

Possible duplicate of http://bugs.openttd.org/task/5140


This comment was imported from FlySpray: https://bugs.openttd.org/task/5196#comment11267

@DorpsGek
Copy link
Member Author

DorpsGek commented Jun 3, 2012

pavzav wrote:

yes, http://bugs.openttd.org/task/5140 is the same


This comment was imported from FlySpray: https://bugs.openttd.org/task/5196#comment11269

@DorpsGek
Copy link
Member Author

DorpsGek commented Jun 4, 2012

planetmaker closed the ticket.

Reason for closing: Duplicate

of #5140


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

@DorpsGek DorpsGek closed this as completed Jun 4, 2012
@DorpsGek DorpsGek added flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) Vehicles labels Apr 7, 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