-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RVs do to obtain a slot if too far away from st->xy #577
Copy link
Copy link
Closed
Labels
flysprayThis issue is imported from FlySpray (https://bugs.openttd.org/)This issue is imported from FlySpray (https://bugs.openttd.org/)
Description
Celestar opened the ticket and wrote:
If a station has a very high spread, and the distance between a roadstop and the station xy tile is too large, no slot is being obtained whatsoever for Road Vehicles.
Solutions:
- Don't assign a slot at a minimum distance of 16, but at a distance of maximum_station_spread * 2 + 1.
- Don't assign a slot at a minimum distance of 16, but at a distance of the spread of the station in question + 1.
- Compute the distance not between the RV and st->xy but between the RV and the xy of the Primary Road Stop.
Reported version: trunk
Operating system: All
This issue was imported from FlySpray: https://bugs.openttd.org/task/577
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flysprayThis issue is imported from FlySpray (https://bugs.openttd.org/)This issue is imported from FlySpray (https://bugs.openttd.org/)