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
The save I have locally was at
"C:\Users\%userprofile%\Documents\My Games\Oblivion Remastered"
The cloud saves were loading to
"C:\Users\%userprofile%\OneDrive\Documents\My Games\Oblivion Remastered"
For some reason they are using the OneDrive in Windows 11. I was able to upload the right save to the cloud.
You need to move the saves from local to the dumb onedrive folder. From there, steam should take over and upload your stuff to their servers.
What I did was.
Disable steam backup for the game for both pcs
Create a test save on the other pc, to make sure a folder is created.
Delete said save.
Go to the original pc and load up the correct save. Save again.
Move that save to the one drive folder.
Re-enable cloud saves for both.
Load up the game on the second pc, wait for sync
Profit?
Once you do that, the cloud save SHOULD load on your portable device, but I haven't tested that part, just standard pcs so far. Linux may be different.
Cloud saves are still going to one drive when disabled, and if I rename onedrive, they don't download at all. Not sure if this can be fixed user side.
All I've been able to figure out so far is that Oblivion is saving somewhere that isn't on the OneDrive or the Local Drive.
I created a new save file. The deleted all the saves from those previously mentioned folders and it was still able to load a save game.
To rectify this (at least until it gets fixed in a future patch!), I created a symlink/directory junction on Windows using the OneDrive folder as the source of truth (meaning I moved my saves from my Documents to my OneDrive documents). My home directory is `C:\Users\ben`, so that means...
```
mklink /J "C:\Users\ben\Documents\My Games\Oblivion Remastered" "C:\Users\ben\OneDrive\Documents\My Games\Oblivion Remastered"
```