It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi all, I've found the answer to where the save game location is for Ubuntu but it's not in the same place on Gentoo. Anybody currently playing on Gentoo and knows where it is?
On Arch it is in ~/.local/share/PillarsOfEternity/SavedGames/.
According to pcgamingwiki.com this is the default location if $XDG_DATA_HOME is unset, so if you or your distro did set it, the place might be different. Just try echo $XDG_DATA_HOME to see if it is set.
Hi Amon, I tried both those locations last night but neither exist. I'll have another look tonight. Thanks for responding
avatar
Melkren: Hi Amon, I tried both those locations last night but neither exist. I'll have another look tonight. Thanks for responding
You could still try to just search for it in your user's home directory: find . -wholename "*PillarsOfEternity/SavedGames*" -type d or just find . -iname "*pillars*" -type d.

Edits: no [code] tag, and typo in one of the commands.
Post edited August 29, 2015 by amon16
Thanks for your help, I found it. I was thinking that /.local was in root and missed off the word root! Dumbass.

Thanks very much.