Steam for Linux

Steam for Linux

Maxb0tbeep 22 Mar, 2023 @ 7:11pm
Where is the windows documents folder equivalent stored?
followed a guide to change FOV in an older game but I need to edit a file in C:\Users\[user]\Documents. the file isn't in my ~/Documents, so where is it stored?
< >
Showing 1-11 of 11 comments
WarnerCK 22 Mar, 2023 @ 7:50pm 
If you're running a Windows game, it will be in the Wine prefix that you're using for the game.
lonesh33p 22 Mar, 2023 @ 8:04pm 
Newbie here - trying to help but probably just wasting your time (you know my type). I've mostly found similar files in ~/Documents, so these are straws to grasp at.

~/[distro-dependent]/steamapps/compatdata/[your-app-ID]/pfx/users/steamuser/Documents
~/[distro-dependent]/steamapps/compatdata/[your-app-ID]/pfx/drive_c/users/steamuser/Documents

I've not seen an app store files there but it seems like a remote possibility. Maybe take a peek in AppData/Local as well as Documents while you're there. (I have seen config files there, but it sounds contrary to your instructions.)

My other thought is even more of a long shot. Choose Manage/View Local Files... for your program from Steam and check whether this config file got mixed in with main/non-config program files. Shouldn't happen but ya never know.

Edit after reading @WarnerCK. Under pfx/users pfx/drive_c/users, a few of my apps have my actual username as well as steamuser. On my lubuntu 22.04 system, the Documents subfolder in that directory is a link to ~/Documents. But that might be distro-dependent. Another thing/place to check.
Last edited by lonesh33p; 23 Mar, 2023 @ 7:44am
Zyro 23 Mar, 2023 @ 12:33am 
When I'm looking for a config file or save games of any game, in using the "locate" program. Might need to be installed first and having it's database generated. Then I'm using like "locate -i gamename". That said, the desktop environments probably can do similar things for you.
Cray 23 Mar, 2023 @ 5:32am 
Originally posted by Zyro:
When I'm looking for a config file or save games of any game, in using the "locate" program. Might need to be installed first and having it's database generated. Then I'm using like "locate -i gamename". That said, the desktop environments probably can do similar things for you.
(replying to your comment just to keep this a 'lil organized)

File managers (Krusader is quite powerful) have good GUI search features for this.

For commandline, without having to update a database every time there's a new file:

find ~ -iname '*some*file*cfg'

You can usually narrow it down a bit to only search your steam folder:

find ~/.local/share/Steam -iname '*some*file*cfg'

Remember to put single quotes around the name if you're adding * wildcards (otherwise the shell will mess with those * and turn them into something else).
Zyro 23 Mar, 2023 @ 5:57am 
Originally posted by Cray:
For commandline, without having to update a database every time there's a new file:

find ~ -iname '*some*file*cfg'

With the usual tradeoff, yes.

Originally posted by Cray:
You can usually narrow it down a bit to only search your steam folder:

find ~/.local/share/Steam -iname '*some*file*cfg'

Is this for Proton games? Because I found config files like everywhere under home...
Cray 23 Mar, 2023 @ 7:27am 
Originally posted by Zyro:
Originally posted by Cray:
For commandline, without having to update a database every time there's a new file:

find ~ -iname '*some*file*cfg'

With the usual tradeoff, yes.

Originally posted by Cray:
You can usually narrow it down a bit to only search your steam folder:

find ~/.local/share/Steam -iname '*some*file*cfg'

Is this for Proton games? Because I found config files like everywhere under home...

Afaik. all game related configs are supposed to be contained within the wine/proton folder steam designates for the game, or within the steamapps folder for games in general.
Zyro 23 Mar, 2023 @ 8:09am 
Originally posted by Cray:
Afaik. all game related configs are supposed to be contained within the wine/proton folder steam designates for the game, or within the steamapps folder for games in general.

WINE/Proton games yes, but native games won't do that (and rightfully so, IMHO).
Last edited by Zyro; 23 Mar, 2023 @ 8:10am
Xenophobe 23 Mar, 2023 @ 9:36am 
right click game icon -> properties -> updates -> take note of steam appid # -> navigate to steamapps/compatdata/{steamapp id #}/pfx/drive_c/users/steamuser/Documents
^5K^7r3m 24 Mar, 2023 @ 11:20am 
If you have OneDrive enabled, it's likely in C:\Users\$user\OneDrive\Documents
catbox 24 Mar, 2023 @ 6:37pm 
mostly in these 4 folders

/home/username/ .config .cache .local/share

/Documents is only for files you put there yourself, its not like a grab box of "My Documents" where windows throws all the junk
theo 16 Aug @ 7:57am 
Originally posted by Xenophobe:
right click game icon -> properties -> updates -> take note of steam appid # -> navigate to steamapps/compatdata/{steamapp id #}/pfx/drive_c/users/steamuser/Documents
its late but ive been searching for the right folder for ages, thank you
< >
Showing 1-11 of 11 comments
Per page: 1530 50