Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Rename your auto_save file to something like "auto_save_1" or just remove it from that folder and save it somewhere else. It will then load you at whatever previous check point you crossed before that auto save. (Same thing applies to Metro 2033.)
You seriously lost in the game menu? Well... try again... and open your eyes...
So l10_swamp_02.player became auto_save, that took me back an autosave. Otherwise I would have had to play through a couple of hours to get back where I was.
If you have windows 10 and use OneDrive to sync your "Documents" folder, then just find the save as #1 suggested, and right click on the file, choose "View version history", and choose an older version and restore. Done.
The suggestion with OneDrive is sensible, I have one for those without OneDrive or similar SW.
TL;DR: set up a script that watches the `2033_auto_save` file and when it changes, the script makes a copy.
I'm gaming on Linux so my life is a bit easier in this regard but I'm sure there are options also for Win and MacOS.
My script:
`inotifywait` is a part of inotify-tools[github.com]
The code produces files named like 2033_auto_save_-_bcp_2022-06-06_21h-30m-18s (that's the `date` command setting, up to you)
I had a quick glance on the inotify alternatives for other OSs and unfortunately, it seems pretty complex but at the same time, there sure seem to be ways about it: https://stackoverflow.com/questions/3517460/is-there-anything-like-inotify-on-windows
Note: The issue with copying e.g. l10_swamp_02.player to the auto_save file (as suggested above) is that the saves are a lot more often than the lXX files suggest. And the only way to get them is to watch the `2033_auto_save` file.