Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Last active January 30, 2017 04:41
Show Gist options
  • Save david-wm-sanders/cb85845070fbba06b95f to your computer and use it in GitHub Desktop.
Save david-wm-sanders/cb85845070fbba06b95f to your computer and use it in GitHub Desktop.
Factorio Console Script: Save a 2500x2500 screenshot at zoom=0.290 to "screenshot_{seed}_{tick}.png"
game.take_screenshot{resolution={2500,2500}, zoom=0.290, path="screenshot_"..game.local_player.surface.map_gen_settings.seed.."_"..game.tick..".png", show_gui=false, show_entity_info=true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment