Is there any way I can create a high-res screenshot within my game, or within the editor?
If left to conventional means I can’t go bigger than my 1080p monitor.
Perfect. Thanks!
As I look at the command there, I begin to think I’m going to want a system to automatically name the screenshots. To work effectively that means I need a script that can look at the screenshots that already exist in whatever folder this saves them in, read the file names, and find the next viable number.
I’m fairly sure I can create the code that increments the file number, but how can I read the names of files in the screenshot folder?
EDIT: For that matter, where does it even save the screenshots? Because I can’t find them anywhere…
EDIT2: Wait, I found them. The function didn’t automatically give the file any extension. I’m assuming they are png’s, so I just needed to add “.png” to the end of the file name.
EDIT3: These screenshots reek of .jpg compression. Ew. Is there anyway I can make the screenshots save in a different format?