Quote:
Originally Posted by KING-TAHARKA
Tom,
How can i grab a view port in CryEngine2?... don’t tell me its the print/screen button. 
|
put on the console:
e_screenshot 1
you can customize the resolution you take the screenshot, with:
e_screenshot_width = 4096
e_screenshot_height = 3072
e_screenshot_quality = 100
e_screenshot_file_format = jpg
(I'm not sure, but I guess that command only works on 32bit version of the editor)
You can also just use, F12!
