[0.10.12]"take screenshot" crash if no path specified
Posted: Tue Sep 30, 2014 7:50 pm
I tried to call
and game crashed with
but executing
everything works fine.
Code: Select all
game.takescreenshot{zoom=0.5, position={-137.5,227.5}, resolution={1200,720}}
Code: Select all
21:44:40 Error None: boost::filesystem::create_directory: Impossibile trovare il percorso specificato (impossible to find specified path)
Code: Select all
game.takescreenshot{zoom=0.5, position={-137.5,227.5}, resolution={1200,720},path="screen.png"}