I'm working on a rail system that only has trains running when completely necessary, but I have one issue: if I want the trains to keep their fuel topped off, I either a) have to have fuel supplies at each station, or b) have the train make routine stops at fueling stations after each time it runs. While solution b would technically work, the system would work better if it were possible to add a wait condition based on the fuel count in the locomotives, so I can make smaller refueling stations without stalling them. my suggestion is that there should be a wait condition separate from the cargo condition to control train fuel levels.
EDIT: See third post. This post doesn't accurately describe the issue, and it is clarified below.
Train Fuel Scheduling Parameters
Moderator: ickputzdirwech
-
- Inserter
- Posts: 28
- Joined: Sat Jun 11, 2016 1:49 pm
- Contact:
Train Fuel Scheduling Parameters
Last edited by Metalface7 on Sat Apr 29, 2017 4:06 pm, edited 2 times in total.
Re: Train Fuel Wait condition
Add a very short 1s-5s inactivity condition.
It'll make trains wait until all inserters are done before leaving.
It'll make trains wait until all inserters are done before leaving.
My Mods: mods.factorio.com
-
- Inserter
- Posts: 28
- Joined: Sat Jun 11, 2016 1:49 pm
- Contact:
Re: Train Fuel Wait condition
I guess what I would need isn't a "wait" condition, I either need the trains to not skip over circuit-disabled stations, or not go to a refuel station at all if the fuel doesn't drop below, say 50%. Right now it appears that there is no way for the locomotive's fuel count to be interacted with by the automatic scheduler.