Hi. I noticed the captured screenshot is missing since GZDoom 4.9.0. The message displays only the file name when captured. It also displayed the full path before v4.9.0. Though it must be saved in the current directory if it's not set a specified path in the config file, I couldn't find it even in C:\ZDOOMDAT. The only solution is setting the absolute path. Maybe I'm overlooking something because I couldn't find a post like this, so it might be possibly a problem related to my computer.
BTW I've checked at least on GZDoom v4.11.3 and v4.12.0. Thanks in advance.
EDIT: Oh yes, I missed. I finally found the location. The screenshots are saved in C:\Users\myusername\Pictures\screenshots\GZDoom. Though it's obvious by checking the source code, it might be hard to find it because it's not described in the wiki.
https://github.com/ZDoom/gzdoom/blob/a8 ... s.cpp#L351
Code: Select all
path = GetKnownFolder(CSIDL_MYPICTURES, FOLDERID_Pictures, true);