To use the save simply load it, open the train list and run the following script:
Code: Select all
/c for _,t in ipairs(game.player.force.get_trains()) do for _,l in ipairs(t.locomotives.front_movers) do l.destroy() end end
Code: Select all
/c for _,t in ipairs(game.player.force.get_trains()) do for _,l in ipairs(t.locomotives.front_movers) do l.destroy() end end