Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
The games themselves generally use hard coded paths. Steam does not choose to store anything in My Documents. So this would be a question best for the game developers of the game you are seeing this with.
Also posting to confirm that this was helpful in making certain games auto-save in the place I wanted them to.
So I think I'm having the exact same problem as Shaka. My Steam games download to Z:\Program Files\Steam\steamapps\common like I told them to. However, the save files and in general a lot of data from these games, gets thrust into C:\Users\MYNAME\AppData\Roaming for no reason. Steam is set to download games in my Z: folder (and it does), but the saves go to my C: folder.
You said to right click on MY DOCUMENTS but I don't think I have that folder available to click on. Should I be clicking on /Roaming and moving that? (That doesn't sound right to me...)
EDIT:
I was wrong I do have the MY DOCUMENTS folder with MY GAMES inside of it. However, that holds only a portion of my saved games' files.
Steam only handles the saves if the game use Steam Cloud, if it doesn't then it all up the game. Search for the game on https://pcgamingwiki.com for more info.
If your worry is finding the saves before formatting your PC or something then I reccomend you use http://www.gamesave-manager.com/
Here are some other places where your saves could end up: https://pcgamingwiki.com/wiki/Glossary:Game_data#Windows_data_paths
I would not move my appdata folders to another drive if I where you, just have a decent online backup tool if you are worried about your saves.
At this point its mostly a matter of running out of space on my C: drive. I had origanally formatted my drives so all of my games would save on the Z: drive along with Steam. For some reason though several games are straying from the plan and are eating up space. While they aren't slowing my PC down just yet I can feel it coming. Some games are already crashing saying "not enough disk space."
Or run this script: https://github.com/bmrf/standalone_scripts/blob/master/TempFileCleanup.bat
If stuff crashes because of low disk space then you either have odd pc problems or you need to do a better job at freeing up space.
Another good tool: http://www.uderzo.it/main_products/space_sniffer/
No. Just no. OBVIOUSLY programs use hard coded paths... unless you specifically make a program that writes to random locations (which wouldn't be good practice for anything that wants to be able to read those files later). THAT is not the issue. The issue is that the location feature only re-routes read calls, it does NOT re-route write calls. The fact that games use a "hard coded path" means nothing.
The problem is that the location feature is deceiving, it's not explained what it does very well.
The more proper technique would be using symbolic links, which re-route both read and write calls. But, that in itself has issues for these directories...
If the location feature only "changes where Explorer thinks My Documents is" then I wouldn't be able to use the feature, load up a game... and have access to my save files. The game obviously was able to find the saves... but they were moved... it's almost like the location feature re-routed the game's read call to the hard coded directory, and the game was able to receive the save. And yes, I disable cloud saving for the game before trying.