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

Unable to create stations 16 tiles long in certain circumstances #2372

Open
FenderBender2 opened this issue Mar 30, 2024 · 5 comments
Open
Labels
investigate Not sure what the problem is yet
Milestone

Comments

@FenderBender2
Copy link

FenderBender2 commented Mar 30, 2024

Version information:

  • Platform: Windows 10
  • Version: 24.03
  • Build/commit: f0863a0

Describe the bug
I'm getting a lot of 'Station too spread out' messages building vanilla-size stations (16x5 tiles), particularly when a new station is stacked on other stations.

I note from the changelog that the station sizing has been addressed in this release.

To Reproduce

  1. In my example, I create a station in the normal manner.
  2. I then build another station over the first.
  3. I get the station too spread out error when I try to place the 16th tile.

Expected behaviour
Allow standard size stations to be built.

Screenshots
24.03
station1

24.02.1
station2

@FenderBender2
Copy link
Author

FenderBender2 commented Apr 10, 2024

This appears to be the only way to create a station using maximum tiles with one platform 16 tiles long.

This is 24.04:
image

@AaronVanGeffen
Copy link
Member

AaronVanGeffen commented Apr 11, 2024

Sounds like the radial check isn't quite correct (StationManager::exceedsStationSize). Will have to investigate.

You could workaround the bug by disabling the station limits.

@AaronVanGeffen AaronVanGeffen added the investigate Not sure what the problem is yet label Apr 11, 2024
@FenderBender2
Copy link
Author

Thanks. 👍

@alpeshpatel09
Copy link

Hi @AaronVanGeffen

Please provide steps to the following : You could workaround the bug by disabling the station limits.

Thank you.

@AaronVanGeffen
Copy link
Member

The station length limit can be disabled in the options window. The last tab (misc options) contains this option, amongst others.

@AaronVanGeffen AaronVanGeffen added this to the v24.05.1+ milestone May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Not sure what the problem is yet
Projects
None yet
Development

No branches or pull requests

3 participants