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

Unrealistic station rating #1143

Closed
DorpsGek opened this issue Aug 20, 2007 · 1 comment
Closed

Unrealistic station rating #1143

DorpsGek opened this issue Aug 20, 2007 · 1 comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

Hathor opened the ticket and wrote:

Based on "#1139 — Station bug" I figured, that the algorithm used to distribute cargo to stations is weird. Once 2 stations in an area (probably only if they completely surround the catchment area of a 3rd station) are fairly frequently being visited thus have a rating better than "poor", the 3rd station doesnt have any chance to ever get cargo.
The reason is that the rating of this station is really low, because "days_since_pickup" is set to 255. But there is no chance for the station to get the pickup time reset as by design no cargo can be send to the station due to the limitation of 2 stations, which get the produced cargo.

So I guess it would be better if the rating of the 3rd station is increasing even though no cargo was picked up, as long as a vehicle which is capable of holding that specific cargo, is loading. This will at least give the 3rd station a chance to ever get cargo.

Or is there any reason (e.g performance or network sync stability)?

Reported version: trunk
Operating system: All


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

Rubidium closed the ticket.

Reason for closing: Fixed

In r10953.


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

@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