
Good recs though for those who do mods!
R4m80 wrote: Tue Jan 12, 2021 9:27 pmworked for me and is only one copy/pastaCode: Select all
/c for _,ent in pairs (game.player.force.get_trains()) do if ent.speed == 0 and ent.manual_mode == false then ent.manual_mode = true ent.manual_mode = false end end
Code: Select all
/c
for _,ent in pairs (game.player.force.get_trains()) do
if ent.speed == 0 then
ent.manual_mode = true
end
end
Code: Select all
/c for _,ent in pairs (game.player.force.get_trains()) do
if ent.manual_mode == true
then ent.manual_mode = false
end
end
Can you please elaborate? This is quite opaque!ssilk wrote: Sun Aug 02, 2020 8:28 amHm. I don’t think so. I think it either has been forgotten or is now solved in a super clever way.
Progression in the privacy feature.n3ss wrote: Sat Aug 01, 2020 9:30 pm Regardless of what anyone thinks the devs are thinking, this is ultimately about a regression in features.