screenshot command

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
matjojo
Filter Inserter
Filter Inserter
Posts: 338
Joined: Wed Jun 17, 2015 6:08 pm
Contact:

screenshot command

Post by matjojo »

I needed to take some screenshots of the game for a friend, so I went to the wiki took a look at the screenshot command and came up with this:

Code: Select all

game.take_screenshot{resolution = {1920, 1080}, zoom = 1, showgui = false,  showentityinfo = true, path = SSone.png}
but, whatever I did with the showgui and the showentityinfo keyword, nothing changed based on them. The screenshots always stayed on the default false value for both.

anyone suggestions?

matjojo
Zeblote
Filter Inserter
Filter Inserter
Posts: 973
Joined: Fri Oct 31, 2014 11:55 am
Contact:

Re: screenshot command

Post by Zeblote »

Looks like they've been renamed to show_gui and show_entitiy_info but the docs weren't updated. You also need to put the file name in quotes, like this:

Code: Select all

game.take_screenshot{resolution = {1920, 1080}, zoom = 1, show_entity_info = true, path = "SSone.png"}
User avatar
Phillip_Lynx
Filter Inserter
Filter Inserter
Posts: 541
Joined: Mon Jul 21, 2014 6:00 pm
Contact:

Re: screenshot command

Post by Phillip_Lynx »

Maybe you should search after 'Factorio Maps'. This is a Mod, where you can generate a *google maps* html-file to show your complete factory.

[edit]
Or you make screenshots with the 'Print'-Key or with Programms like floomby, wich makes screenshots and load it up to the web automaticly.
[/edit]
matjojo
Filter Inserter
Filter Inserter
Posts: 338
Joined: Wed Jun 17, 2015 6:08 pm
Contact:

Re: screenshot command

Post by matjojo »

thanks for the help, that should do it.
nobodx
Fast Inserter
Fast Inserter
Posts: 157
Joined: Mon Jul 06, 2015 3:22 pm
Contact:

Re: screenshot command

Post by nobodx »

I simply added factorio as a external game to steam. This way the steam-overlay works, as well as steams screenshot-function (including the ability to upload them to steam as well).
Post Reply

Return to “Gameplay Help”