News:

Congratulations!
 You've won the News Item Lottery! Your prize? Reading this news item! :)

[Bug] Bad logic of overtaking of loading_only_mode

Started by Ranran, July 16, 2020, 11:06:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ranran

I noticed a issue with the overtaking logic while testing the display testing I posted in this thread.

The current specifications of simutrans do not allow overtaking next to an intersection.
So I used to think that at least the bus stop must be at least 2 squares away from the intersection for the loading_only_mode(Overtake stationary only) to work properly.

But as you can see in this image, it doesn't work in some directions. The yellow-green tile indicates that the bus stop is in loading_only_mode(Overtake stationary only mode).
It cannot overtake from the north and west. We need one more tile on the front side.
It's hard to meet the conditions of being able to overtake in the city, so it reduces the value of this feature. Also, when the camera is rotated, the change of overtaking ability will occur. This means that the rotation of the camera is not correctly supported.

EDIT:
(halt mode was an error in loading_only_mode. Corrected the expression)