Automatic Train Fuel Stop


This mod allows trains with low fuel to automatically enter the fuel stop to replenish fuel.

Content
3 years ago
0.15 - 1.1
45.9K
Trains

g Support for Realistic Electric Trains

5 years ago

Need to add support for https://mods.factorio.com/mod/Realistic_Electric_Trains
This electric trains must not run to fuel stop cause of source of power for it - only overhead power poles on rails.

5 years ago
(updated 5 years ago)

Maybe add remote interface to disable some locomotive entities to run to ATFS? For use by other modder and not needing to support this feature for each mod.

5 years ago

i added an interface for that

5 years ago

May I ask how exactly that interface is called? I can't find it in your code.

5 years ago

interface-name : FuelTrainStop
function-name : exclude_from_fuel_schedule
argument : name of the locomotive
e.g. : remote.call("FuelTrainStop", "exclude_from_fuel_schedule", locomotive-name)

5 years ago

Thank you! Is this included in the current version 0.17.2, or will it be in the next one? (0.17.3?)

5 years ago

It's included in the current version.

5 years ago

Awesome, thanks a lot!

4 years ago

I'm not a modder, how do i apply this on Cargo Ship Mod ?
https://mods.factorio.com/mod/cargo-ships

New response