Vectorial1024 / ExpressBusServices

Buses skip stops whenever possible.
https://steamcommunity.com/sharedfiles/filedetails/?id=2262054175
MIT License
9 stars 0 forks source link

Edge case: buses depart even when some passengers haven't boarded yet; not allowed! #2

Closed Vectorial1024 closed 4 years ago

Vectorial1024 commented 4 years ago

This is very unlikely with vanilla buses because of its small vehicle size, but if you use it with mods e.g. Realistic Walking Speed, it becomes much more obvious.

This is a problem with me currently using a fixed value as the wait timer to achieve no-unbunching.

Fix by checking why the bus cannot depart yet, and carefully determine/signal if it could depart.

Vectorial1024 commented 4 years ago

This has already been fixed now and deployed to Steam.

Closing this.