Steam – Change the location of the Steam screenshots folder

steam

There's an option in the "In-Game" tab in the Steam settings menu to change the screenshot folder, but it doesn't seem to do anything? I took a screenshot after changing the location through the settings and the screenshot still went to userdata/id/760/remote. Is there any way to change where Steam saves your screenshots?

Best Answer

It doesn't say it, but the screenshot folder option only affects the uncompressed copies:

In-Game, Save an uncompressed copy

In order to change the location where Steam saves the compressed screenshots (which Steam can upload to Steam Community and are saved in the remote folder) you will either need to install Steam elsewhere or use some symlink trickery:

1. Delete or rename the existing default folder Make sure that [remote] folder doesn't exist inside your [userdata/id/760] folder.

2. Launch CMD as admin : Press Win+X there you will find an item option to launch Command Line with Admin privileges and write the following command.

mklink /D [Steampath]\userdata\[id]\760\remote "N:\ew\path\to\Screenshots\"

And that's it, now you can see your screenshots inside that folder.

This is how to do it in Windows (source), for Linux, swap mklink /D to ln -s