PAYDAY 2

PAYDAY 2

193 ratings
PAYDAY 2 Savegame Backup and Restore Guide
By Daneii
How the savegame system works, how to back up your savegame and how to restore it in case something went wrong.

We'd like to thank RAG for creating the original guide and letting us re-upload it.
2
2
   
Award
Favorite
Favorited
Unfavorite
A. Introduction


Since the release of Payday 2 a lot of people have complained about a loss of progress. It happens out of nowhere and can cause a lot of frustration. Usually there are several ways to bring back your progress, but one wrong click can delete everything. Creating frequent backups of your progress file is a good start. It's easy to do and it can save you from a lot of trouble in case everything else goes wrong.

Update #7 changed the way the backup system works. The backup file is no longer overwritten when you close the game. In our opinion it should help a lot with the crash-related progression losses.

FAQ
Q: Where can I find my backup savegame?
A: See B. 2.

Q: I crashed and lost my progress, what should I do?
A: See C. 1. c.

Q: How do I back up my progress?
A: See D. 1.

Q: How do I restore my backup savegame?
A: See E. 2. / E. 3.

This guide in other languages
If you have trouble with English there's a translated version of the guide down here!

Russian - Sylvanas Windrunner.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2393156146

Portuguese - gabsF.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2468398826
B. Savegame functionality
The progress file for Payday 2 is named save098.sav. Its size is about 62 kilobytes when it's empty. The more you play, the bigger the savegame file gets. There are 3 possible locations for it. Two of them are on your hard disk. The third one is in the Steam Cloud, in case the feature is enabled for Payday 2.

Main savegame

Your main savegame is located on your hard disk. The progress is saved whenever you do certain things in the game, such as complete a heist or close your inventory.

The savegame can be found within the Steam folder:

Steam\userdata\<random number>\218620\remote

Example:

C:\Program Files (x86)\Steam\userdata\12345678\218620\remote

2. Backup savegame

As of Update #7 a local copy of your savegame file (save098.sav) is created whenever you complete a heist. When you open and close the inventory or close the game, no save is triggered.

It can be found in the local AppData folder:

%localappdata%\PAYDAY 2\saves\<Steam profile ID>

Example:

C:\Users\User\AppData\Local\PAYDAY 2\saves\76561197970640275

3. Cloud backup

The Steam Cloud stores your main savegame file on a Steam server. This feature is enabled by default. A synchronization happens when you launch Steam, when you close the game and possibly when you start the game.



  • When you close the game and your main savegame is newer than the one stored
    in the Steam Cloud, it will be uploaded automatically.
  • If there is no main savegame file (save098.sav) when you start/close the game or
    start Steam, it will be downloaded automatically.
  • When you start Steam and there's a main savegame older than the one in the cloud
    and the file "remotecache.vdf" was deleted or is different, the cloud backup will be
    downloaded automatically.
  • When you start Steam and there's a main savegame newer than the one in the cloud
    and the file "remotecache.vdf" was deleted or is different, a sync conflict will occur.
    The next time you start the game you will have to choose which savegame to keep.
  • If there is a newer/older main savegame when you start Steam, but the file
    "remotecache.vdf" is not different or was not deleted, Steam will not synchronize.
C. Progression resets




Note: The following part is based on community feedback and my interpretation of it. Please let me know if you have any more information on it.

1. Game crashes
The most common reason for a loss of progress is a game crash. It's not always clear what exactly happened and therefore it's hard to track down. If you start the game and your progress is gone, it means your main savegame (see B. 1.) was deleted or overwritten with bad data.

a. Main savegame deleted
Steam will automatically download the cloud backup when it can't find the file save098.sav in your main savegame location. This can happen when you start/close the game and when you restart Steam. The most important thing is to not create a new progress file while you are in the game! A new progress file isn't created until you trigger a save from within the game, so don't press anything in the main menu except "Quit".

You will lose whatever you did from when you last started the game up to the moment of the crash.

b. Main savegame overwritten and unreadable by the game
Your cloud backup was most likely overwritten, but your backup savegame should be intact, even if there was no prompt to restore it. When you start the game, see if you can recover your backup savegame through the game (see E. 2.). If not, don't close the game and restore your cloud backup (see E. 1.). If that doesn't work because it was already overwritten, restore your backup savegame manually (see E. 3.).

c. All steps combined
Step
Description
1
You start the game after a crash and realize your progress is gone. If the game prompts you to restore your backup savegame, do so (see E. 2.). If not, don't do anything in the game and don't exit. Use alt+tab to get to the desktop.
2
Before you start, check the size of your cloud backup and the file size of your backup savegame (see E.).
3
Restore your cloud backup (see E. 1.).
4
If it didn't bring back your progress, restore your backup savegame manually (see E. 3.).
5
If nothing worked and you have manually backed up your progress file before, restore it (see E. 3.).

2. Clear progress

You can select to reset your progress from within the game's option menu. If you haven't closed the game yet, you can still undo it by restoring your progress from the Steam Cloud (see E. 1.). If you closed the game, you can restore your backup savegame (see E. 2.).

D. Backup
You can prevent a loss of progress by regularly backing up your savegame. The game creates a local backup (see B. 2.), but that may not be enough in some cases.

  • Do this frequently
    (after each gaming session or daily/weekly)
  • Save to a drive other than your system drive
    (different drive, external hard disk, NAS or USB flash drive)

1. How to back up your progress

Step
Description
1
Browse to the folder of your main savegame:
Steam\userdata\<random number>\218620\remote
2
Copy the savegame file save098.sav to your backup location of choice.

2. How to do it more efficiently

The following example of a batch file copies your savegame into a new folder with the current date and time using a YYYYMMDD_hhmm format. Thanks to SS64[ss64.com] for a method to deal with different local formats. Windows XP Professional or later is required. Use it at your own risk.

@ECHO OFF :: Edit both paths SET SavegamePath=C:\Program Files (x86)\Steam\userdata\XXXXXXXX\218620\remote\save098.sav SET DestinationFolder=D:\Backup\PAYDAY 2 :: Do NOT edit the following lines IF NOT "%OS%"=="Windows_NT" GOTO:EOF WMIC.EXE Alias /? >NUL 2>&1 || GOTO:EOF FOR /F "skip=1 tokens=1-6" %%G IN ('WMIC Path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /Format:table') DO ( IF "%%~L"=="" GOTO s_done SET _yyyy=%%L SET _mm=00%%J SET _dd=00%%G SET _hour=00%%H SET _minute=00%%I ) :s_done XCOPY "%SavegamePath%" "%DestinationFolder%\%_yyyy%%_mm:~-2%%_dd:~-2%_%_hour:~-2%%_minute:~-2%\" /Y

Create a new text file with this content. Change the path to your savegame file and the path to your backup destination folder (make sure the folder exists!). Save it as a .bat file (e.g. PD2Backup.bat). Double-click it and a backup will be created.

3. How to back up your backup savegame (optional)

Step
Description
1
Browse to the folder of your backup savegame:
%localappdata%\PAYDAY 2\saves\<Steam profile ID>
2
Copy the savegame file save098.sav to your backup location of choice,
but don't overwrite the copy of your main savegame.
E. Restore
Before you restore a backup, you should check its size. If your progress file is empty, its size is about 62 kilobytes. It gets bigger the more you play. The settings file (save000.sav) is uploaded to the cloud as well and its size is about 4 kilobytes. If your cloud backup is around 66 kilobytes or your backup savegame is around 62 kilobytes, then there is no progress to restore.

1. Restore from the Steam Cloud
  • Only works if the progression reset happens while you are in the game
  • If you closed the game already, go to the next method
  • You can skip this method if you're certain your backup savegame is intact and up to date

Note: If your main savegame was deleted (instead of overwritten), Steam should download
it when you start the game, when you close the game or when you restart Steam.

Step
Description
1
Don't exit the game! Doing so would overwrite your cloud backup.
2
Disable the Steam Cloud synchronization for Payday 2. Your progress will remain in the
cloud, but if we don't do this everything will be overwritten when we close the game later

Get to your desktop (alt+tab) and open your Steam library.
Right click on Payday 2 and select Properties.
Check the Updates tab and disable the Steam Cloud.



3
Tab back into the game and close it.
4
Reenable the Steam Cloud for Payday 2.
5
Exit Steam (essential step!!).
6
Browse to the parent folder of your main savegame location:
Steam\userdata\<random number>\218620

Delete everything inside:
remote
remotecache.vdf
7
Start Steam and let it synchronize (this may take a minute).
8
Start the game. Your progress is restored.

2. Restore backup savegame (through Payday 2)

  • In case you closed the game and your cloud backup was overwritten

Step
Description
1
Open the game and you should get a prompt:



or



2
Press "Yes".
3
Your progress is back, but not yet saved! Do something in the game to overwrite
your main savegame (open the inventory and close it).
4
Close the game to let it save to the cloud.

3. Manually restore a backup

  • If your backup savegame was overwritten
  • Requires a backup of the savegame file!

Note: If your backup savegame wasn't overwritten and the game won't let you restore
it (according to E. 2.), you can do it manually. Go to its location (see B. 2.) and follow
the steps below.

Step
Description
1
Make sure Steam is running.

Note: You could have Steam closed and launch it before step 4, but there's a small
chance the more recent cloud backup will be downloaded automatically.
2
Go to your main savegame location:
Steam\userdata\<random number>\218620\remote
3
Overwrite the file save098.sav with your most recent backup of the file.
4
Start the game, your progress should be back.

Note: If Steam synchronizes when you start the game, you will have to temporarily
disable the Steam Cloud for Payday 2 and repeat the previous step. As soon as you
restored your progress and saved once from within the game, you can turn it on again.
5
Do something in the game (such as opening and closing your inventory).
This will make sure your local savegame is newer than the cloud backup.
6
Exit the game. Your restored progress will be uploaded to the cloud.
F. Conclusion
We hope this guide helped you and you won't have to deal with a loss of progress in the future.

As for questions, please leave a comment below.
29 Comments
Anakin Gaming 26 Mar @ 2:02pm 
a
Spectrei Cyano-nyan~ 29 Dec, 2024 @ 3:21pm 
"Windows XP Professional or later is required. Use it at your own risk."
My brother in christ you wrote this in 2021. Does this game even run on that
O_T 23 Mar, 2024 @ 7:49am 
@KillStrikers
According to the bug report forum it's very rare to get problems with save files that are really caused by the game. Usually the problems are caused by deleting them or using mods.

I like the game and I never had any problems with my save files but just in case I've automatic backups. You on the other side are spamming "dead game" for years but you're still playing. What looks more stupid?
spider 23 Mar, 2024 @ 3:54am 
@O_T Then don’t be surprised when your save goes to one place, due to the crookedness of the developers, then we’ll see what you’re capable of...
spider 23 Mar, 2024 @ 3:53am 
@O_T What’s wrong with you, do you want to continue playing this crap that breaks saves? Are you stupid by nature?
O_T 22 Mar, 2024 @ 2:32pm 
@KillStrikers
You didn't even made a bug report to get help. Instead you're spamming "dead game" for 3 Years while obviously still playing the game. What is wrong with you?
spider 22 Mar, 2024 @ 12:11pm 
Don't working,dead game rip
Alberto Barbossa 22 Aug, 2023 @ 8:00am 
I tried all the above, no dice. Note that I took like a 5 year hiatus, so the save could have been lost years ago for all I know.

What absolutely will work is Ultimate Trainer 6, install as per instruction and it works like a charm.
Cheating attachments doesn't really work so just get yourself a large sum of continental coins.
Pen 1 Jul, 2023 @ 3:49am 
Where do i find the linux savefiles.
Lo Wang 23 Jun, 2023 @ 11:00pm 
You should refund every single damn player on steam, who lost all of their progress on payday 2 and couldnt get it back!