#Help locating save directory on Linux
1 messages · Page 1 of 1 (latest)
For complete clarity, this is what my home directory looks like (with some redactions)
Not sure about Flatpak, but you can try to see it cd $HOME/Zomboid brings you anywhere just in case $HOME is set to something else.
Does the game itself start? And do you have any other users? Can you check their home directories as well?
Root included, to make sure the game isnt run as root
Because it would create the Zomboid folder in the root home folder instead of your user
The game does start, play and save just fine. I don't have any other users and root's home doesn't have Zomboid either, I definitely haven't had to authenticate for anything while running the game either
Try running the "find" command in /
sudo find / -type d -name "Zomboid" 2>/dev/null