🎮 factorio Console Commands
5 entries — copy-paste ready. Updated for latest version.
Give Item (c)
Adds a specified item to your inventory instantly. Useful for testing builds or skipping resource grinding in sandbox mo
/c game.player.insert{name="ITEM_NAME", count=NUMBER}
Reveal Map (c)
Removes fog of war and reveals the entire map, including terrain, resources, and enemy bases. Essential for planning or
/c game.forces.player.chart(game.surfaces[1], game.surfaces[...
God Mode (c)
Makes the player invincible and grants flight, allowing free movement over obstacles and enemies. Ideal for observation
/c game.player.character=nil
Research All Technologies (c)
Instantly completes all researchable technologies in the game, unlocking every recipe and upgrade. Useful for testing en
/c for _, tech in pairs(game.player.force.technologies) do t...
Delete Entities in Area (c)
Removes all entities (buildings, trees, rocks) within a specified rectangular area. Useful for clearing space or debuggi
/c local surface=game.player.surface; local area={{X1,Y1},{X...
How to Use factorio Console Commands
Select any entry above to see full syntax, examples, pros/cons, and related mods that enhance this feature.