Page 2 of 2

Re: Channging default save game location

Posted: Mon Sep 21, 2020 1:33 am
by Dino the Dinosore
On a Mac, it's "/Users/{username}/.freeciv/saves" , but the finder won't show you folders that start with "." To get around that, launch the terminal app and enter these command lines -

Code: Select all

cd ~
ln -s .freeciv dotfreeciv
Now the finder will show you a "folder" named dotfreeciv in your username folder, which is actually the ".freeciv" folder.