project-navigation
Personal tools

Author Topic: .ufoai/save folder invisible  (Read 3811 times)

Offline WillSmith

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
.ufoai/save folder invisible
« on: January 29, 2008, 03:18:33 am »
First off, this is a wonderful effort. Kudos to all involved.
and to tchristney for the Mac dmg, keep 'em coming!
Those of us still using older Macs can feel quite deprived.  : (
I have been fortunate to do some beta testing, when I get oriented I hope I can provide some useful bug reports.

First one: Saves, etc.
.ufoai is found at /user/
but the folder is invisible

After hunting fruitlessly I used OnyX to show invisible files.

BadMrMojo

  • Guest
Re: .ufoai/save folder invisible
« Reply #1 on: January 31, 2008, 02:19:15 am »
No one seems to want to field this one, eh?  :)

Files names beginning with a dot are invisible, as a rule of thumb. You have to go out of your way in order to see them. This isn't just an OS X thing, either. It's just a thing. Take a little tour of your hard drive with the Terminal and try typing in the following command in different directories:

Code: [Select]
ls -a -l
You'll find your computer has literally thousands of the little buggers scattered all over the place.

The reasoning behind this is that typically these are files which you do not choose to use, manipulate, read, etc... as a user. They are generally data files which you interact with through one or more applications or executables. As a rule of thumb, you don't typically read your save files in a text editor. Instead you use the associated application to read your save files. The files in .ufo mean very little to you directly, but they mean a lot to the game which then relays that information to you.

Make sense? The logic behind making it an invisible folder is that it would generally be in the way otherwise. Fortunately, you know that it's there and can get to it with ease (Apple + Shift + G and then type in '~/.ufoai' in the finder, for example).