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
I also found a reddit post with people having the same problem. Maybe it gives additional info to anybody that gets this problem.
https://www.reddit.com/r/oblivion/comments/1k5muga/remasteredsteam_where_are_save_games_stored/
THAT is where the game WAS saving just fine.
C:\Users\ME\Documents\My Games\Oblivion Remastered\Saved\SaveGames
THIS is where the save files SHOULD be? As this was the folder that was empty.
So is my prompt:
Option 1:
mklink /j "C:\Users\ME\Documents\My Games\Oblivion Remastered\Saved\SaveGames" "D:\OneDrive\Documents\My Games\Oblivion Remastered\Saved\SaveGames"
OR
-----------------------------
Option 2:
mklink /j "D:\OneDrive\Documents\My Games\Oblivion Remastered\Saved\SaveGames" "C:\Users\ME\Documents\My Games\Oblivion Remastered\Saved\SaveGames"
I ask because both of your examples have secondary drive or one drive as the destination, but for me I guess it is my source?
I apologize, I know you are being thorough with your explanation/walkthrough... I guess ELI5 please. I am good with computers just not in this instance what logic to use lol
and again also, do I do this also for my laptop, because that is completely different without an extra drive its all in c, but not sure where to tell it to look for the saves there correctly.
edit: lol sorry and one more question, how am I pointing to a file that doesn't exist if I am deleting it? I have no clue why this is so confusing to me, it shouldn't be.
So if you have multiple Windows PC's you're trying to sync, it'll likely need to be done on all of them. But if you're only trying to sync between a single PC and a Steam Deck, you only need to do it on the PC.
My assessment is that symlinks are necessary on any PC where your actual Documents library is not mapped to C:\Users\USERNAME\Documents
As far as I can tell, on my system and others, the game is putting the files in C:\Users\USERNAME\Documents\My Games\Oblivion Remastered\Saved\SaveGames
That is not desirable when you have your Documents folder in OneDrive or mapped to a second drive.
If you are already seeing your save files at D:\OneDrive\Documents\My Games\Oblivion Remastered\Saved\SaveGames then you probably don't need to implement this adjustment, though I am left curious as to why that ended up being different in your case. Maybe they patched it already but those of us who started the game before that patch wound up with our saves in the absolute path?
Regardless, if you save files are actually in that location / being backed up by OneDrive, setting up the symlinks won't hurt but also isn't necessary.
I use OneDrive AND have my folders mapped to a secondary drive on both my laptop and my desktop. I used the following command:
The examples I provided were intended to allow the reader to piece together the appropriate command for their unique configuration. Different people have different letter assignments or folder paths for their stuff.
Also worth noting that there is no need to use this tweak on Linux / Steam Deck because the virtual file system already uses the default location C:\Users\Username\Documents
When you run the
Deleting C:\Users\USERNAME\Documents allows the symlink to be created in that location
With the symlink in place, any program that tries to interact with the filepath C:\Users\USERNAME\Documents is "tricked" into working out of the destination location (in your case it sounds like that would be D:\OneDrive\Documents)
You do you, hopefully "normally" means that you follow the 3-2-1 backup rule and have disaster events (fire, tornado, Oblivion gate in your living room) accounted for.
I've only found that OneDrive "blows" for people who don't understand the underlying mechanics of how it works. It certainly hasn't "blown" for my clients who saved $300+ after I asked them to check OneDrive.com for their files before paying me for data recovery services (some of those clients provided me with an external hard drive that was also in poor / failing condition).
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
thank you for the work around tip
On Bazzite, the location I found my saves were "/var/home/insert_username_here/.local/share/Steam/steamapps/compatdata/2623190/pfx/drive_c/users/steamuser/Documents/My Games/Oblivion Remastered/Saved/SaveGames". Or on an external drive "/run/media/drive_name_here/SteamLibrary/steamapps/compatdata/2623190/pfx/drive_c/users/steamuser/Documents/My Games/Oblivion Remastered/Saved/SaveGames".
Basically ".../steamapps/compatdata/2623190/pfx/drive_c/users/steamuser/Documents/My Games/Oblivion Remastered/Saved/SaveGames" is the main take-away here.
Also, different Linux distros like to put their external drives in different folders. Others may have it on /mnt/drive_name_here or /media/insert_username_here/drive_name_here. I wouldn't know as I'm no Linux expert and others more qualified to answer as to why that is and to why Linux does symlinks differently than Windows. *shrug* I'm avoiding the terminal as much as I can.