#there are files i cant access but i need to get to them
1 messages · Page 1 of 1 (latest)
yeah there is only 1 drive which is confusing because in the image i showed it shows that there are two?
this is the output that i got from "sudo fdisk -l"
What are you trying to do exactly?
You launched a non-steam game on steam, made a save there, and now trying to locate where it's located?
i know it's location but i cant move the files
Ok, tell me where is it located.
Right, but that's a windows path. Since you're running it through steam you need to know which prefix number steam assigned to it
Can you run
grep -A 5 NonSteamLaunch ~/.steam/steam/config/config.vdf
in the terminal, show me what it outputs
it did not output anything not even a error message
wait nevermind i had the -a capitalized
Ok, try
grep -i -A5 NonSteamLaunch ~/.steam/steam/config/config.vdf
hmm... what's the executable file you've set?
hold on a bit
082c_0011 is the game folder btw
Ok, to check first, does
ls ~/.steam/debian-installation/steamapps/compatdata
give you a list of folders?
ok, then try
find ~/.steam/debian-installation/steamapps/compatdata/ -path "*/VotV/Saved/SaveGames"
thanks it gave me the file path
i found the save files
Great )
you have a good one