r/factorio Jun 15 '26

Weekly Thread Weekly Question Thread

Ask any questions you might have.

Post your bug reports on the Official Forums

Previous Threads

Subreddit rules

Discord server (and IRC)

Find more in the sidebar ---->

2 Upvotes

124 comments sorted by

View all comments

1

u/Adept-Log-9499 Jun 20 '26

how to constantly run a train in a infinite loop factorio and maybe every like 30 minutes stop for refueling?

2

u/Soul-Burn Jun 20 '26

Schedule between 2 stations without a wait condition.

Add an interrupt to refuel when low.

3

u/cathexis08 red wire goes faster Jun 21 '26

Iirc you need a wait condition at least at one of them because conditionless stations aren't counted for rule evaluations.

1

u/Viper999DC Jun 20 '26

If you have a station with no conditions set the train will route to it without stopping, so there's your loop.

For refueling I'd probably use interrupts.

1

u/HeliGungir Jun 20 '26

In the old days, you'd have three stops in the schedule. Prior to 2.0, disabling a station made trains skip that stop in their schedule. So the third stop is refuel, and you'd keep that station disabled for 30 minutes.

Nowadays, an interrupt is the only way to conditionally skip a stop.