#there are files i cant access but i need to get to them

1 messages · Page 1 of 1 (latest)

crystal vine
#

wait no i do not have two disks i guess i dont even know at this point

#

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"

novel drift
#

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?

crystal vine
#

i know it's location but i cant move the files

novel drift
#

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

crystal vine
#

it did not output anything not even a error message

#

wait nevermind i had the -a capitalized

novel drift
#

Ok, try

grep -i -A5 NonSteamLaunch ~/.steam/steam/config/config.vdf

#

hmm... what's the executable file you've set?

#

hold on a bit

crystal vine
#

082c_0011 is the game folder btw

novel drift
#

Ok, to check first, does

ls ~/.steam/debian-installation/steamapps/compatdata

give you a list of folders?

crystal vine
#

yes they're all in numbers

#

6 of them

novel drift
#

ok, then try

find ~/.steam/debian-installation/steamapps/compatdata/ -path "*/VotV/Saved/SaveGames"

crystal vine
#

thanks it gave me the file path

novel drift
#

Great )

crystal vine
#

you have a good one