ive tried digging through every ~/.steam file known to man if this setting is encrypted somewhere thats fine i want to know where its located per game and if it tells me which version that game is using
https://i.imgur.com/sIQKOn8.png
any help, devs? thanks
grep -iRl --exclude-dir=SteamApps 'proton' ~/.steam/ ~/.steam/steam/logs/compat_log.txt
~/.steam/steam/logs/compat_log.txt
i think i found what im looking for with better grep (exclude)
Nothing extracted yet.
ive tried digging through every ~/.steam file known to man
if this setting is encrypted somewhere thats fine
i want to know where its located per game
and if it tells me which version that game is using
https://i.imgur.com/sIQKOn8.png
any help, devs? thanks