Factorio World Commands

You can use these commands in your Factorio console to influence your world:

				
					/editor
				
			
  • Toggles the map editor overlay, allowing you to alter the terrain
				
					/c local radius=1000
game.player.force.chart(game.player.surface, {{game.player.position.x-radius,
game.player.position.y-radius}, 
{game.player.position.x+radius, game.player.position.y+radius}})
				
			
  • Explores chunks in a radius around the player, much like a Radar does
				
					/c game.player.surface.always_day=true
				
			
  • Locks the time of day to always daytime
  • Use the values true or false
				
					/c game.speed=2
				
			
  • Alters the speed at which the game engine runs
  • 1 = 100%, 2 = 200%, 3 = 300%, etc.
				
					/c game.player.surface.clear_pollution()
				
			
  • Removes all existing pollution in the world
				
					/c game.player.surface.clear_pollution()
				
			
  • Removes all existing pollution in the world
  • Use the values true or false
				
					    /c game.map_settings.pollution.enabled=false
				
			
  • Enables or disables pollution
  • Use the values true or false

Get started with Pockethost

Create Your Factorio Server

Set up your server in 2 minutes and start playing with your friends.

Keep Reading