Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --[[ Want to start Factorio with enough gear to make a super basic railroad? Run this script! ]]
  2.  
  3. game.player.insert{name="rail", count=300}
  4. game.player.insert{name="locomotive", count=1}
  5. game.player.insert{name="cargo-wagon", count=1}
  6. game.player.insert{name="train-stop", count=3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement