Page 1 of 1

[2.0.39] Read Train content influences the station itself

Posted: Tue Mar 11, 2025 3:06 pm
by Fz0OiIDY
When reading the train contents (example train has 100 plastic) it directly influences the trains station itself if you set the train limit to plastic.
So Instead of train limit 1, I get train limit of 101 (1 from combinator + 100 train content).
03-11-2025, 15-51-03.png
03-11-2025, 15-51-03.png (1.14 MiB) Viewed 222 times
I would be expected that the train content is not used directly by the train station as similar as in assembling machines:
Machine has copper cable in it but does not change the recipe to copper cable.
03-11-2025, 15-58-51.png
03-11-2025, 15-58-51.png (678.18 KiB) Viewed 222 times
If you would add both green chips and copper cable in the combinator it would change to copper cable.
03-11-2025, 16-02-23.png
03-11-2025, 16-02-23.png (703.48 KiB) Viewed 222 times
Version 2.0.39, Elevated Rails, Quality, Spage-Age

Re: Read Train content influences the station itself

Posted: Tue Mar 11, 2025 3:15 pm
by Rseding91
Thanks for the report however that's currently working as intended. Maybe some day one of the other developers might want to rework the logic to work closer to assembling machines but for now it works like it does.

Every instance of "read and write" at the same time has to be special-case handled in each entity along with tests to ensure everything is working correctly. In the train stop case, it was not deemed worth the time and effort to do so far.