1

Topic: [Version 0.3.3 - Mac OSX] Turned on FSAA and now game refuses to start

I had played two rounds online which went very well, the game ran smoothly at 1920x1200 res and I was messing with the graphics settings. I turned FSAA to 16x (I'm not sure if my graphics card supports that) and now the game bounces in the dock for half a second and then disappears.

I've tried unzipping the file again but that hasn't helped.

What can I do to fix this?

Thanks.

2

Re: [Version 0.3.3 - Mac OSX] Turned on FSAA and now game refuses to start

The configuration file [called default.cfg in the Windows version] is located in ~/.teewars/ in the OSX version. Edit it so that the FSAA line says the following:

gfx_fsaa_samples=0

This is analogous to setting FSAA to 0× in the game settings and should let you run the game again if that is indeed what's causing it to get stuck.

3

Re: [Version 0.3.3 - Mac OSX] Turned on FSAA and now game refuses to start

I don't exactly get how to access ~/.teewars/ ... I can't find it anywhere.

4

Re: [Version 0.3.3 - Mac OSX] Turned on FSAA and now game refuses to start

It's a hidden folder in your home-directory. Enter the searchpath in your filemanager and you should get there.
If not, use the console (whatever it's called in OSX) and go there by the command "cd".

Used to be very active waay back

5 (edited by sonnychiba 2008-01-28 00:10:49)

Re: [Version 0.3.3 - Mac OSX] Turned on FSAA and now game refuses to start

here's an easy way to find the .teewars folder.

open up terminal and paste or enter this

defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder
(hit return key)

----------------
now navigate to your home directory and you will see the .teewars folder
----------------
now to turn off the show all files, paste or enter this in terminal

defaults write com.apple.finder AppleShowAllFiles FALSE

killall Finder
(hit the return key)