Channging default save game location

Can't beat the AI? Is it too tame? Discuss the best strategies!
Dino the Dinosore
Hardened
Posts: 171
Joined: Sun Dec 31, 2017 3:41 am

Re: Channging default save game location

Post 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.
Post Reply