Page 1 of 1
screenshot command
Posted: Thu Oct 15, 2015 6:58 pm
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
Re: screenshot command
Posted: Thu Oct 15, 2015 7:09 pm
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"}
Re: screenshot command
Posted: Thu Oct 15, 2015 8:04 pm
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]
Re: screenshot command
Posted: Fri Oct 16, 2015 1:45 pm
by matjojo
thanks for the help, that should do it.
Re: screenshot command
Posted: Tue Nov 17, 2015 8:10 am
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).