Page 1 of 1

Factorio Vanilla Cheat Items

Posted: Mon Feb 19, 2018 3:26 am
by Game4Lols
I recently found out that infinite energy generators and infinity chests much like in creative mods are actually in the vanilla game, accessible through console. Commands like /c game.player.insert("infinity-chest") and /c game.player.insert"electric-energy-interface" are a godsend to me now, and was wondering if anyone knew any others, or a place with all of the secret item names in a nice list.

Re: Factorio Vanilla Cheat Items

Posted: Mon Feb 19, 2018 4:31 am
by impetus maximus
  • Loaders
    /c game.player.force.recipes["loader"].enabled = true
    /c game.player.force.recipes["fast-loader"].enabled = true
    /c game.player.force.recipes["express-loader"].enabled = true
  • Belt immunity equipment (belts don't move the player when equipped/powered in armor)
    WARNING you WILL get spoiled by this. :P
    /c game.player.insert{name="belt-immunity-equipment"}
  • Railgun
    /c game.player.insert{name="railgun", count=1}
    or enable the recipe
    /c game.player.force.recipes["railgun"].enabled = true
  • Railgun-Dart
    /c game.player.insert{name="railgun-dart", count=200}
    or
    /c game.player.force.recipes["railgun-dart"].enabled = true
  • Player-Port (place on ground where you want to re-spawn
    /c game.player.insert{name="player-port", count=1}
  • Small-Plane from the campaign. (not useful for anything. stack size is 1.
    /c game.player.insert{name="small-plane", count=1}
    or
    /c game.player.force.recipes["small-plane"].enabled = true
  • enable all prototypes (except the belt-immunity-equipment
    /c game.forces.player.enable_all_prototypes()
think that is all of them. let me know if i screwed any up. :?