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

Station Control Mode #185

Open
tekinozbek opened this issue Oct 28, 2024 · 1 comment
Open

Station Control Mode #185

tekinozbek opened this issue Oct 28, 2024 · 1 comment

Comments

@tekinozbek
Copy link

From the docs:

The output of the combinator gives the sum total of all cargo loading or unloading orders in progress for the station. The very tick a train is dispatched for a new order to the station, that order is added to the output of this combinator, and it is removed as soon as the train leaves the station.

Is this true?

As far as I can tell, there's no output on my combinator set to Station Control mode. The provider combinator outputs the correct amounts when the train arrives, but I expect the Station Control combinator to output the amounts as soon as a train has been dispatched... And yes, I've tried it with the combinator touching the station, touching the provider combinator, and touching both at the same time.

@wcjohnson
Copy link
Collaborator

It is true, but there's a bug preventing it from working. Fixed by PR #189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants