FARL Revised


A revised Factorio 2.0 continuation of Choumiko's Fully Automated Rail Layer.

Content
2 months ago
2.0
294
Trains

g Not working for existing games

a month ago

Maybe I am blind but I do not find a way to craft or research anything of this mod.

I have added the mod to an existing game that already hat rails researched.
The main active mods are Angels and Bobs.

a month ago
(updated a month ago)

Did a quick hack and the change below to data-updates.lua fixes it for me. I assume that Bobs (?) also changes the "rail-signals" technology.

local tech_name = "rail-signals"
if mods["IndustrialRevolution"] or not data.raw["technology"][tech_name] then
tech_name = "automated-rail-transportation"
end

But then it does not help much as the FARL equipment cannot be added to modded (read: bobs) locomotives.

a month ago

same issue, in an existing game the farl icon disappeared, and even when it was there, I couldn't do anything with it

New response