project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - proffles

Pages: [1]
1
Mac / Re: UFOAI for Mac???
« on: February 19, 2011, 03:01:00 pm »
Creating a config.cfg file in

   ~/Documents/UFOAI-2.4-dev/base

containing just the line

   set cl_introshown "1" a

Allows it to run fine (tested for about 10 secs) - ufoai will then create a proper config.cfg for you.

For the terminal averse, open textedit cut'n'paste "set cl_introshown "1" a" (without the surround quotes) into an empty file and save as "config.cfg" in your Documents/UFOAI-2.4-dev/base directory.  Terminal users almost certainly know how they can do this more simply.

2
Mac / Re: SVN 13899 on intel MacOS X
« on: January 15, 2008, 10:13:59 am »
The uint32 change compiles without problem on my intel OS X 10.5 mac.

Cheers.

3
Mac / SVN 13899 on intel MacOS X
« on: January 14, 2008, 02:08:18 pm »
Hello,

Just tried compiling and running ufoai from svn (version 13899) on an intel based Mac, running OSX 10.5.

Initially had problems compiling src/common/md4.h and src/common/md4.c - I think this is a conflict with
the system defined uint32...  changing every "uint32" to "myuint32" in the two md4 files got passed this, but I don't know if it's a valid fix.  (Grepping the whole source found no other instances of uint32 in any other file (but plenty of uint32_t)

After making lang and maps as per the directions on the wiki, was not able to make a bundle...  Tried to just run it instead and found out the app would not take the keyboard focus - mouse seemed to work though.  This meant I couldn't get past the "intial setting" panel, since I could not enter a name.  Last bit of terminal output:

====== UFO Initialized ======

execing autoexec.cfg
"version" is "UFO: Alien Invasion 2.3-dev i386 Jan 14 2008 MacOSX DEBUG"
Switch grab input off
S_Music_Start: Could not load music: 'music/PsymongN3' ()
Save user settings to /Users/dave/.ufoai/2.3-dev/base/config.cfg
^CSave user settings to /Users/dave/.ufoai/2.3-dev/base/config.cfg
recursive shutdown

Any ideas?  (full log appended)

Proffles

---



[attachment deleted by admin]

Pages: [1]