Basically, game saves should be organized much better:
1) Folders named in season-year are pain especially if you sort through them in os.
Names need to be Region-Year-SeasonNumber-SeasonName
2) Second column that contain real time
And ability to sort through either filename or date.
Both are good suggestions.
For the new player, with seasonal auto-saves turned on, the current naming system makes it rather difficult to figure out "which was the save that I was playing last night or last weekend"? Especially if you decide to reload a previous embark location to try something different from the very outset. You end up with very strange folder names and you have to resort to using the operating system's search tools to figure out which save folder has the "world.sav" file that you want. To give you an idea of how nasty this can get, here's what I have after only a week of mucking about:
region1
region1-spr-551
region1-spr-551-spr-552
region1-spr-551-sum-552
region1-spr-551-aut-552
region1-spr-551-aut--win-552
region1-spr-551-aut--spr-553
current
Now, which of those is the best save to use? Which one was I playing last night? The answer is that "region1-spr-551-aut-552" has the latest timestamp on a "world.sav" file. And no, I don't remember how I managed to get things jumbled like that, probably save scumming or killing off DF in task manager after trying something.
If we don't care about total # of saves, and want it to just create a new one all the time (assuming that seasonal auto-saves are turned on), then a folder naming system like "Region Name plus wall clock date/time" would be enough. That would produce save folder names like:
Rigothborik-20110225-2133
Optionally, tack on the in-game year and season:
Rigothborik-20110225-2133-550-Spring
Advantages:
- The operating system will always sort that correctly
- Region (world) names now get a bit more visibility
- Makes it easy to figure out which is the latest save for a particular world/region
- Easy to move older saves off to auxiliary storage
- No need to remember which "timeline" a save belongs to
Or as a shorter term solution, just swap the location of the year and season in the folder names when creating the seasonal auto-saves. Optionally with some random number tacked onto the end if we don't want it to overwrite existing saves (or if it can't overwrite existing save folders).
region1-555-spr
Which still accomplishes the goal of making it easier to find the save.