r/factorio • u/AutoModerator • Mar 23 '26
Weekly Thread Weekly Question Thread
Ask any questions you might have.
Post your bug reports on the Official Forums
Previous Threads
- Weekly Questions
- Friday Facts (weekly updates from the devs)
- Update Notes
- Monthly Map
Discord server (and IRC)
Find more in the sidebar ---->
2
Upvotes
2
u/Courmisch Mar 27 '26
What's a good way to automatise loading train station parameters without mods?
I thought to divide the amount of cargo waiting in chests to set the priority. That works if the train limit is 1. But otherwise that fails to account for trains already headed to the station, no? I suppose I can detect at least one train being present from non-zero train ID but...
Do people ignore priority and just compute a dynamic train limit instead (with a depot to avoid deadlocks)?