LuaGameScript doesn't contain key take_screenshot
LuaGameScript doesn't contain key take_screenshot
Hi there,
I am trying to take a screenshoot but I keep getting this error.
I tried both game.take_screenshoot{} and game.takescreenshoot, no luck.
"Cannot execute command. Error: [string "game.take_screenshot{}"] 1: LuaGameScript doesn't contain key take_screenshot."
I am using the Strem version on Linux.
I am trying to take a screenshoot but I keep getting this error.
I tried both game.take_screenshoot{} and game.takescreenshoot, no luck.
"Cannot execute command. Error: [string "game.take_screenshot{}"] 1: LuaGameScript doesn't contain key take_screenshot."
I am using the Strem version on Linux.
Re: LuaGameScript doesn't contain key take_screenshot
It seems to work fine for me, using this command takes the screenshot no problem
What version of the game are you running?
What version of the game are you running?
Code: Select all
/c game.take_screenshot{resolution ={3072,4096}, show_entity_info = true, position = {x = 0, y = 0}, path = game.tick..".png"}
Re: LuaGameScript doesn't contain key take_screenshot
I was using steam version, 0.12.29.
I now tried lastest beta 0.12.33, but I have the same problem.
I now tried lastest beta 0.12.33, but I have the same problem.
Re: LuaGameScript doesn't contain key take_screenshot
bodom wrote:I was using steam version, 0.12.29.
I now tried lastest beta 0.12.33, but I have the same problem.
Are you trying to make the command using a script event? such as on_load?
Re: LuaGameScript doesn't contain key take_screenshot
no, i am opening the console with ì key and typing /c game.take_screenshot{}
Re: LuaGameScript doesn't contain key take_screenshot
Works for me on 0.12.33 DRM-free version.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: LuaGameScript doesn't contain key take_screenshot
Try it in a new game with no mods.
Re: LuaGameScript doesn't contain key take_screenshot
Works for me on 0.12.33 Linux version on Steam.
Can you post a screenshot if it still doesn't work with mods disabled?
Can you post a screenshot if it still doesn't work with mods disabled?
Re: LuaGameScript doesn't contain key take_screenshot
I have never installed any mod. Screenshoot attached.daniel34 wrote:Works for me on 0.12.33 Linux version on Steam.
Can you post a screenshot if it still doesn't work with mods disabled?
- Attachments
-
- screen.jpg (906.52 KiB) Viewed 6232 times
Re: LuaGameScript doesn't contain key take_screenshot
Screenshoot is not a thing that exists. You're looking for a screenshot.
Re: LuaGameScript doesn't contain key take_screenshot
I feel so stupid...