Factorio Vanilla Cheat Items

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
User avatar
Game4Lols
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun Jan 28, 2018 9:30 am
Contact:

Factorio Vanilla Cheat Items

Post 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.

User avatar
impetus maximus
Smart Inserter
Smart Inserter
Posts: 1299
Joined: Sat Aug 20, 2016 10:07 pm
Contact:

Re: Factorio Vanilla Cheat Items

Post 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. :?

Post Reply

Return to “Gameplay Help”