Background: PC is set up so that the google drive folder is merged with the PC documents folder, as a result everything is always backed up to google drive. Within this setup, I have a folder conveniently labeled “game files”.
The Goal: to change the location at which SC2 saves all of its data (accounts, game logs, etc) from
C:\Users\Jaller\Documents\StarCraft II
to
C:\Users\Jaller\Documents\Game Files\StarCraft II
any advice?
Look into the mklink command (for Windows 10, don’t know about other OS), this is likely to be what you need.
Might be better off googling the commands you need to put into your terminal to change the path to that desired folder. I think another option has something to do with right clicking the folder, clicking on properties, and then something to do with the location and changing it to a different one (your desired new folder).
I looked it up a while ago and found a solution along those lines, but I was looking for something slightly different. Hopefully my input puts you on the right track