Factorio

nicolaw 27th January 2020 at 8:23pm

/c game.player.zoom=0.1

/c game.player.zoom=0.2

/c game.player.zoom=0.3

/c game.player.teleport({X, Y})

/c game.player.teleport({0, 0})

Map Exploration

/c game.forces.player.chart(game.player.surface, {lefttop = {x = -2048, y = -2048}, rightbottom = {x = 2048, y = 2048}})

/c game.forces.player.chart(game.player.surface, {lefttop = {x = -200, y = -16000}, rightbottom = {x = 200, y = 16000}})

/c game.forces.player.chart(game.player.surface, {lefttop = {x = -16000, y = -200}, rightbottom = {x = 16000, y = 200}})


Related