SnowRunner

SnowRunner

View Stats:
Naewyng Oct 8, 2022 @ 2:19am
Can't locate save file
I cannot find the save file for this game.
Tried looking here and it's not here, there's a07 byte numbered folder:
PS USER> gci "${env:USERPROFILE}\Documents\My Games\SnowRunner\base\storage\" Directory: USER\Documents\My Games\SnowRunner\base\storage Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2022-10-07 22:26 76561198169160308 -a---- 2022-10-07 20:00 70 shared_user_settings.dat -a---- 2022-10-02 03:31 257 video.dat PS USER> Get-FolderSize "${env:USERPROFILE}\Documents\My Games\SnowRunner\base\storage\76561198169160308" Path Size(Bytes) ---- ----------- USER\Documents\My Games\SnowRunner\base\storage\76561198169160308 0
I also checked in the steam's user data foloder, but it doesn't even exist for this game (game app id 1465360):
PS USER> gci F:\Steam\userdata\MY_STEAM_ID\ | ?{$_.Name -eq '1465360'} PS USER>
Any tips? I do have cloud sync enabled.

EDIT:
It was in a different drive that I thought I had stopped using, but apparently had a steam library there and somehow installed snowrunner there.

For anybody interested, this is the powershell command I used to find it:
(Get-PSDrive -PSProvider FileSystem).Root | %{ Write-Host "In ${_}:" ; gci -Recurse $_ -ErrorAction SilentlyContinue -ErrorVariable errVar1 | ?{$_.Name -eq 'CompleteSave.cfg' } | Select-Object -Property FullName }
Last edited by Naewyng; Oct 10, 2022 @ 11:09am
< >
Showing 1-5 of 5 comments
Top Oct 8, 2022 @ 2:41am 
For Steam Save file try here:

C:\Program Files (x86)\Steam\userdata\% UNIQUE FOLDER NAME %\1465360\remote\CompleteSave.cfg
Mr Weedy Oct 8, 2022 @ 4:43am 
If you are trying to backup your saves, copy the whole 1465360 folder to a backup location just to be safe.
Naewyng Oct 8, 2022 @ 6:59am 
Originally posted by Top:
For Steam Save file try here:

C:\Program Files (x86)\Steam\userdata\% UNIQUE FOLDER NAME %\1465360\remote\CompleteSave.cfg
It's not there, ran a system wide search and still can't find it :/
Top Oct 8, 2022 @ 3:42pm 
Originally posted by Naewyng:
Originally posted by Top:
For Steam Save file try here:

C:\Program Files (x86)\Steam\userdata\% UNIQUE FOLDER NAME %\1465360\remote\CompleteSave.cfg
It's not there, ran a system wide search and still can't find it :/

In your System wide search did you search "This PC" for: "CompleteSave.cfg"
Minus the Quotes (")
That should bring up the location.

If you have OneDrive, you might check there as well.
My Epic version stores my saves on OneDrive but the Steam version is located in the C:Program Files (x86)
Last edited by Top; Oct 8, 2022 @ 3:46pm
Naewyng Oct 10, 2022 @ 11:08am 
It was in a different drive that I thought I had stopped using, but apparently had a steam library there and somehow installed snowrunner there.

For anybody interested, this is the powershell command I used to find it:
(Get-PSDrive -PSProvider FileSystem).Root | %{ Write-Host "In ${_}:" ; gci -Recurse $_ -ErrorAction SilentlyContinue -ErrorVariable errVar1 | ?{$_.Name -eq 'CompleteSave.cfg' } | Select-Object -Property FullName }
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Oct 8, 2022 @ 2:19am
Posts: 5