You should load the mod at game launch. To do that, you need to run a shell command. Mine lives in the folder with the Quake3.app and is named "startQ3f.command". Here is what is is inside:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
#!/bin/sh
cd `dirname $<font color = blue>0</font>`
./Quake3.app/Contents/MacOS/Quake3 +set fs_game q3f2
</font>[/code]
If you have the ".command" extension, then double-clicking it will run it in the terminal. Have fun.
[ 04-15-2002: Message edited by: Arkham_c ]