Update 2:
The number resets on date changes now, demos (except autorecord) and videos use the same naming convention.
http://ingar.satgnu.net/tremulous/files/tremulous-gpp1-screenshot_timestamp3.patchUpdate 1:
The format is now
yyyy-mm-dd-nnnn.jpg (or .tga)
nnnn is a number from 0000 to 9999, the client will continue numbering shots one the same day. If you happen to be playing at 0h 00m, it will not reset the numbering until you restart the client. If you make more than 10,000 screenshots on a single day you'll get an error message.
http://ingar.satgnu.net/files/tremulous/tremulous-gpp1-screenshot_timestamp2.patchOriginal post:The default screenshot naming scheme isn't very convenient: if you like to make a lot of pictures and keep them organized it's easy get confused.
Personally, I like my screenshots to contain a timestamp. Such files are always neatly organised
in explorer and are much easier to find when you need them.
I propose the following format:
tremulous-yyyymmdd-hhmmss-nnnn.jpg or .tga
The nnnn part is somewhat interesting: it's a number from 0-9999 that gets reset to 0 every time
you start the client. That way you can have multiple screenshots per second and you also
have some kind of
session numbering.
I made a small patch for gpp1 that does just that, you can find it here:
http://ingar.satgnu.net/files/tremulous/tremulous-gpp1-screenshot_timestamp1.patchThe patch also removes the delay you experience when you make your first screenshot because
the client doesn't have to search for the first available screenshot number.