Wiki console command breaks radars
Posted: Fri Sep 19, 2025 6:02 pm
So taking the command from https://wiki.factorio.com/console listed under 'Reveal the map around the player', with an extra zero on the radius, so:
/c local radius=1500
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}})
seems to break radars, in that going to map/remote view doesn't show the terrain when you zoom in. After running this command, zoom-to-terrain only works around the player, not around radars or around roboports.
To repro:
- Open the attached save.
- If your character isn't located just to the east of the eastern coal patch, move over there.
- Copy the above command.
- Open the console, paste in the command.
- The game warns this will disable achievements and doesn't execute the command.
- Open the console again, paste in the command again.
- Open the map with tab, and zoom out a bit.
- Wait a few seconds, and watch as the brighter / exposed area of the map fades out.
- Try zooming in on the map, and observe that only around the player character do you see the terrain, not around the radar by the lake.
/c local radius=1500
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}})
seems to break radars, in that going to map/remote view doesn't show the terrain when you zoom in. After running this command, zoom-to-terrain only works around the player, not around radars or around roboports.
To repro:
- Open the attached save.
- If your character isn't located just to the east of the eastern coal patch, move over there.
- Copy the above command.
- Open the console, paste in the command.
- The game warns this will disable achievements and doesn't execute the command.
- Open the console again, paste in the command again.
- Open the map with tab, and zoom out a bit.
- Wait a few seconds, and watch as the brighter / exposed area of the map fades out.
- Try zooming in on the map, and observe that only around the player character do you see the terrain, not around the radar by the lake.